How do I create a code generator for an HTML document?

  • Thread starter Thread starter Dashgr
  • Start date Start date
D

Dashgr

Guest
We are creating a survey for clients and would like to give them a discount code for taking the survey, how can this be generated?

For example: "Thank you for taking the survey, your discount code is _____"

How do we generate 5-10 codes (rotating) so that everytime someone different visits it, they'll see a different code (within one of the codes that we created, like ABC123, ASD098, QWE999)

I believe this would some sort of javascript?
 
Back
Top