Dynamic Numbering to Emails

mihirc 13 May, 2010
Hello,

I am working on a quotation form that a person will fill up on the website and send it to the owner of the site. What i'd like to have that each of the form that is sent should have a unique number, which will work like a reference number for each quotation.

Is this possible to do in Chronoforms?

Regards,
Mihir.
GreyHead 13 May, 2010
Hi Mihir,

Yes there are a couple of ways of doing this.

You can use a serial number - the cf_id from the database record that ChronoForms creates is probably thea easiest value to track.

Or you can generate a random id string which is much more secure. The problem is that if you use a serial number people can guess what othere values are valid and use those too.

Bob
This topic is locked and no more replies can be posted.