Further to my request which was answered in the post here ... http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=16861
.... How can I get an incremental number also added to the subject line of e-mails created by my form. The incremental number would be the number calculated based on the number of times the form had been used and would represent a customer's Order Number.
So, the subject line would look like ...
Roses-To-Pattaya Order <incremental number> for delivery on <Order Date entered by customer on the form> - Waiting for Payment
... where the text is bold is static text
Thanks in advance (again)!
Simon
.... How can I get an incremental number also added to the subject line of e-mails created by my form. The incremental number would be the number calculated based on the number of times the form had been used and would represent a customer's Order Number.
So, the subject line would look like ...
Roses-To-Pattaya Order <incremental number> for delivery on <Order Date entered by customer on the form> - Waiting for Payment
... where the text is bold is static text
Thanks in advance (again)!
Simon
Hi Simon,
You can pick up the id from the Database record if you send the email after the database save. That is an incremented integer.
But - from a security point of view you are better off giving random order numbers so that it's harder to guess what future or previous valid orders might be.
Bob
You can pick up the id from the Database record if you send the email after the database save. That is an incremented integer.
But - from a security point of view you are better off giving random order numbers so that it's harder to guess what future or previous valid orders might be.
Bob
This topic is locked and no more replies can be posted.