Hello,
I am using this submit button on the form:
When a user presses "Submit" it changes to "Trying to Send, please wait..." It works okay but I have a problem.🤨
When the form tries to validate an alert pops up but the "Submit" button has changed. Is it possible that when the form is not getting submitted the display changes back to "Submit". I do not want to use JavaScript.
Could someone make suggestions please.
Thanks
Ron
I am using this submit button on the form:
<input value="Submit " class="submitbtn" name="submit" type="submit" id="submit" onclick="this.disabled=false;this.value='Trying to Send, please wait...';this.form.submit();"/>
When a user presses "Submit" it changes to "Trying to Send, please wait..." It works okay but I have a problem.🤨
When the form tries to validate an alert pops up but the "Submit" button has changed. Is it possible that when the form is not getting submitted the display changes back to "Submit". I do not want to use JavaScript.
Could someone make suggestions please.
Thanks
Ron