Skip to main content
November 19, 2013
Question

creating registration ID number

  • November 19, 2013
  • 3 replies
  • 1046 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Level 10
November 19, 2013
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.
November 19, 2013
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.

December 3, 2013
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