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?

28th Jun 2017, 6:04 AM
Otumian Empire
Otumian Empire - avatar
5 Réponses
0
Please elaborate on the question
28th Jun 2017, 6:08 AM
DEVENDRA VYAVAHARKAR
DEVENDRA VYAVAHARKAR - avatar
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">
28th Jun 2017, 6:11 AM
Peshkawt Mahmood
Peshkawt Mahmood - avatar
0
check the form using JavaScript. check out javascript form validation.
28th Jun 2017, 6:23 AM
Da' BO$
Da' BO$ - avatar
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
28th Jun 2017, 7:06 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
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..
29th Jun 2017, 2:34 AM
Otumian Empire
Otumian Empire - avatar