• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Calender pagedate

Calender pagedate 8 years 10 months ago #35244

In the past versions of RSForm Pro i have used a PHP-script to alter the selected date of the popup calender in RSForm Pro.

After the latest update, this seems to have changed a bit, and my configuration is not working any more.

I have tried outputting php-code from the field "Min Date (m/d/Y)" but the code does not change the startdate.
//<code>
$date = '"mindate": "01/06/2017", "pagedate": "06/2017"';
return $date; //</code>

The output shows the following:
RSFormPro.YUICalendar.setCalendar(1, '1_0', {"layout":"POPUP", "format":"dd\/mm\/yyyy", "value":"", extra: {"mindate": "\"mindate\": \"01\/06\/2017\", \"pagedate\": \"06\/2017\""}});

Could anyone advice how to affect the pagedate in a correct way.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!