CodeIgniter Forums
Submitting parent form and form in iframe from parent page - 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: Submitting parent form and form in iframe from parent page (/showthread.php?tid=34215)



Submitting parent form and form in iframe from parent page - El Forum - 09-22-2010

[eluser]bhakti.thakkar[/eluser]
Hello all,
I am having an enquiry page and in the same i have an iframe for collecting details of an enquiry. there is one submit button in the parent form. On click of the same i want to submit the parent form as well as form in the iframe. which is the best way to do this?