Replies: 0
Hello, We are using the Gravity Forms v2.0.7 plugin with the Salesforce add-on. The forms work fine without the Salesforce add-on, but it causes issues when the Salesforce add-on is enabled.
Issues:
* On each of the forms, multiple ‘submit’ buttons are appearing.
* The form is submitted multiple times on a single button click (we receive multiple copies of their submission).
The markup in Chrome Debug mode reveals that in fact there are multiple buttons being generated.
The button tags seem to have a type attribute with an invalid ‘hidden’ value.
<button type=’submit’ id=’gform_submit_button_5′ class=’gform_button button’ value=’Submit’ tabindex=’28’ onclick=’if(window[“gf_submitting_5”]){return false;} window[“gf_submitting_5”]=true; ‘ onkeypress=’if( event.keyCode == 13 ){ if(window[“gf_submitting_5”]){return false;} window[“gf_submitting_5”]=true; jQuery(“#gform_5”).trigger(“submit”,[true]); }’><!– Begin Daddy Analytics fields –>Submit</button>
<button hidden name=” value=”></button>
<button hidden name=” value=”><!– End Daddy Analytics fields –>Submit</button>