Saturday, 31 August 2013

How can I remove the 'Next' and 'Previous' buttons from multiple forms for iPhone users?

How can I remove the 'Next' and 'Previous' buttons from multiple forms for
iPhone users?

For example, if I have the following code:
<form id="one">
<input type="text"/>
</form>
<form id="two">
<input type="text"/>
</form>
When I select the input in form "one", the Next button appears, and when I
click Next, it takes me to the input in form "two".
Is there a way to only have Next and Previous for form elements inside the
current form?

No comments:

Post a Comment