Hi, I need to extract data from the db automatically once a day and send them to an email address. This possibility exists?
Thank you.
Thank you.
Hi massimolm,
Yes with some coding. Neither ChronoForms nor Joomla! have any idea about time but you can schedule a form to run using a cron job on your server. I'd probably create a form and add an extra 'cron' event and put the actions you need in that. You can then point the cron job to
Bob
Yes with some coding. Neither ChronoForms nor Joomla! have any idea about time but you can schedule a form to run using a cron job on your server. I'd probably create a form and add an extra 'cron' event and put the actions you need in that. You can then point the cron job to
your_domain.com/index.php?option=com_chronoforms&chronoform=form_name&event=cron
Bob
This topic is locked and no more replies can be posted.