{"id":18877,"date":"2023-09-22T11:31:37","date_gmt":"2023-09-22T16:31:37","guid":{"rendered":"https:\/\/sbecportal.com\/portal1\/?page_id=18877"},"modified":"2025-10-17T14:09:07","modified_gmt":"2025-10-17T19:09:07","slug":"register-to-redford-portal","status":"publish","type":"page","link":"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/","title":{"rendered":"Register to Redford Portal"},"content":{"rendered":"<!--noptimize--><div class=\"rmagic rm_theme_matchmytheme rm_layout_label_top\"><style><style> #form_2_1 ::-webkit-input-placeholder {color:#000000;}  #form_2_1 ::-moz-placeholder {color:#000000;}  #form_2_1 ::-ms-input-placeholder {color:#000000;}<\/style><\/style><style>.rmagic #form_2_1 .buttonarea input[type=\"submit\"] {background-color: rgb(255, 221, 0); color: rgb(9, 42, 109); !important}<\/style><div class=\"rmcontent\"><pre class='rm-pre-wrapper-for-script-tags'><script>\r\n        \r\n   \/*form specific onload functionality*\/\r\njQuery(document).ready(function () {\r\nif(jQuery(\"#form_2_1 [name='rm_payment_method']\").length>0 && jQuery(\"#form_2_1 [name='rm_payment_method']:checked\").val()=='stripe'){jQuery('#rm_stripe_fields_container_2_1').show();}\r\n\r\n    jQuery('[data-rm-unique=\"1\"]').change(function(event) {\r\n        rm_unique_field_check(jQuery(this));\r\n    });\r\n    \r\n   });\r\n                \r\nif (typeof window['rm_multipage'] == 'undefined') {\r\n\r\n    rm_multipage = {\r\n        global_page_no_form_2_1: 1\r\n    };\r\n\r\n}\r\nelse\r\n rm_multipage.global_page_no_form_2_1 = 1;\r\n\r\nfunction gotonext_form_2_1(){\r\n        \/* Making sure action attribute is empty *\/\r\n        jQuery(\"form.rmagic-form\").attr(\"action\",\"\");\r\n        var maxpage = 1 ;\r\n                jQuery.validator.setDefaults({errorClass: 'rm-form-field-invalid-msg',\n                                        ignore:':hidden,.ignore,:not(:visible),.rm_untouched',wrapper:'div',\n                                       errorPlacement: function(error, element) {\n                                                            \/\/error.appendTo(element.closest('.rminput'));\n                                                            error.appendTo(element.closest('div'));\n                                                          },\n                                      rules: {        \n        password: {\n            required: true,\n            minlength: 7\n        },\n        password_confirmation: {\n            required: true,\n            equalTo: \"#rm_reg_form_pw_2_1\"\n        },\n        email_confirmation: {\n            required: true,\n            equalTo: \"#rm_reg_form_email_2_1\"\n        }\n            },\n        messages: {\n        password_confirmation: {\n            equalTo: \"Your passwords do not match. Please check again.\"\n        },\n        email_confirmation: {\n            equalTo: \"Emails do not match\"\n        }\n            }\n                                    });        \r\n        \r\n        var jq_prev_button = jQuery(\"#rm_prev_form_page_button_2_1\");\r\n        var jq_next_button = jQuery(\"#rm_next_form_page_button_2_1\");\r\n        \r\n        var next_label = jq_next_button.data(\"label-next\");\r\n        var payment_method = jQuery('[name=rm_payment_method]:checked').val();\r\n        var form_object= jQuery(\"#rm_form_page_form_2_1_\"+rm_multipage.global_page_no_form_2_1).closest(\"form\");\r\n        var submit_btn= form_object.find(\"[type=submit]:not(.rm_noscript_btn)\");\r\n        var sub_label = submit_btn.data(\"label-sub\");\r\n        form_object.find('input.rm_price_field_quantity').each(function() {\r\n            if(typeof jQuery(this).attr('min') == 'undefined') {\r\n                jQuery(this).attr('min', 0);\r\n            }\r\n        });\r\n        if(form_object.find('.rm_privacy_cb').is(':visible') && !form_object.find('.rm_privacy_cb').prop('checked')){\r\n             \/\/form_object.find('.rm_privacy_cb').trigger('change');\r\n             form_object.find('.rm_privacy_cb').focus();\r\n             form_object.find('.rm_privacy_cb').parent().parent().siblings('div.rm-form-error-message').show();\r\n             return false;\r\n        } \r\n        if(typeof payment_method == 'undefined' || payment_method != 'stripe')\r\n        {            \r\n            elements_to_validate = jQuery(\"#rm_form_page_form_2_1_\"+rm_multipage.global_page_no_form_2_1+\" :input\").not('#rm_stripe_fields_container_2_1 :input');\r\n        }\r\n        else\r\n            var elements_to_validate = jQuery(\"#rm_form_page_form_2_1_\"+rm_multipage.global_page_no_form_2_1+\" :input\");\r\n        \r\n        if(elements_to_validate.length > 0)\r\n        {\r\n            var valid = elements_to_validate.valid();\r\n            elements_to_validate.each(function(){\r\n            var if_mobile= jQuery(this).attr('data-mobile-intel-field');\r\n                if(if_mobile){\r\n                    var tel_error = rm_toggle_tel_error(this.dataset.validnumber,jQuery(this),jQuery(this).data('error-message'));\r\n                    if(tel_error){\r\n                        valid= false;\r\n                    }\r\n                    else\r\n                    {\r\n                        jQuery(this).val(this.dataset.fullnumber);\r\n                    }\r\n                }\r\n            });\r\n\r\n            if(!valid)\r\n            {   \r\n                setTimeout(function(){ submit_btn.prop('disabled',false); }, 1000);\r\n                var error_element= jQuery(document).find(\"input.rm-form-field-invalid-msg\")[0];\r\n                if(error_element){\r\n                    error_element.focus();\r\n                }\r\n                return false;\r\n            }\r\n            else{\r\n                if(maxpage==rm_multipage.global_page_no_form_2_1){\r\n                    return true;\r\n                }\r\n            }\r\n           \r\n        } else{\r\n            if(maxpage==rm_multipage.global_page_no_form_2_1){\r\n                    return true;\r\n            }\r\n        }\r\n        \r\n        \/* Server validation for Username and Email field *\/\r\n        for(var i=0;i<rm_validation_attr.length;i++){\r\n            var validation_flag= true;\r\n            jQuery(\"[\" + rm_validation_attr[i] + \"=0]\").each(function(){\r\n               validation_flag= false;\r\n               return false;\r\n            });\r\n            \r\n           \r\n            if(!validation_flag)\r\n              return;\r\n        }\r\n        \r\n       \r\n        rm_multipage.global_page_no_form_2_1++;\r\n        if(rm_multipage.global_page_no_form_2_1>=maxpage){\r\n            submit_btn.prop('value',sub_label);\r\n            submit_btn.addClass('rm-submit-btn-show');\r\n        }\r\n        else{\r\n            submit_btn.prop('value','Next');\r\n            submit_btn.removeClass('rm-submit-btn-show');\r\n        }\r\n       \r\n        \/*skip blank form pages*\/\r\n        \/*while(jQuery(\"#rm_form_page_form_2_1_\"+rm_multipage.global_page_no_form_2_1+\" :input\").length == 0)\r\n        {\r\n            if(maxpage <= rm_multipage.global_page_no_form_2_1)\r\n            {\r\n                    if(jQuery(\"#rm_form_page_form_2_1_\"+rm_multipage.global_page_no_form_2_1+\" :input\").length == 0){\r\n                        jq_next_button.prop('type','submit');\r\n                        jq_prev_button.prop('disabled',true);\r\n                        return;\r\n                    }        \r\n                    else\r\n                        break;\r\n            }    \r\n           rm_multipage.global_page_no_form_2_1++;\t\t       \r\n        }*\/\r\n          \t\t\r\n\tif(rm_multipage.global_page_no_form_2_1 >= maxpage){\r\n            jq_next_button.attr(\"value\", sub_label);\r\n        }\r\n\tif(maxpage < rm_multipage.global_page_no_form_2_1)\r\n\t{\r\n\t\trm_multipage.global_page_no_form_2_1 = maxpage;\r\n\t\tjq_next_button.prop('type','submit');\r\n                jq_prev_button.prop('disabled',true);\r\n\t}\r\n        \r\n\tjQuery(\".rmformpage_form_2_1\").each(function (){\r\n        \r\n\t\tvar visibledivid = \"rm_form_page_form_2_1_\"+rm_multipage.global_page_no_form_2_1;\r\n\t\tvar current_page= jQuery(this);\r\n                    if(jQuery(this).attr('id') == visibledivid){\r\n                        setTimeout(function(){ \/\/ Delaying field show to skip validation for untouched fields\r\n                            current_page.show();\r\n                            current_page.find(':input').addClass('rm_untouched');\r\n                            setTimeout(function(){ current_page.find(':input').removeClass('rm_untouched'); }, 1000);\r\n                        },100);\r\n                }\r\n\t\telse\r\n                    current_page.hide();  \r\n        });         \r\n        \r\n        jQuery('.rmformpage_form_2_1').find(':input').filter(':visible').eq(0).focus();\r\n        jQuery('#rmagic-progressbar').animate({\r\n            scrollTop: (jQuery('.rmformpage_form_2_1').first().offset().top)\r\n        },500);\r\n        \r\n        jQuery('ul#rmagic-progressbar').children('li').each(function(index) {\r\n            if(!jQuery(this).hasClass('active')) {\r\n                jQuery(this).addClass('active');\r\n                return false;\r\n            }\r\n        });\r\n    \r\n        jq_prev_button.prop('disabled',false);\r\n        rmInitGoogleApi();\r\n        \r\n        setTimeout(function(){ submit_btn.prop('disabled',false); }, 1000);\r\n        \r\n        if(jq_prev_button.length > 0 && rm_multipage.global_page_no_form_2_1>=1){\r\n            jq_prev_button.show();\r\n        }\r\n        \r\n        if(rm_multipage.global_page_no_form_2_1 == maxpage){\r\n            return false;\r\n        }\r\n        \r\n        if(maxpage=='1'){\r\n            return true;\r\n        }\r\n        return false;\r\n           \r\n}\r\n    <\/script><\/pre><pre class='rm-pre-wrapper-for-script-tags'><script>\r\nfunction gotoprev_form_2_1(){\r\n\t\r\n\tvar maxpage = 1 ;\r\n        var jq_prev_button = jQuery(\"#rm_prev_form_page_button_2_1\");\r\n        var jq_next_button = jQuery(\"#rm_next_form_page_button_2_1\");\r\n        \/\/var sub_label = jq_next_button.data(\"label-sub\");\r\n        var next_label = jq_next_button.data(\"label-next\");\r\n        var form_object= jQuery(\"#rm_form_page_form_2_1_\"+rm_multipage.global_page_no_form_2_1).closest(\"form\");\r\n        var submit_btn= form_object.find(\"[type=submit]:not(.rm_noscript_btn)\");\r\n        var sub_label = submit_btn.data(\"label-sub\");\r\n        \/*\r\n        if(form_object.find('.rm_privacy_cb').is(':visible') && !form_object.find('.rm_privacy_cb').prop('checked')){\r\n            \/\/form_object.find('.rm_privacy_cb').trigger('change');\r\n            form_object.find('.rm_privacy_cb').focus();\r\n            form_object.find('.rm_privacy_cb').parent().parent().siblings('div.rm-form-error-message').show();\r\n            return false;\r\n        }\r\n        *\/\r\n\trm_multipage.global_page_no_form_2_1--;\r\n        jq_next_button.attr('type','button');        \r\n        \r\n        if(maxpage==rm_multipage.global_page_no_form_2_1){\r\n            submit_btn.prop('value',sub_label);\r\n            submit_btn.addClass('rm-submit-btn-show');\r\n        }\r\n        else{\r\n            submit_btn.prop('value','Next');\r\n            submit_btn.removeClass('rm-submit-btn-show');\r\n        }\r\n        \/*skip blank form pages*\/\r\n        while(jQuery(\"#rm_form_page_form_2_1_\"+rm_multipage.global_page_no_form_2_1+\" :input,.rm-total-price \").length == 0)\r\n        {\r\n            if(1 >= rm_multipage.global_page_no_form_2_1)\r\n            {\r\n                    if(jQuery(\"#rm_form_page_form_2_1_\"+rm_multipage.global_page_no_form_2_1+\" :input,.rm-total-price \").length == 0){\r\n                        rm_multipage.global_page_no_form_2_1 = 1;\r\n                        \/\/jq_prev_button.prop('disabled',true);\r\n                        return;\r\n                    }        \r\n                    else\r\n                        break;\r\n            }\r\n        \r\n            rm_multipage.global_page_no_form_2_1--;\r\n        }\r\n        \r\n        if(rm_multipage.global_page_no_form_2_1 <= maxpage-1)\r\n            jq_next_button.attr(\"value\", next_label);\r\n            \r\n\tjQuery(\".rmformpage_form_2_1\").each(function (){\r\n\t\tvar visibledivid = \"rm_form_page_form_2_1_\"+rm_multipage.global_page_no_form_2_1;\r\n\t\tif(jQuery(this).attr('id') == visibledivid){\r\n\t\t\tjQuery(this).show();\r\n                }\r\n\t\telse\r\n\t\t\tjQuery(this).hide();\r\n\t});\r\n        jQuery('.rmformpage_form_2_1').find(':input').filter(':visible').eq(0).focus();\r\n        if(rm_multipage.global_page_no_form_2_1 <= 1)\r\n        {\r\n            rm_multipage.global_page_no_form_2_1 = 1;\r\n           \/\/ jq_prev_button.prop('disabled',true);\r\n        }\r\n        jQuery('#rmagic-progressbar').animate({\r\n            scrollTop: (jQuery('.rmformpage_form_2_1').first().offset().top)\r\n        },500);\r\n        \r\n        jQuery('ul#rmagic-progressbar').children('li').each(function(index) {\r\n            if(!jQuery(this).next().hasClass('active')) {\r\n                jQuery(this).removeClass('active');\r\n                return false;\r\n            }\r\n        });\r\n        \r\n        if(rm_multipage.global_page_no_form_2_1==1){\r\n            jq_prev_button.hide();\r\n            submit_btn.prop('disabled',false);\r\n        }\r\n}\r\n         \r\n<\/script>\r\n    <script src=\"\/\/www.youtube.com\/player_api\"><\/script>\r\n    <script>\r\n    var players = [];\r\n    function onYouTubePlayerAPIReady() {\r\n        \/\/ create the global player from the specific iframe (#video)\r\n        var pre_id = '';\r\n        jQuery(\".allow-autoplay\").each(function(){\r\n            if(pre_id!=jQuery(this).attr(\"id\")){\r\n                players.push(new YT.Player(jQuery(this).attr(\"id\")));\r\n            }\r\n            pre_id = jQuery(this).attr(\"id\");\r\n        });\r\n    }\r\n    jQuery(document).ready(function(){\r\n        var videosArr = [];\r\n        var pre_id = '';\r\n        jQuery(\".allow-autoplay\").each(function(i){\r\n            if(pre_id!=jQuery(this).attr(\"id\")){\r\n                videosArr[jQuery(this).attr(\"id\")] = i;\r\n            }\r\n            pre_id = jQuery(this).attr(\"id\");\r\n        });\r\n        jQuery('.buttonarea input').click(function(){\r\n            setTimeout(function(){\r\n                jQuery(\".rmformpage_form_2_1\").each(function(){\r\n                    if(jQuery(this).css('display')=='block'){\r\n                        var page_video_id= jQuery(this).attr(\"id\");\r\n                        if(jQuery('#'+page_video_id+' .allow-autoplay').length){\r\n                            players[videosArr[jQuery('#'+page_video_id+' .allow-autoplay').attr('id')]].playVideo();\r\n                        }\r\n                    }\r\n                });\r\n            }, 300);\r\n        });\r\n    });\r\n    <\/script> \r\n   <\/pre><style type=\"text\/css\">label span.required { color: #B94A48; }span.help-inline, span.help-block { color: #888; font-size: .9em; font-style: italic; }<\/style><form novalidate onsubmit=\"return gotonext_form_2_1()\" autocomplete=\"off\" action id=\"form_2_1\" method=\"post\" class=\"rmagic-form rmagic-form-btn-center form-vertical\" name=\"rm_form\" number=\"1\" style=\"border: 5px solid rgb(255, 221, 0); background-color: rgb(9, 42, 109);\"><fieldset><input type=\"hidden\" name=\"rm_form_sub_id\" value=form_2_1><input type=\"hidden\" name=\"rm_form_sub_no\" value=1><input type=\"hidden\" name=\"rm_cond_hidden_fields\" id=\"rm_cond_hidden_fields\" value=\"\"><div id=\"rm_stat_container\"><div class=\"rmagic-field\"><label class=\"rmfield\" for=\"form_2_1-element-1\" style=\"\">RM_Stats<\/label><div class=\"rminput\"><input type=\"text\" name=\"stat_id\" value=\"__uninit\" style=\"display:none\" id=\"form_2_1-element-1\"\/><\/div><\/div><\/div><div class=\"rm-multi-page-form rmformpage_form_2_1\" id=\"rm_form_page_form_2_1_1\"><fieldset class='rmfieldset'><div class=\"rmagic-row\" data-bmargin=\"0\"><div class=\"rmagic-fields-wrap\"><div class=\"rmagic-col rmagic-col-12\"><div class=\"rmagic-field\"><label class=\"rmfield\" for=\"rm_reg_form_email_2_1\" style=\"color: rgb(255, 255, 255);\">Email<sup class=\"required\">&nbsp;*<\/sup><\/label><div class=\"rminput\"><input type=\"email\" name=\"Email_4\" required style=\"color: rgb(0, 0, 0);\" labelstyle=\"color: rgb(255, 255, 255);\" id=\"rm_reg_form_email_2_1\"\/><\/div><\/div><\/div><\/div><\/div><div class=\"rmagic-row\" data-bmargin=\"0\"><div class=\"rmagic-fields-wrap\"><div class=\"rmagic-col rmagic-col-12\"><div class=\"rmagic-field\"><label class=\"rmfield\" for=\"form_2_1-element-15\" style=\"color: rgb(255, 255, 255);\">Username<sup class=\"required\">&nbsp;*<\/sup><\/label><div class=\"rminput\"><input type=\"text\" name=\"username\" maxlength=\"70\" required style=\"color: rgb(0, 0, 0);\" labelstyle=\"color: rgb(255, 255, 255);\" id=\"form_2_1-element-15\"\/><\/div><\/div><\/div><\/div><\/div><div class=\"rmagic-row\" data-bmargin=\"0\"><div class=\"rmagic-fields-wrap\"><div class=\"rmagic-col rmagic-col-12\"><div class=\"rmagic-field\"><label class=\"rmfield\" for=\"rm_reg_form_pw_2_1\" style=\"color: rgb(255, 255, 255);\">Password<sup class=\"required\">&nbsp;*<\/sup><\/label><div class=\"rminput\"><input type=\"password\" name=\"pwd\" placeholder=\"Set Your Password\" required style=\"color: rgb(0, 0, 0);\" labelstyle=\"color: rgb(255, 255, 255);\" id=\"rm_reg_form_pw_2_1\" data-confirmpasspos=\"right\" minlength=\"7\"\/><\/div><div class=\"rmnote\"><div class=\"rmprenote\"><\/div><div class=\"rmnotecontent\">Password must be at least 7 characters long.<\/div><\/div><\/div><\/div><div class=\"rmagic-col rmagic-col-12\"><div class=\"rmagic-field\"><label class=\"rmfield\" for=\"rm_reg_form_pw_reentry\" style=\"color: rgb(255, 255, 255);\">Enter password again<sup class=\"required\">&nbsp;*<\/sup><\/label><div class=\"rminput\"><input type=\"password\" name=\"password_confirmation\" placeholder=\"Repeat your password\" required style=\"color: rgb(0, 0, 0);\" labelstyle=\"color: rgb(255, 255, 255);\" id=\"rm_reg_form_pw_reentry\" data-confirmpasspos=\"right\"\/><\/div><div class=\"rmnote\"><div class=\"rmprenote\"><\/div><div class=\"rmnotecontent\">Password must be at least 7 characters long.<\/div><\/div><\/div><\/div><\/div><\/div><div class=\"rmagic-field rm_captcha_fieldrow\"><div class=\"rminput\"><input type=\"hidden\" class=\"g-recaptcha-response\" id=\"g-recaptcha-response\" name=\"g-recaptcha-response\"><script type=text\/javascript>if(typeof rm_captcha_site_key === \"undefined\")rm_captcha_site_key=\"6Lc1DEEoAAAAAPgSZqgzjqL7wmnc_qlLwHGn0Fxf\";<\/script><\/pre><style>.rm_captcha_fieldrow{display:none;}<\/style><\/div><\/div><\/fieldset><\/div><div class=\"buttonarea\"><input   type=\"submit\" value=\"Submit\" name=\"rm_sb_btn\" class=\"rm_next_btn rm-btn rm-btn-primary button button-primary\" data-label-next=\"Next\" data-label-sub=\"Submit\" style=\"background-color: rgb(255, 221, 0); color: rgb(9, 42, 109);\" id=\"form_2_1-element-32\"\/> <input   type=\"submit\" value=\"Submit\" name style=\"background-color: rgb(255, 221, 0); color: rgb(9, 42, 109);\" class=\"rm_noscript_btn rm-btn rm-btn-primary button button-primary\" id=\"form_2_1-element-33\"\/><\/div><\/fieldset><\/form><pre class=\"rm-pre-wrapper-for-script-tags\"><script type=\"text\/javascript\">jQuery(document).ready(function() {\t\tjQuery(\"#form_2_1\").bind(\"submit\", function(){\n                        \/\/jQuery(this).find(\"input[name=rm_slug]\").attr(\"value\",jQuery(this).find(\"input[name=submit]\").attr(\"value\"));\n\t\t\tjQuery(this).find(\"input[type=submit]\").attr(\"disabled\", \"disabled\"); \n\t\t});            \n                   \n                   jQuery(\"#rm_reg_form_email_2_1\").change(function(){\n                   var data = {\n                           'action': 'rm_user_exists',\n                           'rm_sec_nonce': '6426532e00',\n                           'rm_slug': 'rm_user_exists',\n                           'email': jQuery(this).val(),\n                           'attr': 'data-rm-valid-email',\n                           'form_id':\"2\"\n                   };\n                   \n                   rm_user_exists(this,rm_ajax_url,data);\n                  \n                 });\n           jQuery('#form_2_1-element-15').change(function(){\n                var data = {\n                    'action': 'rm_user_exists',\n                    'rm_sec_nonce': '6426532e00',\n                    'rm_slug': 'rm_user_exists',\n                    'username': jQuery(this).val(),\n                    'attr': 'data-rm-valid-username',\n                    'form_id': '2'\n                };\n                rm_user_exists(this,rm_ajax_url,data,'This username has already been taken. Please try again with a different username.');\n                });\n            }); <\/script><\/pre>        <noscript>\n            <div class=\"rm-js-disabled\"><b>Note: It looks like JavaScript is disabled in your browser. Some elements of this form may require JavaScript to work properly. If you have trouble submitting the form, try enabling JavaScript momentarily and resubmit. JavaScript settings are usually found in Browser Settings or Browser Developer menu.<\/b><\/div>\n            <style>\n                .rm_next_btn {display:none !important}\n                .rm_noscript_btn {display: block !important}\n            <\/style>\n        <\/noscript>\n    <\/div><\/div><!--\/noptimize-->\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18877","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Register to Redford Portal - Redford Portal<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Register to Redford Portal - Redford Portal\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/\" \/>\n<meta property=\"og:site_name\" content=\"Redford Portal\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-17T19:09:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/\",\"url\":\"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/\",\"name\":\"Register to Redford Portal - Redford Portal\",\"isPartOf\":{\"@id\":\"https:\/\/sbecportal.com\/redfordportal\/#website\"},\"datePublished\":\"2023-09-22T16:31:37+00:00\",\"dateModified\":\"2025-10-17T19:09:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sbecportal.com\/redfordportal\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Register to Redford Portal\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sbecportal.com\/redfordportal\/#website\",\"url\":\"https:\/\/sbecportal.com\/redfordportal\/\",\"name\":\"Redford Portal\",\"description\":\"Portal #1\",\"publisher\":{\"@id\":\"https:\/\/sbecportal.com\/redfordportal\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sbecportal.com\/redfordportal\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sbecportal.com\/redfordportal\/#organization\",\"name\":\"Redford Portal\",\"url\":\"https:\/\/sbecportal.com\/redfordportal\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sbecportal.com\/redfordportal\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sbecportal.com\/redfordportal\/wp-content\/uploads\/sites\/17\/2023\/09\/SB-cutout-White-6.png\",\"contentUrl\":\"https:\/\/sbecportal.com\/redfordportal\/wp-content\/uploads\/sites\/17\/2023\/09\/SB-cutout-White-6.png\",\"width\":120,\"height\":80,\"caption\":\"Redford Portal\"},\"image\":{\"@id\":\"https:\/\/sbecportal.com\/redfordportal\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Register to Redford Portal - Redford Portal","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:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/","og_locale":"en_US","og_type":"article","og_title":"Register to Redford Portal - Redford Portal","og_url":"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/","og_site_name":"Redford Portal","article_modified_time":"2025-10-17T19:09:07+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/","url":"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/","name":"Register to Redford Portal - Redford Portal","isPartOf":{"@id":"https:\/\/sbecportal.com\/redfordportal\/#website"},"datePublished":"2023-09-22T16:31:37+00:00","dateModified":"2025-10-17T19:09:07+00:00","breadcrumb":{"@id":"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sbecportal.com\/redfordportal\/register-to-redford-portal\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sbecportal.com\/redfordportal\/"},{"@type":"ListItem","position":2,"name":"Register to Redford Portal"}]},{"@type":"WebSite","@id":"https:\/\/sbecportal.com\/redfordportal\/#website","url":"https:\/\/sbecportal.com\/redfordportal\/","name":"Redford Portal","description":"Portal #1","publisher":{"@id":"https:\/\/sbecportal.com\/redfordportal\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sbecportal.com\/redfordportal\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sbecportal.com\/redfordportal\/#organization","name":"Redford Portal","url":"https:\/\/sbecportal.com\/redfordportal\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sbecportal.com\/redfordportal\/#\/schema\/logo\/image\/","url":"https:\/\/sbecportal.com\/redfordportal\/wp-content\/uploads\/sites\/17\/2023\/09\/SB-cutout-White-6.png","contentUrl":"https:\/\/sbecportal.com\/redfordportal\/wp-content\/uploads\/sites\/17\/2023\/09\/SB-cutout-White-6.png","width":120,"height":80,"caption":"Redford Portal"},"image":{"@id":"https:\/\/sbecportal.com\/redfordportal\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/sbecportal.com\/redfordportal\/wp-json\/wp\/v2\/pages\/18877","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sbecportal.com\/redfordportal\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sbecportal.com\/redfordportal\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sbecportal.com\/redfordportal\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sbecportal.com\/redfordportal\/wp-json\/wp\/v2\/comments?post=18877"}],"version-history":[{"count":15,"href":"https:\/\/sbecportal.com\/redfordportal\/wp-json\/wp\/v2\/pages\/18877\/revisions"}],"predecessor-version":[{"id":19576,"href":"https:\/\/sbecportal.com\/redfordportal\/wp-json\/wp\/v2\/pages\/18877\/revisions\/19576"}],"wp:attachment":[{"href":"https:\/\/sbecportal.com\/redfordportal\/wp-json\/wp\/v2\/media?parent=18877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}