If you are talking about multiple sibling forms, there's no problem having more than one as long as you realize that only one can be submitted (at least until you bring Ajax into the picture).
If you are talking about nested forms, then it's not even a matter of design as that's just flat-out invalid.
bala nannaka
Greenhorn
Joined: Apr 02, 2007
Posts: 28
posted
0
I think its not a good design in which you may loose the data entered by the users in different forms as only one form is submitted .try to move it into different pages
I might rather not generalize. If the page provides seperate functionality, the idea of having multiple forms sounds good. Cause I would not expect the user to enter data on one portion of the screen, say a table/menu/form and expect the required functionality if he were to click on a button having a label which has no relavence to that on some other portion of the page.
Thanks,
Raj.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
I think its not a good design in which you may loose the data entered by the users in different forms as only one form is submitted .try to move it into different pages
I disagree - having multiple forms on a page is fine. It is the job of the UI designer to make sure that users do not get confused over what should be entered, and what gets submitted.
bala nannaka wrote: I think its not a good design in which you may loose the data entered by the users in different forms as only one form is submitted .try to move it into different pages
I routinely have multiple forms on the pages for different purposes. Sometimes the user doesn't even know that they're there.