After switching on the ssl certificate page, https appeared in the value data-start_date = 15-02-2018 field. Until now, the user had the opportunity to choose the date of arrival and departure from the calendar. In the administration panel, I have in the value field
General --> Value
data-start_date=<?php echo date("d-m-Y"); ?>
How to solve this problem?
General --> Value
data-start_date=<?php echo date("d-m-Y"); ?>
How to solve this problem?

Hi sylwekb,
Do you have v5 or v6 ?
if its v6 then v6 does not take parameters in this format, you will need to use the calendar field advanced settings or this:
Best regards
Do you have v5 or v6 ?
if its v6 then v6 does not take parameters in this format, you will need to use the calendar field advanced settings or this:
data-start_date:{date:d-m-Y}
Best regards
I've marked the above version 6
I have in the value field
General --> Value
data-start_date=<?php echo date("d-m-Y"); ?>
Is this correct?
I have in the value field
General --> Value
data-start_date=<?php echo date("d-m-Y"); ?>
Is this correct?
No, this is not correct!
What are you trying to do ? set the date field start date ? if yes then the calendar field has a "Start date" setting under the "Advanced" area, just add {date:Y-m-d} there.
Best regards
What are you trying to do ? set the date field start date ? if yes then the calendar field has a "Start date" setting under the "Advanced" area, just add {date:Y-m-d} there.
Best regards
This topic is locked and no more replies can be posted.