Is there a way to make Unique ID using condition in one form?
A
ayralee
Asked on May 4, 2021 at 12:41 PM
is there a way to make unique id using condition in one form? for example there's two option type, A and B. if user choose A, the unique id will use A-001. and if user choose B, the unique id will use B-001
thank you, I saw the demo form. but what I need is the id value without the random alphabet. is it possible to use only numbers (not random) and the numbers is sequential? (A-001, A-002, A-003, ...... or B-001, B-002, B-003, ....... )
Niko_N
Replied on May 5, 2021 at 9:54 AM
Greetings,
You can change Allowed Characters to numbers from the widget's settings:
However, it's not possible to get the sequential numbers using the Random Value widget. That's only possible with the Unique ID widget, yet, as mentioned previously, the value of the Unique ID widget is generated by the back-end server once the form is submitted, so it's not possible to include its value within conditions.
Thank you!
newjobs
Replied on May 10, 2021 at 2:20 AM
Is it possible to show UNIQUE ID WIDGET generated number as current status is hidden.
Ariel_P
Replied on May 10, 2021 at 4:41 AM
I am not sure if I have understood your question correctly, but if you're still referring to the Unique ID widget, then no. The widget only generates a value after submission. So you can't use the widget's value on the form.