Jul 5th, 2013, 11:03 AM
Hi Alok,
The issue isn't really a problem with Form Tools. You just need to save your data to a session and when the validation is returned, the data will display in the fields again.
Here's a link to the PHP Manual on sessions: http://php.net/manual/en/session.examples.php
Here's specifically how to do it for a form: http://stackoverflow.com/questions/37914...n-variable
Cheers,
Joe
The issue isn't really a problem with Form Tools. You just need to save your data to a session and when the validation is returned, the data will display in the fields again.
Here's a link to the PHP Manual on sessions: http://php.net/manual/en/session.examples.php
Here's specifically how to do it for a form: http://stackoverflow.com/questions/37914...n-variable
Cheers,
Joe