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
web.ax1312web.ax1312 

web to lead

Please help!

 

Why won’t my webpage submit to salesforce when I have the following debug mode lines of code commented out?  It works fine when the lines are included.

 

<!-- ---------------------------------------------------------------------- -->

<!-- NOTE: These fields are optional debugging elements. Please uncomment -->

<!-- these lines if you wish to test in debug mode. -->

<!-- <input type="hidden" name="debug" value="1" /><!--

<!--<input type="hidden" name="debugEmail" value="jmpmarwood@gmail.com" />-->

AmitSahuAmitSahu

Try this :

 

<!-- ---------------------------------------------------------------------- -->

<!-- NOTE: These fields are optional debugging elements. Please uncomment -->

<!-- these lines if you wish to test in debug mode. -->

<!-- <input type="hidden" name="debug" value="1" /> -->

<!--<input type="hidden" name="debugEmail" value="jmpmarwood@gmail.com" />-->

web.ax1312web.ax1312

Hi,

 

Aren't these the same lines I already have?!

 

Julie

AmitSahuAmitSahu

No ..

 

<!-- <input type="hidden" name="debug" value="1" /> -->

 

This is not correct in your code 

 

<!-- <input type="hidden" name="debug" value="1" /><!--

 

If this is not typo then this might be the issue...