• 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: Disable dates is not working for me

Disable dates is not working for me 3 months 2 weeks ago #43809

Hello,

I'm using this script in my form (RSFormPro) but it doesn't work.
Of course I have changed the formID and name of myDatePicker in the script.
The script comes from this page
Can someone help please.

I'm using version 3.3.10 from RSFormPro.
<script type="text/javascript">
jQuery(document).ready(function(){
  var myDisabledDates = ['02/23/2016','02/24/2016','02/27/2016'];
  //the dates you want to disable
  myDateTPicker = RSFormPro.jQueryCalendar.calendars[25]['myDateTimePickerNameHere'];
  //replace 25 with your form ID and the date time picker name.
  myDateTPicker.calendarInstance.setOptions({
    disabledDates: myDisabledDates
  });
});
</script>

Thanks
Kees
Last Edit: 3 months 2 weeks ago by kees.de.goeijer. Reason: adding url
The administrator has disabled public write access.

Disable dates is not working for me 3 months 2 weeks ago #43812

Hello,

See this issue as not send. I found the problem and it's solved.

Kees
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!