May 22nd, 2011, 12:05 PM
Hi Floppyraid,
Thanks for the kind words!
Regarding your problem, there's nothing within the Form Tools Core that let's you check for uniqueness, but its been a common request so I added it to the API. Check out this page:
http://docs.formtools.org/api/?page=ft_a..._is_unique
The only drawback is that you have to use the API (i.e. PHP) to submit the code to the Form Tools script, instead of just POST-ing it to it. Here's a couple of tutorials on how to do it, depending on your situation:
http://docs.formtools.org/tutorials/api_...page_form/
http://docs.formtools.org/tutorials/api_...page_form/
Good luck!
- Ben
Thanks for the kind words!
Regarding your problem, there's nothing within the Form Tools Core that let's you check for uniqueness, but its been a common request so I added it to the API. Check out this page:
http://docs.formtools.org/api/?page=ft_a..._is_unique
The only drawback is that you have to use the API (i.e. PHP) to submit the code to the Form Tools script, instead of just POST-ing it to it. Here's a couple of tutorials on how to do it, depending on your situation:
http://docs.formtools.org/tutorials/api_...page_form/
http://docs.formtools.org/tutorials/api_...page_form/
Good luck!

- Ben