Sep 25th, 2010, 8:23 AM
Hi Sumanguj,
Apologies for the wait!
Absolutely! If you're using a standard POST request for your form (i.e. just posting the data to the Form Tools process.php script), you can just go into the Form Tools interface and specify that field to be passed along to the thank you page. If you're using the API, you'll have all the info already returned by the ft_api_init_form_page() function - including the submission ID.
Let me know if you need further help on either of these.
Sure, no problem! Just download this module: http://modules.formtools.org/submission_id_manager/
That let's you customize the next submission ID for your form, so you can set it up to start at 50,000.
Hope this helps!
- Ben
Apologies for the wait!
Quote:btw, is it possible to show that ID (even if it is only integer) in the auto-respond email or in the thank you page?
Absolutely! If you're using a standard POST request for your form (i.e. just posting the data to the Form Tools process.php script), you can just go into the Form Tools interface and specify that field to be passed along to the thank you page. If you're using the API, you'll have all the info already returned by the ft_api_init_form_page() function - including the submission ID.
Let me know if you need further help on either of these.
Quote:if i can start the ID from say 50001, that is. any thoughts?
Sure, no problem! Just download this module: http://modules.formtools.org/submission_id_manager/
That let's you customize the next submission ID for your form, so you can set it up to start at 50,000.
Hope this helps!
- Ben