Jul 8th, 2013, 7:00 AM
Hello Joe,
Thank you for getting back to me. Your advice greatly helped me to realise that I had not amended the form name in the sessions saving part when I created namespace. Now both the forms are working well and repopulating the fields.
thanks a lot.
Alok
Thank you for getting back to me. Your advice greatly helped me to realise that I had not amended the form name in the sessions saving part when I created namespace. Now both the forms are working well and repopulating the fields.
thanks a lot.
Alok
(Jul 5th, 2013, 11:03 AM)Joe Wrote: 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