I&#39;m trying to disable the&nbsp; submit button of my form and set the value to &quot;waiting..&quot; after someone clicks.<br><br>In my javascript I&#39;m doing:<br><br>$(&quot;#node-form .form-submit&quot;)[0].disabled=true
<br><br>However with that added, the form can never be submitted successfully &nbsp;<br>--it throws you back to the form but without any visible errors.&nbsp; (I &nbsp;<br>take it out and it works) <br><br>Any suggestions?