Hi all,
I am trying to figure out if it is possible to add a sequential number in an email send by a form.
At the moment I have a database table linked to the form. While I generated this table, chronofoms automatically generated a field named aid (with type INT(11) UNSIGNED, Extra auto_increment and Index PRIMARY).
This field is actually giving a sequential number to every single form. I thought it would be easy to include this field in my email template with {aid}, but that doesn't work. I only see {aid} in the email and not the number.
I am trying to figure out if it is possible to add a sequential number in an email send by a form.
At the moment I have a database table linked to the form. While I generated this table, chronofoms automatically generated a field named aid (with type INT(11) UNSIGNED, Extra auto_increment and Index PRIMARY).
This field is actually giving a sequential number to every single form. I thought it would be easy to include this field in my email template with {aid}, but that doesn't work. I only see {aid} in the email and not the number.