Dec 23rd, 2011, 11:16 AM
Hey guys,
Basically, yes. We're working on a Form Builder module to let you publish forms on your website all through the interface, but it's not ready for release yet. This will go a loonggg way to simplifying things, I think. At that point, Form Tools will offer all possibilities:
1. let you either store data from your own forms,
2. create them within Form Tools for use by Form Tools users only, and
3. create them on your site for public use.
But for now, yes, the primary use Form Tools is for managing the data from other forms.
Is it an API form or a direct post form? If it's an API, maybe check that you marked the submission to be finalized on the last step. To check that this is the cause, look at your database table (called ft_form_X or something) and browse the data. If there's data there, that means the submissions are making it to the database - so your form ID is entered properly. Then check the is_finalized column. It needs to be set to "yes" to show up in the admin section & for emails to be sent.
See the section here under "One Last Thing":
http://docs.formtools.org/tutorials/api_...page=step2
Let me know how it goes!
- Ben
afk.king Wrote:...so basically this isn't to make forms for users to use and submit data, this script is just to manage other forms?
Basically, yes. We're working on a Form Builder module to let you publish forms on your website all through the interface, but it's not ready for release yet. This will go a loonggg way to simplifying things, I think. At that point, Form Tools will offer all possibilities:
1. let you either store data from your own forms,
2. create them within Form Tools for use by Form Tools users only, and
3. create them on your site for public use.
But for now, yes, the primary use Form Tools is for managing the data from other forms.
teamwebb2007 Wrote:I have the same question. I created an external form, but no submissions were found and the email notification was blank.
Is it an API form or a direct post form? If it's an API, maybe check that you marked the submission to be finalized on the last step. To check that this is the cause, look at your database table (called ft_form_X or something) and browse the data. If there's data there, that means the submissions are making it to the database - so your form ID is entered properly. Then check the is_finalized column. It needs to be set to "yes" to show up in the admin section & for emails to be sent.
See the section here under "One Last Thing":
http://docs.formtools.org/tutorials/api_...page=step2
Let me know how it goes!
- Ben