Is there a way to auto-capture the date when a form is submitted and display it in the email template?
Hi,
If you are saving the data in db then you can find it under:
OR
if no db save is present then you will need to use the PHP date function.
Regards,
Max
If you are saving the data in db then you can find it under:
<?php echo $form->data['chronoform_data']['cf_created']; ?>
OR
{chronoform_data.cf_created}
if no db save is present then you will need to use the PHP date function.
Regards,
Max
This topic is locked and no more replies can be posted.