![]() |
Contact form question help. - 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: Contact form question help. (/showthread.php?tid=59673) |
Contact form question help. - El Forum - 11-04-2013 [eluser]razerone[/eluser] Hi I have a small issue that I am stuck on. And can't seem to find out what or how to fix it. Say for example I am typing a message in my contact form and click send but miss something and my validation comes up. But for some reason the text that I have put in that is correct it goes away. And I have to retype it all in. How do I make it so that the if the input areas are correct the text stays in there. until message sent successfully? I have tried size="50" in all inputs but nothing. That is only thing I am stuck on. Then I will be finished my contact form. Code: <form acti echo base_url('contactus/confirmation');?>" accept-charset="utf-8" method="post" id="contactus-form" role="form"> Contact form question help. - El Forum - 11-04-2013 [eluser]razerone[/eluser] I have fixed form now got it all worked Code: <form acti echo base_url('contactus/confirmation');?>" accept-charset="utf-8" method="post" id="contactus-form" role="form"> |