Forums

Problem with the form after enabling the https SSL certificate

sylwekb 15 Feb, 2018
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?
Max_admin 16 Feb, 2018
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:
data-start_date:{date:d-m-Y}

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
sylwekb 16 Feb, 2018
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?
Max_admin 16 Feb, 2018
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
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.