{"id":37604,"date":"2026-03-04T15:24:42","date_gmt":"2026-03-04T20:24:42","guid":{"rendered":"https:\/\/nephcure.org\/?page_id=37604"},"modified":"2026-04-28T11:20:37","modified_gmt":"2026-04-28T15:20:37","slug":"nephcure-specialist-resource-ordering-system","status":"publish","type":"page","link":"https:\/\/nephcure.org\/es\/nephcure-specialist-resource-ordering-system\/","title":{"rendered":"NephCure Specialist Resource Ordering System"},"content":{"rendered":"\n\n<section class=\"gb-container gb-container-ba2e2dcb\">\n<div class=\"yoast-breadcrumbs breadcrumb\"><span><span><a href=\"https:\/\/nephcure.org\/\">Home<\/a><\/span> \/ <span class=\"breadcrumb_last\" aria-current=\"page\">NephCure Specialist Resource Ordering System<\/span><\/span><\/div>\n\n<div class=\"gb-container gb-container-80071c84 hero-copy\">\n\n<h1 class=\"gb-headline gb-headline-6cf43bd0 gb-headline-text hero-content\"><strong>NephCure Specialist Resource Ordering System<\/strong><\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Please complete the form with your preferred shipping address (your home address is perfectly fine and will remain confidential) and indicate the quantity of each resource you\u2019re requesting. Once your form is submitted, we\u2019ll ship the materials and provide a tracking number for your reference. If you have any questions, please contact Kelsey Plemmons at <a href=\"mailto:kplemmons@nephcure.org\" target=\"_blank\" rel=\"noreferrer noopener\">kplemmons@nephcure.org<\/a>.<\/p>\n\n<\/div>\n\n<div class=\"gb-container gb-container-bf02c190\" id=\"signtheletter\">\n<div class=\"gb-grid-wrapper gb-grid-wrapper-e7fbb4d7\" id=\"contact-grid\">\n<div class=\"gb-grid-column gb-grid-column-30383def\"><div class=\"gb-container gb-container-30383def contact-form\">\n\n<script type=\"text\/javascript\" src=\"https:\/\/form.jotform.com\/jsform\/260425545457056\"><\/script>\n\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<div class=\"gb-container gb-container-42105b23 news-letter-sec alignfull\">\n\n<figure class=\"gb-block-image gb-block-image-b3f3ccb8\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"120\" class=\"gb-image gb-image-b3f3ccb8\" src=\"https:\/\/nephcure.org\/wp-content\/uploads\/2023\/11\/purple-curve.svg\" alt=\"\" title=\"purple-curve\"\/><\/figure>\n\n\n<div class=\"gb-container gb-container-41717e70 alignwide\">\n\n<h2 class=\"gb-headline gb-headline-1760ac29 gb-headline-text\">Sign up to get NephCure\u2019s latest updates.<\/h2>\n\n\n\n<a class=\"gb-button gb-button-753f318a gb-button-text gb-button-primary button\" href=\"\/newsletter\/\">SIGN UP<\/a>\n\n\n<div class=\"gb-container gb-container-2b968bcb news-letter-field\">\n    <script type=\"text\/javascript\">\n    jQuery(document).ready(function($) {\n        const disposableDomains = [\n            'mailinator.com', 'yopmail.com', 'tempmail.com', 'guerrillamail.com',\n            'throwawaymail.com', 'fakeinbox.com', 'trashmail.com', 'sharklasers.com',\n            'tempinbox.com', '10minutemail.com'\n        ];\n        const majorProviders = [\n            'gmail.com', 'yahoo.com', 'hotmail.com', 'outlook.com',\n            'aol.com', 'icloud.com', 'protonmail.com'\n        ];\n        const suspiciousUsernames = [\n            'test', 'example', 'user', 'admin', 'info', 'mail', 'email',\n            'noreply', 'no-reply', 'donotreply', 'do-not-reply', 'fake',\n            'abc', '123', 'xyz', 'asdf', 'qwerty', 'demo', 'sample',\n            'spam', 'temp', 'dummy', 'foobar', 'anonymous', 'disposable'\n        ];\n        const keyboardPatterns = ['qwerty', 'asdfgh', 'zxcvbn', '123456'];\n\n        function isValidEmailFormat(email) {\n            const regex = \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/;\n            return regex.test(email);\n        }\n\n        function hasSuspiciousPattern(username) {\n            if (suspiciousUsernames.includes(username)) return true;\n            if (username.length <= 2) return true;\n            if (\/^(.)\\1{3,}$\/.test(username)) return true;\n            for (const pattern of keyboardPatterns) {\n                if (username.includes(pattern)) return true;\n            }\n            return false;\n        }\n\n        function usernameMatchesDomain(username, domain) {\n            const domainBase = domain.split('.')[0];\n            return username === domainBase;\n        }\n\n        $('.ginput_container_email input').on('blur', function() {\n            const emailField = $(this);\n            const email = emailField.val().trim().toLowerCase();\n            const errorContainer = emailField.siblings('.validation_message');\n\n            \/\/ Clear any previous messages\n            if (errorContainer.length) errorContainer.remove();\n            emailField.removeClass('gfield_error gfield_warning');\n\n            if (email === '') return;\n\n            const username = email.substring(0, email.lastIndexOf('@'));\n            const domain = email.substring(email.lastIndexOf('@') + 1);\n\n            if (!isValidEmailFormat(email)) {\n                emailField.after('<div class=\"validation_message\">Please enter a valid email address.<\/div>');\n                emailField.addClass('gfield_error');\n                return;\n            }\n\n            if (disposableDomains.includes(domain)) {\n                emailField.after('<div class=\"validation_message\">Disposable email addresses are not allowed.<\/div>');\n                emailField.addClass('gfield_error');\n                return;\n            }\n\n            if (usernameMatchesDomain(username, domain)) {\n                emailField.after('<div class=\"validation_message\">This email looks suspicious (username matches domain). Please provide a valid email.<\/div>');\n                emailField.addClass('gfield_error');\n                return;\n            }\n\n            if (majorProviders.includes(domain)) {\n                if (hasSuspiciousPattern(username)) {\n                    emailField.after('<div class=\"validation_message\">Username looks suspicious. Please use a valid personal email.<\/div>');\n                    emailField.addClass('gfield_warning');\n                }\n            }\n\n            \/\/ \u2705\u00a0Custom domains pass unless caught on backend\n        });\n    });\n    <\/script>\n    <script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_22' ><form method='post' enctype='multipart\/form-data'  id='gform_22'  action='\/es\/wp-json\/wp\/v2\/pages\/37604' data-formid='22' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_22' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_22_2\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_22_2'><span class='gform-field-label__text'>Email<\/span><\/label><div class='ginput_container'><input name='input_2' id='input_22_2' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_22_2'>This field is for validation purposes and should be left unchanged.<\/div><\/div><div id=\"field_22_1\" class=\"gfield gfield--type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_22_1'><span class='gform-field-label__text'>Email<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_1' id='input_22_1' type='email' value='' class='large'   placeholder='email@address.com' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_submit_22\" class=\"gfield gfield--type-submit gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-field-class=\"gform_editor_submit_container\" data-field-position=\"inline\" ><button type='submit' id='gform_submit_button_22' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' class='gform-button gform-button--white  button gform_image_button'  ><img src='https:\/\/nephcure.org\/wp-content\/uploads\/2023\/12\/Arrow-6.svg' alt='Submit'><\/button><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'>  \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_22' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_22' id='gform_theme_22' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_22' id='gform_style_settings_22' value='{&quot;inputPrimaryColor&quot;:&quot;#204ce5&quot;}' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_22' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='22' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='V30im\/pJ+hRNuf3G5OsYJi4NfLyv5iiKnPo9VbOgXlmeGLpGAuJLX8EhpD7dcGeEI78mTkRXs0BmeviyYws4j8ZPrXi\/0HXQfb8fbpFEV3VQHaU=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_22' value='WyJ7XCJnZm9ybV9zdWJtaXNzaW9uX21ldGhvZFwiOltcIjc1OGJjYjFjNzExMTk0M2VjMzI5MTkxNmNiNjk5ZmNjXCIsXCI0M2VlOGNlZmM2MThmMDVmNGM2ODRhYTVhODA0MDgxN1wiXSxcImdmb3JtX3RoZW1lXCI6XCJkMGVmNjk1YjM5N2M4ODdkODRmOGNiODZiNGMyMjgyNVwiLFwiZ2Zvcm1fc3R5bGVfc2V0dGluZ3NcIjpcIjJkZTI1Yjk3ZTdiNzYyYzI4ZDE5NzBiNjIxYWNiMWRmXCIsXCJmb3JtX2lkXCI6XCIyYTc0MjllOTZlNjA0MDkzNTlkZmVkYWFkODQ1Y2MxNFwiLFwidXJsXCI6XCI0YjY2ZDY5MjRkNjI3ODgwOWIyMmFkMjAxZDgxYjBhZVwiLFwic3RhdGVfdGltZXN0YW1wXCI6XCI5NDhhYmYzZWIwYTJiOGI5Y2VhNTgxNjE1NWI0ODM5YVwifSIsIjAwZWU4MTY0YmUzNjllNDdjOTI0Y2Y5OTZkNTM4OGI0IiwxNzg4Nzc3MDQzXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_22' id='gform_target_page_number_22' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_22' id='gform_source_page_number_22' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>NephCure Specialist Resource Ordering System Please complete the form with your preferred shipping address (your home address is perfectly fine and will remain confidential) and indicate the quantity of each &#8230; <a title=\"NephCure Specialist Resource Ordering System\" class=\"read-more\" href=\"https:\/\/nephcure.org\/es\/nephcure-specialist-resource-ordering-system\/\" aria-label=\"Leer m\u00e1s sobre NephCure Specialist Resource Ordering System\">Leer m\u00e1s<\/a><\/p>","protected":false},"author":12083,"featured_media":33797,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"disease-category":[],"topic":[],"treatment-option":[],"hf_cat_page":[663],"class_list":["post-37604","page","type-page","status-publish","has-post-thumbnail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.3 (Yoast SEO v28.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>NephCure Specialist Resource Ordering System - NephCure<\/title>\n<meta name=\"description\" content=\"Add your name to the sign on letter for FSGS to help shape future treatments. Every voice counts in kidney health.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nephcure.org\/es\/nephcure-specialist-resource-ordering-system\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NephCure Specialist Resource Ordering System\" \/>\n<meta property=\"og:description\" content=\"Add your name to the sign on letter for FSGS to help shape future treatments. Every voice counts in kidney health.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nephcure.org\/es\/nephcure-specialist-resource-ordering-system\/\" \/>\n<meta property=\"og:site_name\" content=\"NephCure\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/nephcure\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-28T15:20:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nephcure.org\/wp-content\/uploads\/2024\/08\/NephCure_Simple_Logo_RBG.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"371\" \/>\n\t<meta property=\"og:image:height\" content=\"467\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@nephcure\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"NephCure Specialist Resource Ordering System - NephCure","description":"Add your name to the sign on letter for FSGS to help shape future treatments. Every voice counts in kidney health.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nephcure.org\/es\/nephcure-specialist-resource-ordering-system\/","og_locale":"es_MX","og_type":"article","og_title":"NephCure Specialist Resource Ordering System","og_description":"Add your name to the sign on letter for FSGS to help shape future treatments. Every voice counts in kidney health.","og_url":"https:\/\/nephcure.org\/es\/nephcure-specialist-resource-ordering-system\/","og_site_name":"NephCure","article_publisher":"https:\/\/www.facebook.com\/nephcure\/","article_modified_time":"2026-04-28T15:20:37+00:00","og_image":[{"width":371,"height":467,"url":"https:\/\/nephcure.org\/wp-content\/uploads\/2024\/08\/NephCure_Simple_Logo_RBG.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@nephcure","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nephcure.org\/nephcure-specialist-resource-ordering-system\/","url":"https:\/\/nephcure.org\/nephcure-specialist-resource-ordering-system\/","name":"NephCure Specialist Resource Ordering System - NephCure","isPartOf":{"@id":"https:\/\/nephcure.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nephcure.org\/nephcure-specialist-resource-ordering-system\/#primaryimage"},"image":{"@id":"https:\/\/nephcure.org\/nephcure-specialist-resource-ordering-system\/#primaryimage"},"thumbnailUrl":"https:\/\/nephcure.org\/wp-content\/uploads\/2024\/08\/NephCure_Simple_Logo_RBG.jpg","datePublished":"2026-03-04T20:24:42+00:00","dateModified":"2026-04-28T15:20:37+00:00","description":"Add your name to the sign on letter for FSGS to help shape future treatments. Every voice counts in kidney health.","breadcrumb":{"@id":"https:\/\/nephcure.org\/nephcure-specialist-resource-ordering-system\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nephcure.org\/nephcure-specialist-resource-ordering-system\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nephcure.org\/nephcure-specialist-resource-ordering-system\/#primaryimage","url":"https:\/\/nephcure.org\/wp-content\/uploads\/2024\/08\/NephCure_Simple_Logo_RBG.jpg","contentUrl":"https:\/\/nephcure.org\/wp-content\/uploads\/2024\/08\/NephCure_Simple_Logo_RBG.jpg","width":371,"height":467},{"@type":"BreadcrumbList","@id":"https:\/\/nephcure.org\/nephcure-specialist-resource-ordering-system\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nephcure.org\/"},{"@type":"ListItem","position":2,"name":"NephCure Specialist Resource Ordering System"}]},{"@type":"WebSite","@id":"https:\/\/nephcure.org\/#website","url":"https:\/\/nephcure.org\/","name":"NephCure","description":"Para enfermedades renales raras","publisher":{"@id":"https:\/\/nephcure.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nephcure.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/nephcure.org\/#organization","name":"NephCure","url":"https:\/\/nephcure.org\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nephcure.org\/#\/schema\/logo\/image\/","url":"https:\/\/nephcure.org\/wp-content\/uploads\/2023\/03\/cropped-NephCure-favicon-512x512-1.png","contentUrl":"https:\/\/nephcure.org\/wp-content\/uploads\/2023\/03\/cropped-NephCure-favicon-512x512-1.png","width":512,"height":512,"caption":"NephCure"},"image":{"@id":"https:\/\/nephcure.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/nephcure\/","https:\/\/x.com\/nephcure","https:\/\/www.instagram.com\/nephcure\/","https:\/\/www.linkedin.com\/company\/nephcure\/","https:\/\/www.youtube.com\/user\/Nephcure"]}]}},"_links":{"self":[{"href":"https:\/\/nephcure.org\/es\/wp-json\/wp\/v2\/pages\/37604","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nephcure.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nephcure.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nephcure.org\/es\/wp-json\/wp\/v2\/users\/12083"}],"replies":[{"embeddable":true,"href":"https:\/\/nephcure.org\/es\/wp-json\/wp\/v2\/comments?post=37604"}],"version-history":[{"count":0,"href":"https:\/\/nephcure.org\/es\/wp-json\/wp\/v2\/pages\/37604\/revisions"}],"wp:attachment":[{"href":"https:\/\/nephcure.org\/es\/wp-json\/wp\/v2\/media?parent=37604"}],"wp:term":[{"taxonomy":"disease-category","embeddable":true,"href":"https:\/\/nephcure.org\/es\/wp-json\/wp\/v2\/disease-category?post=37604"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/nephcure.org\/es\/wp-json\/wp\/v2\/topic?post=37604"},{"taxonomy":"treatment-option","embeddable":true,"href":"https:\/\/nephcure.org\/es\/wp-json\/wp\/v2\/treatment-option?post=37604"},{"taxonomy":"hf_cat_page","embeddable":true,"href":"https:\/\/nephcure.org\/es\/wp-json\/wp\/v2\/hf_cat_page?post=37604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}