The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Generate a unique value and pass it on to the email
How do I generate a unique value and pass that value on to the email?
I want to create a unique ID which will have a preset text, followed by the current date and the current time.
for example - ABC261020181045
October 11, 2018 at 7:27 am
Since I am not a programmer, got this workaround in place -
created a hidden field to capture current date using [date format='Ymd']
created a hidden field to capture current time using [time format='His']
created a read-only text field to display the values from the above 2 fields.
October 11, 2018 at 2:15 pm
Hi Lalit,
If you are looking for auto-number with prefix and suffix that is guaranteed to be unique, you can use this - https://formidableforms.com/knowledgebase/using-dynamic-default-values-in-fields/#kb-automatically-increment-an-id
Discussion closed.