Auto Capture Date

ironlion37 16 Jun, 2011
Is there a way to auto-capture the date when a form is submitted and display it in the email template?
Max_admin 20 Jun, 2011
Hi,

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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.