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... 🤣
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... 🤣
Hi rastatom,
Yes you can, just add this code to a custom code action above the "html" action:
Please note that you will have to change the date field name and the format to match yours!
Regards,
Max
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
This topic is locked and no more replies can be posted.