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({...
I am currently using the form for booking and using the calendar, is there a way to code the calendar to highlight dates that are not available, say like a red background or blanked out?
I need to retrieve in a selector a published article list with displayed next to the title of the article the value of the associated joomla custom field calendar.
In front something like this :
Select your courses :
Title of the article - 25/12/2019 (date from the custom field)
Hi,
Under "Controlling the Date and Time Picker" I found the following code:
<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
});});...
Hi, I'm looking for an easy way to rent 10 similar homes for fixed periods (weekend, midweek or weekend)
I want this to display as simple as possible, monthly calendar with 3 options (weekend, midweek or weekend) and a book now button.
Also with a counter of availability for every option and solution to prevent overlapping bookings.
And is the calendar easy to manage for sure purpose?
Would this be possible with rsevents?
We utilize RSForm Pro for a project management system. I was wondering if there is a way to track and record who last edited a record utilizing a field whether it be a text field or a hidden field? Is this possible with RSForms pro? Example below
User 1 - Creates record and submits record.
User 2 - Then comes in and edits the record.
I'm creating a booking service page for cars. In the calendar field, I would like to know if it's possible we can modify the script? (ex. they can only book after 2 days in the calendar)
Before I buy this solution I have a question.
This is possilbe import Facebook incoming events.
Facebook giving ical = url to download.
Making FP apps is difficult and does not always accept FB such applications.
Second question import Calendar Google this is possible choose calander to import?
I See a lot of scripts for the Calender Date and Time Picker. And thats great, I already worked with it. But is it possible to disable the choosen Date and Time ?
I'm trying to figure out how to create a calculation based on the amount of days showed, so I have a field displaying the difference in 2 calendars at this point.
For example
1 Day = $100
2 Days = $140
3 Days = $210
4 Days = $280
5 Days = $350
6 Days = $420
7 Days = $480
8 Days = $540
9 Days = $600
10 Days = $650
11 Days+ = $650+$25 per day thereafter