CodeIgniter Forums
popup contact form with validation - 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: popup contact form with validation (/showthread.php?tid=55608)



popup contact form with validation - El Forum - 11-02-2012

[eluser]Mitja[/eluser]
I would like to create popup contact form with validation like i did here http://89.212.111.174/delovtujini.si/ and click "VPIS V BAZO".

You will get popup where you can fill contact form. How can i do this with CI? Here on this example i do everything in the same html page. In CI i try to create new controller for contat form but i dno't know how to open the window. I also try to use http://fancyapps.com/fancybox/. I try but none solution works.

Can someone explain me how to do? Maybe is better to use https://github.com/EllisLab/CodeIgniter/wiki/Ajax-Framework-For-CodeIgniter

Thx


popup contact form with validation - El Forum - 11-05-2012

[eluser]Ewout[/eluser]
You can use the iframe option of Fancybox. Then just load the url for your contact form.
Create a new controller for the form and processing.