Date of the day in the datepicker box

rastatom 01 Apr, 2014
Hi everybody,
I'm trying CFv5 before buying it but i've a problem with the datepicker box.
Is it possible to have, by default, the date of the day in the datepicker box?
I would like to have this date in the box but i would like that users can change it with the datepicker box.

I hope that you understand this request... 🤣
Max_admin 27 Apr, 2014
Hi rastatom,

Yes you can, just add this code to a custom code action above the "html" action:

<?php
$form->data["date_field_name"] = date("format", time());


Please note that you will have to change the date field name and the format to match yours!

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.