creating registration ID number

Anonymous
Not applicable
Hello,

Is there any way to create an automatic ID number for a registration form ?

The idea is that when a customer fills out a form and registers a product, he will receive an email with a customized case number for reference.

The same number shoudl then be used as reference for internal processing.


Any ideas how I can do this ?


kind regards,
Moritz
Tags (1)
3 REPLIES 3
Anonymous
Not applicable
can this be done with a small piece of script ?

I have no clue how to implement the number into the hidden field...

Can you help ?

Thanks,
Moritz
Anonymous
Not applicable
Assuming that ID number needs to be sequential, SOAP API would allow to determine the higest value assigned, increment by one (or another value) and then send the new ID along the form data.

Alok_Ramsisaria
Level 10
When the page loads, yo can create an on-load Javascript event to generate a unique 7 or 8 digit number. After the page is loaded, you can pass this number as a hidden filed in the web form for Marketo and it will be saved for that user.
This number can then be used in your email campaigns or landing pages as a token. Let me know if this solves your need.