function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
krispkrisp 

Web-To-Lead form

Hi All,

 

I am struggling with my web-to-lead form, it is not populating the vaules prodived in the form, in Salesforce.  My site has four steps a user must go through, Step 1 takes the Contact Details, and the last step does the submission:

 

Any help is much appreciated, thank you, site is http://dev2.roimedia.co.za/vantagefx-com/testform

 

STEP1:

<form class="formular roi_form" id="individualForm" method="post" action="#"><input id="00N90000002JIvi" type="hidden" value="MT4" title="Platform" name="00N90000002JIvi"><input type="hidden" value="3" name="00N90000001sJbd"><input id="00N90000002gWIe" type="hidden" value="ETFX65792" size="20" name="00N90000002gWIe" maxlength="20"><input id="lead_source" type="hidden" value="VFX Ac2" name="lead_source"><input id="00N90000002oqaA" type="hidden" value="41.135.64.38" name="00N90000002oqaA"><input type="hidden" value="00Dd0000000eDrk" name="oid"><input type="hidden" value="http://www.vantagefx.com/get-trading/choose-region/australian-or-international/international-application/thank-you" name="retURL"><input type="hidden" id="ga-page" name="ga-page" value="/personal-details" /><div class="form_progress_bar_step_1"></div><fieldset><input type="hidden" value="2" name="nextstep" id="nextstep" /><input type="hidden" name="eaf5234d9fb03b9c897da0c29c49974d" value="1" /><input type="hidden" name="1cf1" value="c8b641db5c041d8d5df714bb67af2734" /><div class="form_top"><h3>Personal Details</h3><div class="required"><span>*</span> Required</div></div><div class="form_grey_back"><div class="form_grey_item"><select id="title" size="1" name="title" class="validate[required] text-input chosen_title" style="width: 155px; top: 2px;"><option value="">*Title</option><option value="Mr" selected="selected">Mr</option><option value="Mrs">Mrs</option><option value="Miss">Miss</option><option value="Ms">Ms</option><option value="Dr">Dr</option><option value="Prof">Prof</option><option value="Sir">Sir</option></select></div><div class="form_grey_item"><input type="text" onclick="selfocus(this);" id="first_name" name="first_name" maxlength="150" style="width: 165px;" class="validate[required] text-input" value="Kabelo" /></div><div class="form_grey_item form_grey_item_no_margin_right"><input type="text" onclick="selfocus(this);" id="last_name" name="last_name" maxlength="150" class="validate[required] text-input" value="Moloi" /></div><div class="form_grey_item form_grey_item_no_margin_bottom"><input onclick="selfocus(this);" class="text-input validate[required]" name="email" id="email" value="kabelo_moloi@yahoo.com" maxlength="64" type="text"></div><div class="form_grey_item form_grey_item_no_margin_bottom"><input type="text" id="00N900000015Fkf" onclick="selfocus(this);" style="width: 130px;" name="00N900000015Fkf" maxlength="15" class="validate[required] text-input" value="0113679000" /></div><div class="form_grey_item form_grey_item_no_margin_right form_grey_item_no_margin_bottom"><input type="text" onclick="selfocus(this);" id="nationality" name="nationality" maxlength="150" class="validate[required] text-input" value="South African" /></div><div style="clear:both"></div></div>

STEP 4

<form class="formular roi_form" id="individualForm" method="post" action="#"><input id="00N90000002JIvi" type="hidden" value="MT4" title="Platform" name="00N90000002JIvi"><input type="hidden" value="3" name="00N90000001sJbd"><input id="00N90000002gWIe" type="hidden" value="ETFX65792" size="20" name="00N90000002gWIe" maxlength="20"><input id="lead_source" type="hidden" value="VFX Ac2" name="lead_source"><input id="00N90000002oqaA" type="hidden" value="41.135.64.38" name="00N90000002oqaA"><input type="hidden" value="00Dd0000000eDrk" name="oid"><input type="hidden" value="http://www.vantagefx.com/get-trading/choose-region/australian-or-international/international-application/thank-you" name="retURL"><input type="hidden" id="ga-page" name="ga-page" value="/declaration" /><input value="end" id="nextstep" name="nextstep" type="hidden" /><input type="hidden" name="eaf5234d9fb03b9c897da0c29c49974d" value="1" /><input type="hidden" name="1cf1" value="c8b641db5c041d8d5df714bb67af2734" /><div class="form_progress_bar_step_4"></div><input type="hidden" name="final_submit" value="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" /><fieldset>

<div class="form_submit_block"><input value="Finish" style="float:right;" class="button form_button_next form_button_complete" name="button_76" type="submit">


krispkrisp

Hi All,

 

The site was losing the inputted data once the user navigates to the next step.