0
How do you change go to next?
when filling a form, the enter key should display, next, but mine displays go. this loads when the form isn't completely filled.. I used html to create a form. so how do I change that?
5 ответов
0
Please elaborate on the question
0
you can specify the next page in the action attribute where to go when you enter or submit the form
<form action="your.html" method="post">
0
check the form using JavaScript.
check out javascript form validation.
0
first of all make all your fields required.. and then add data-dependency to every field.. unless it is Ur last field.. or
use javascript https://googleweblight.com/i?u=https://stackoverflow.com/questions/23887544/how-to-trigger-a-tab-when-user-presses-enter&hl=en-IN
0
you see, when you are filling a form. eg.. name, date of birth, gender, etc.. you know them..(signing up for a page).. your keyboard's enter key changes to next so that when you are done you move to the next line.. until you get to the submit button before it changes to go.. but mine is always go..