I'm creating small form for iPhone and on that form I do JavaScript validation (backed up by server validation of course but that is not the point).
As a result of this validation I enable/disable submit button dynamically. This work great except that "Go" button in on screen keyboard does not reflect the status of the only submit button I have and is always enabled.
Is there any way this can be fixed? Can I somehow disable that Go button with JavaScript?
You can hide the Go
button entirely by removing the form element. By that I mean maintain your inputs and selections but remove the <form>
tags.
You can still submit/validate using jQuery but the Go
button will be replaced by the Return
button.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With