Sep 19th, 2010, 9:03 AM
Hi xleyphox,
Thanks for the post - neat problem!
So do you want to display that info to Form Tools users after they log in, or right on your site? If it's on your site, you'll want to look into the ft_api_show_submissions() API function. As an example (which includes the PHP), see the demo:
http://demo.formtools.org/
Click on the ft_api_show_submissions in the left navigation panel.
The documentation page also contains more info on it:
http://docs.formtools.org/api/?page=ft_a...ubmissions
Basically, the markup is generated through the Export Manager module - which comes bundled with the standard Form Tools installations. You can customize that to create your own export formats in any way you want.
Hope this helps a little.
- Ben
Thanks for the post - neat problem!
So do you want to display that info to Form Tools users after they log in, or right on your site? If it's on your site, you'll want to look into the ft_api_show_submissions() API function. As an example (which includes the PHP), see the demo:
http://demo.formtools.org/
Click on the ft_api_show_submissions in the left navigation panel.
The documentation page also contains more info on it:
http://docs.formtools.org/api/?page=ft_a...ubmissions
Basically, the markup is generated through the Export Manager module - which comes bundled with the standard Form Tools installations. You can customize that to create your own export formats in any way you want.
Hope this helps a little.
- Ben