Hi
I am italian and i don't speak english
you can number with an ID of the sending email?
for example
we start with n. 1
the user fills out the form and receive the email with the text: this is the email N.1
If someone else fill out the form again then it will appear: this is the email N.2
It' s possible??
I'm using the module as a reservation and I need to number the reservation
thank you
I am italian and i don't speak english
you can number with an ID of the sending email?
for example
we start with n. 1
the user fills out the form and receive the email with the text: this is the email N.1
If someone else fill out the form again then it will appear: this is the email N.2
It' s possible??
I'm using the module as a reservation and I need to number the reservation
thank you
GreyHead Thanks for your answers but I have a lot of trouble because I do not speak English well.
See the image attached
I want:
after the user has completed the module receives an email where it says
RESERVATION NUMBER .... 123 (for exalmpe)
Can i whrite this number in this email
<?php
$form->data['cf_id'] = $form->data['chronoform_data']['cf_id'];
echoβ$formβ ;
?>
????????
can i help me?
See the image attached
I want:
after the user has completed the module receives an email where it says
RESERVATION NUMBER .... 123 (for exalmpe)
Can i whrite this number in this email
<?php
$form->data['cf_id'] = $form->data['chronoform_data']['cf_id'];
echoβ$formβ ;
?>
????????
can i help me?
Hi ertos 982,
Put this code in a Custom Code action after the DB Save and before the Email action:
The use {cf_id} in the Email template.
Bob
Put this code in a Custom Code action after the DB Save and before the Email action:
<?php
$form->data['cf_id'] = $form->data['chronoform_data']['cf_id'];
?>The use {cf_id} in the Email template.
Bob
Thank you GreyHand
I put the code in the template of the email.
When I open my email box I get this text {cf_id}
view the image
thank you
I put the code in the template of the email.
When I open my email box I get this text {cf_id}
view the image
thank you
Hi ertos982,
Bob
Put this code in a Custom Code action after the DB Save and before the Email action:
Bob
This topic is locked and no more replies can be posted.
