CodeIgniter Forums
Two Views on One Form - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Two Views on One Form (/showthread.php?tid=38914)



Two Views on One Form - El Forum - 02-23-2011

[eluser]Unknown[/eluser]
I have a situation where i am using two views on one form, one for update and one for insert. For this i have two submit buttons on each view. But now if i select some values (radio buttons)from insert form and at the same time do some changes on update, and finally click submit on update view. I lose all the values selected for insert. How i can distinguish between the two. Plz help ...


Two Views on One Form - El Forum - 02-23-2011

[eluser]Cristian Gilè[/eluser]
Please, post the code.


Cristian Gilè