• 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: custom scripting support

custom scripting support 5 years 4 months ago #39725

  • ashley.barnard
  • ashley.barnard's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 33
  • Thank you received: 2
are your custom scripting tutorials still valid?

I have added this to my form CSS/Javascript field and it makes no difference at all, from what i can see the script is not being loaded into the page/form at all

<script type="text/javascript">
jQuery(document).ready(function(){
var myDisabledDates = ;
//the dates you want to disable
myDateTPicker = RSFormPro.jQueryCalendar.calendars[14];
//replace 25 with your form ID and the date time picker name.
myDateTPicker.calendarInstance.setOptions({
disabledDates: myDisabledDates
});
});
</script>
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!