Hi Suntrop,
Thanks for the post!
It looks like you just haven't switched the code to now send the test submission. http://docs.formtools.org/tutorials/api_...page=step3
Give that page a read through: basically you just need to change the first line to this:
where X is your form ID.
Hope this helps...!
- Ben
Thanks for the post!
It looks like you just haven't switched the code to now send the test submission. http://docs.formtools.org/tutorials/api_...page=step3
Give that page a read through: basically you just need to change the first line to this:
PHP Code:
$fields = ft_api_init_form_page(X, "initialize");
where X is your form ID.
Hope this helps...!
- Ben