Ben, That's awesome! Thanks so much. Silly me didn't catch that it was built into the application. As you said, I now get the submissionid on the query string, which I'll have no problem parsing & passing on to PayPal.
Thanks Again - This tool is Great!!!
Thanks Again - This tool is Great!!!
(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