Hello, I know that nested forms are not possible in html. I also know that if you have just one text field in a form, you can submit it by just pressing enter (can't have more than one field though for the enter key to submit it). Here is what I want to do:
I have a page with a bunch of text fields. The very first one is put in a separate form so that users can submit it upon pressing enter. I then use hidden fields to tie the second form's text fields into the first form, then submit the entire first form. Now the customer wants the first text box placed below the second text field (switch the order of the 1st and 2nd text boxes). There is a lot of involved code to put all the 2nd forms fields into the first. The customer still wants to be able to hit enter and submit the field (which will now be the 2nd text box on the page). Any ideas? Hope I made myself clear...Thanks!
I have a page with a bunch of text fields. The very first one is put in a separate form so that users can submit it upon pressing enter. I then use hidden fields to tie the second form's text fields into the first form, then submit the entire first form. Now the customer wants the first text box placed below the second text field (switch the order of the 1st and 2nd text boxes). There is a lot of involved code to put all the 2nd forms fields into the first. The customer still wants to be able to hit enter and submit the field (which will now be the 2nd text box on the page). Any ideas? Hope I made myself clear...Thanks!