Sep 28th, 2011, 11:41 AM
Hi Dave,
For re-filling form fields when using the API, check out these tutorials:
This one shows the PHP code you need at the top of the page:
http://docs.formtools.org/tutorials/php_...validation
This one shows how to actually re-fill each of the different field types:
http://docs.formtools.org/tutorials/api_...rm_fields/
Re-filling the form fields actually works better with the API, because the data submitted by the user is always available to re-input in the fields.
- Ben
P.S. Boy I can't wait to finally get the Form Builder module released... all of the extra work you need to do to integrate your forms properly, plus all these nit-picky problems that arise from using the API will finally disappear. Oh to have more time...
For re-filling form fields when using the API, check out these tutorials:
This one shows the PHP code you need at the top of the page:
http://docs.formtools.org/tutorials/php_...validation
This one shows how to actually re-fill each of the different field types:
http://docs.formtools.org/tutorials/api_...rm_fields/
Re-filling the form fields actually works better with the API, because the data submitted by the user is always available to re-input in the fields.
- Ben
P.S. Boy I can't wait to finally get the Form Builder module released... all of the extra work you need to do to integrate your forms properly, plus all these nit-picky problems that arise from using the API will finally disappear. Oh to have more time...