user-registration

[et_pb_section fb_built=”1″ fullwidth=”on” _builder_version=”4.0.6″ background_image=”https://uat.futurebridge.com/wp-content/uploads/2020/01/andrew-haimerl-597716-unsplash.png” height=”640px”][/et_pb_section][et_pb_section fb_built=”1″ _builder_version=”4.0.6″ background_color=”#FFFFFF” custom_margin=”-500px|15%|50px|15%|false|false” custom_margin_tablet=”|5%||5%|false|true” custom_margin_phone=”-460px|5%||5%|false|true” custom_margin_last_edited=”on|phone” box_shadow_style=”preset6″ custom_margin__hover_enabled=”off|desktop”][et_pb_row column_structure=”1_2,1_2″ _builder_version=”4.0.6″ custom_margin=”-20px||0px||false|false” custom_padding=”0px||0px||false|false”][et_pb_column type=”1_2″ _builder_version=”3.29.3″][et_pb_text _builder_version=”3.29.3″ hover_enabled=”0″ custom_css_main_element=”border-bottom:3px solid #E1E1E1!important;” border_color_all=”#E1E1E1″ sticky_enabled=”0″]

Registration

[/et_pb_text][/et_pb_column][et_pb_column type=”1_2″ _builder_version=”3.29.3″][et_pb_text disabled_on=”on|on|off” _builder_version=”4.2.2″ hover_enabled=”0″ sticky_enabled=”0″]

Already have an account?

[/et_pb_text][et_pb_text disabled_on=”off|off|on” _builder_version=”4.0.6″ hover_enabled=”0″ sticky_enabled=”0″]

Already have an account?

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”4.0.6″ custom_margin=”||0px||false|false” custom_padding=”||0px||false|false”][et_pb_column type=”4_4″ _builder_version=”3.29.3″][et_pb_text _builder_version=”4.4.2″ hover_enabled=”0″ sticky_enabled=”0″]

Get Started with Futurebridge

Register and get access to MyFutureBridge section for exclusive content which you can personalize based on your preference.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row disabled_on=”on|on|on” _builder_version=”3.29.3″ disabled=”on”][et_pb_column type=”4_4″ _builder_version=”3.29.3″][et_pb_code _builder_version=”3.29.3″]

[contact-form-7 id=”6915″ title=”UserRegistration”]

[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=”3_5,2_5″ use_custom_gutter=”on” gutter_width=”2″ module_id=”form-section” _builder_version=”4.0.6″ width=”70%”][et_pb_column type=”3_5″ _builder_version=”3.29.3″][et_pb_code disabled_on=”on|on|on” admin_label=”Code” module_id=”trialform” module_class=”lbl-Code” _builder_version=”4.0.6″ width=”90%” width_tablet=”100%” width_phone=”100%” width_last_edited=”on|phone” custom_padding=”30px|30px|0px|30px|false|false” custom_padding_tablet=”25px|25px|20px|25px|false|true” custom_padding_phone=”20px|25px|30px|25px|false|false” custom_padding_last_edited=”on|desktop” disabled=”on” custom_padding__hover_enabled=”off|hover”]

[register_form]

jQuery(function($) { $(“#sign_up”).click(function(event){ //event.preventDefault(); if(grecaptcha.getResponse() == “”) { event.preventDefault(); alert(“Please verify you are not a robot!”); $(‘#error_alert’).html( “Please verify you are not a robot!”); } else if($(‘#password’).val() == $(‘#comparepassword’).val()){ //Username check var usr = $(‘#username’).val(); $.post(“/wp-content/plugins/futurebridgeapi/api/api.php”, { api_type: ‘username_exists’, username: usr, }, function(data, status){ if(data.message==true) { $(‘#username_alert’).html(‘Username already exists!’); $(‘#username_alert’).show(); return; } }); //email check var email = $(‘#emailId’).val(); $.post(“/wp-content/plugins/futurebridgeapi/api/api.php”, { api_type: ’email_exists’, emailId: email, }, function(data, status){ if(data.message==true) { $(‘#email_alert’).html(‘Email already registered!’); $(‘#email_alert’).show(); return; } }); $.post(“/wp-content/plugins/futurebridgeapi/api/api.php”, { first_name: $(‘#first_name’).val(), last_name: $(‘#last_name’).val(), country: $(‘#country’).val(), emailId: $(‘#emailId’).val(), username: $(‘#username’).val(), program: $(‘input[name=”program[]”]’).serialize(), mobile: $(‘#mobile’).val(), company: $(‘#company’).val(), designation: $(‘#designation’).val(), password: $(‘#password’).val(), api_type: ‘user_registration’, }, function(data, status){ console.log(“Data: ” + data + “nStatus: ” + status); if(data.xmlresponse==”White Listed Domain”) { if(data.successFlag && data.successFlag == true) { $(‘#trail_user_form’).html(‘

User Successfully Registered.

Please check your email to activate your account.

‘); } } else if(data.xmlresponse==”Black Listed Domain”) { $(‘#email_alert’).html(‘At this point, we don’t allow public email accounts. please register with your business email account.’); $(‘#email_alert’).show(); $(‘#error_alert’).html(‘Email not allowed!’); } else if(data.successFlag && data.successFlag == true) { $(‘#trail_user_form’).html(‘

Account Creation Request Sent!

We sent your request to our team. We will be in touch with you for further process.

‘); } else if(data.successFlag && data.successFlag == false) { $(‘#error_alert’).html( data.message); } else if(data.error) { $(‘#error_alert’).html(‘Error ‘+data.statusCode +’: ‘+ data.message); } }); } else { $(‘#error_alert’).html(“Passwords didn’t match”); } });});–>[/et_pb_code][et_pb_code disabled_on=”on|on|on” admin_label=”final code – dont delete” module_id=”trialform” module_class=”lbl-final|code|-|dont|delete” _builder_version=”4.0.6″ width=”90%” width_tablet=”100%” width_phone=”100%” width_last_edited=”on|phone” custom_padding=”30px|30px|0px|30px|false|false” custom_padding_tablet=”25px|25px|20px|25px|false|true” custom_padding_phone=”20px|25px|30px|25px|false|false” custom_padding_last_edited=”on|desktop” disabled=”on” custom_padding__hover_enabled=”off|hover”]

[contact-form-7 id=”7140″ title=”UserRegistrationForm”]

[/et_pb_code][et_pb_code disabled_on=”off|off|off” admin_label=”Code – 31-jan2020″ module_id=”trialform” module_class=”registr lbl-Code|-|31-jan2020″ _builder_version=”4.4.2″ width=”90%” width_tablet=”100%” width_phone=”100%” width_last_edited=”on|phone” custom_padding=”30px|30px|0px|30px|false|false” custom_padding_tablet=”25px|25px|20px|25px|false|true” custom_padding_phone=”20px|25px|30px|25px|false|false” custom_padding_last_edited=”on|desktop” hover_enabled=”0″ custom_padding__hover_enabled=”off|hover” sticky_enabled=”0″]

[contact-form-7 id=”9685″ title=”UserRegistrationForm”]

[/et_pb_code][/et_pb_column][et_pb_column type=”2_5″ module_id=”benefitsprogram” _builder_version=”3.29.3″ custom_padding=”|0px|||false|false”][et_pb_text _builder_version=”3.29.3″]

Benefits to Registered User on FutureBridge

[/et_pb_text][et_pb_blurb title=”Explore Key Trends” image=”https://uat.futurebridge.com/wp-content/uploads/2020/01/analytics-1-1.png” icon_placement=”left” _builder_version=”4.4.2″ header_level=”h5″ header_font=”|700|||||||” header_text_color=”#000000″ header_font_size=”16px” header_line_height=”0.5em” body_text_color=”#666666″ custom_padding=”||7px||false|false” header_line_height_tablet=”0.8em” header_line_height_phone=”0.8em” header_line_height_last_edited=”on|desktop”]

Stay on top of your industry related trends and opportunities

[/et_pb_blurb][et_pb_blurb title=”Trending Topics” image=”https://uat.futurebridge.com/wp-content/uploads/2020/01/trending-1.png” icon_placement=”left” _builder_version=”4.4.2″ header_level=”h5″ header_font=”|700|||||||” header_text_color=”#000000″ header_font_size=”16px” header_line_height=”0.5em” body_text_color=”#666666″ custom_padding=”||7px||false|false” header_line_height_tablet=”0.8em” header_line_height_phone=”0.8em” header_line_height_last_edited=”on|desktop”]

Learn about fundamental challenges confronted by your industry

[/et_pb_blurb][et_pb_blurb title=”Access to exclusive content” image=”https://uat.futurebridge.com/wp-content/uploads/2020/01/Group-481.png” icon_placement=”left” _builder_version=”4.4.2″ header_level=”h5″ header_font=”|700|||||||” header_text_color=”#000000″ header_font_size=”16px” header_line_height=”0.5em” body_text_color=”#666666″ custom_padding=”||7px||false|false” header_line_height_tablet=”0.8em” header_line_height_phone=”0.8em” header_line_height_last_edited=”on|phone”]

Get insightful information access without any restrictions

[/et_pb_blurb][et_pb_blurb title=”Unrestricted webinar access” image=”https://uat.futurebridge.com/wp-content/uploads/2020/01/Group-474.png” icon_placement=”left” _builder_version=”4.4.2″ header_level=”h5″ header_font=”|700|||||||” header_text_color=”#000000″ header_font_size=”16px” header_line_height=”0.5em” body_text_color=”#666666″ header_line_height_tablet=”0.8em” header_line_height_phone=”0.8em” header_line_height_last_edited=”on|phone”]

Gain access to all upcoming webinars and replays on-demand

[/et_pb_blurb][et_pb_blurb title=”Exclusive Newsletter” image=”https://uat.futurebridge.com/wp-content/uploads/2020/02/Icon.png” icon_placement=”left” _builder_version=”4.4.2″ header_level=”h5″ header_font=”|700|||||||” header_text_color=”#000000″ header_font_size=”16px” header_line_height=”1.5em” body_text_color=”#666666″ header_line_height_tablet=”0.8em” header_line_height_phone=”0.8em” header_line_height_last_edited=”on|phone”]

Covering Future of industry news and insights from FutureBridge analysts

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]