1
I have a very large registration form, I want to divide it into Tabs, and the button to register the data should be in the last View that contains the form
How can I do that ?
1
I have a very large registration form, I want to divide it into Tabs, and the button to register the data should be in the last View that contains the form
How can I do that ?
Browser other questions tagged asp.net-mvc
You are not signed in. Login or sign up in order to post.
Morals, give an example of a form (placing the view of it), saying which parts you would like to divide into tabs, will make it easier to get help. :)
– George Wurthmann
For example I have a client and I want to share personal data of the contact, the personal data form would be the first tab (first to be presented), the contact would be the second tab where would be the sign up button
– Morais