Apr 15th, 2016, 11:54 AM
Newbie here.. Trying to use the Pass On feature to show the submission ID on the Thankyou page.
Not sure where to put the 'thanks.php?submission_id=X' line?
Tried the Thankyou page template and nothing happened. Any ideas? Thanks a bunch!
Not sure where to put the 'thanks.php?submission_id=X' line?
Tried the Thankyou page template and nothing happened. Any ideas? Thanks a bunch!
(Jul 21st, 2010, 9:40 AM)Ben Wrote: Hi Rhaimson,
Sure! It depends on the method by which you're submitting the form contents to Form Tools - via the API or through a direct POST request to process.php - but either is pretty straightforward.
If you're using a POST request, just log into Form Tools, edit your form and go to the Fields tab. There, click the "Pass On" checkbox for the submission ID row. Then, whenever your form is submitted the submission ID will be tacked on via the query string like thanks.php?submission_id=X
If you're using the API, you need to do this manually. Let me know if you're doing that (doesn't sound like it) and I'll provide a few more pointers.
Hope this helps!
- Ben