The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
How do I display the data on my site? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: How do I display the data on my site? (/showthread.php?tid=2950) |
How do I display the data on my site? - jgold723 - Mar 12th, 2014 I've just successfully installed the software, created new form and submitted some data. I love this program! But now my question -- how do I set up a query to search and pull the data from a particular form onto my website? I didn't see anything in the documentation, but I'm guessing I just missed it, so if someone could point me in the right direction, I'll do some reading. Thanks, John RE: How do I display the data on my site? - jgold723 - Mar 13th, 2014 OK -- I figured out this out partially -- I need to use the API. Now I just need to know how I create a custom export type in which I can identify specific fields. (Mar 12th, 2014, 1:13 PM)jgold723 Wrote: I've just successfully installed the software, created new form and submitted some data. RE: How do I display the data on my site? - Joe - Mar 13th, 2014 Hi John, Here are the API functions to display data on your site: http://docs.formtools.org/api/?page=functions_displaying_submissions If you are just looking to display data through the admin panel you'll want to create Views. Cheers, Joe |