Jun 9th, 2011, 6:39 AM
Hi Jak,
Are the submissions finalized? If it's an API form, they may not be. In the form table, take a look at the is_finalized column. Only those submissions that are set to "yes" will appear.
The reason for this is to prevent incomplete submissions being submitted via API forms from showing up in Form Tools before they have been finished. Direct (POST) forms are automatically finalized.
To tell your API form to finalize the submission, check the "One Last Thing" section on this page:
http://docs.formtools.org/tutorials/api_...page=step2
If that's not it, check your Edit View -> Filters tab. Sometimes I create a filter then forget about it; that can prevent submissions from showing up too.
Hope this helps & good luck!
- Ben
Are the submissions finalized? If it's an API form, they may not be. In the form table, take a look at the is_finalized column. Only those submissions that are set to "yes" will appear.
The reason for this is to prevent incomplete submissions being submitted via API forms from showing up in Form Tools before they have been finished. Direct (POST) forms are automatically finalized.
To tell your API form to finalize the submission, check the "One Last Thing" section on this page:
http://docs.formtools.org/tutorials/api_...page=step2
If that's not it, check your Edit View -> Filters tab. Sometimes I create a filter then forget about it; that can prevent submissions from showing up too.
Hope this helps & good luck!
- Ben