creating unique ID
-
we are creating a form that needs to create a unique ID for every email submission how do we implement this here is the sample.
A-001
B-002
C-003the dash is not required what we want is to generate the letter when they click the radio box ex.
choice 1 = A
Choice 2 = B
choice 3 = Cand upon choosing example Choice 2 it will generate the code B-[random number]
in this way we can track and give them unique identifier for every submission.
hopefully someone can help me generate this code. although I know this is possible with the dynamic text extension but I just need a starting point thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘creating unique ID’ is closed to new replies.