Hello All,
I am having a submit button at the end of the form.
I have added the condition onClick="this.disabled=true; this.value='Sending…'; this.form.submit();" in the submit button, but when it moves to the next page, the parameters did not pass and null values are passed.
Can you please help