Hi, I had this problem, I am developing an application form, then I want to put a reference number on its form submission. Do you guys have any idea how can I do this? Any help would be appreciated. Thank you.
Hi, I had this problem, I am developing an application form, then I want to put a reference number on its form submission. Do you guys have any idea how can I do this? Any help would be appreciated. Thank you.
Use a hidden field and then populate that hidden field dynamically with the reference number.
Here is a post that discusses how to populate a hidden field:
http://www.gravityhelp.com/forums/topic/using-custom-fields-to-populate-hidden-fields#post-17616
Oh okay, let me try that, but I am also thinking to just the unique id of form? Do you think it is safe if I can rely on that, because I dont want to create a function for the random generation of the reference no. but if it is not that safe, I think I need to go with the script. What do you think? Thanks!
Other than the Entry ID, which is sequential, there isn't a unique ID generated when an entry is created.