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.
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.
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
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.