insert form inside another insert form?
Posted: 2011-12-22 15:23
Hi all,
I have another problem here.
I have an insert form on a page (custom form).
This form colletcts some info and then save them in session vars.
Some of the form fields (optionally) should be inserted in a db table.
Example:
All fields will be saved in session vars.
The user is free to edit all fields (expecially 21, 22...).
I would like to allow the user to save the modified fields 21, 22... in a db table (the same db table that will populate field20 dropdown menu).
I hope this is clear enough.
Thanks in advance for any suggestion.
tony
I have another problem here.
I have an insert form on a page (custom form).
This form colletcts some info and then save them in session vars.
Some of the form fields (optionally) should be inserted in a db table.
Example:
Code: Select all
field11
field12
field13
field14
field15
field20 [dropdown (dynamic, based on db table)]: will populate fields 21, 22, 23, 24, 25
field21 (multi-field drop-down)
field22 (multi-field drop-down)
field23 (multi-field drop-down)
field24 (multi-field drop-down)
field25 (multi-field drop-down)
The user is free to edit all fields (expecially 21, 22...).
I would like to allow the user to save the modified fields 21, 22... in a db table (the same db table that will populate field20 dropdown menu).
I hope this is clear enough.
Thanks in advance for any suggestion.
tony