Hello all,
I need help for following query.
On my form, I would like to collect information from the user. The inputs are much more. ( in other words the user has scroll longer vertically to enter the information on the form.)
Instead of scrolling vertically longer, I would like to split the inputs on "multiple tabs" ( consider like buttons seen on the phpbuilder "user cp", "register", "calendar" )
In this regard, I would like to do following tasks on these various "tab pages" :
1) pass the basic/ primary key value across the "tab pages".
2) allow "submit/ add" button on every "tab page".
3) check the mandatory/compulsory fields on these "tab pages" of the form.
4) If the user "clicks" submit/add button on any of the "tab pages", the inputs from all the "tab pages" to be stored in the database. ( may be combination of add/ update/ delete in the various tables)
I hope my query is not confusing and members can help me out for this qury.
Thanks in advance.
regards,