In mobile Safari, when using the html form, a "form assistant" appears, which allows the user to cycle through the form elements using the Next and Previous buttons.
This causes a problem for us when there are two forms on the page:
As soon as the user reaches the last text field of the first form, if they press 'next', he will go to the second form.
Is there a way to make a form helper only loop between elements in the same form?
source share