Is there a way to add a field to the form which is for an auto-generated number - like a confirmation number. The intent would be to use this number in all corresponding emails and to be able to report off it in the MSSQL Database
Appnitro Software Forums » MachForm
can I add a field for an auto-generated number
(2 posts)-
Posted 1 year ago #
-
I think you can use an entry number for the id which is generated an auto number. You can use template variable in email to put the entry id in mail notification. Simply put this code in "content" text box
{entry_id}
If you need a custom number, you can try to use the method in here :
http://www.appnitro.com/forums/topic/unique-alpha-numeric-form-id-for-customers?replies=9
Posted 1 year ago #
Reply
You must log in to post.