Home › Forums › Back End › Basic Form Issues › Reply To: Basic Form Issues
February 11, 2015 at 4:43 am
#195556
Participant
Try this …
Remove this …
onclick=”pasuser(this.form)”
And add this to the form tag …
onsubmit=”pasuser(this)”
Delete the onkeyup=”” from the button.
Change the button type=”button” to type=”submit”
Think that should work.