Advanced Search

Search by Keyword
Search by User Name
   

Search Options

Find Posts from
Sort Results by
Jump to Result Number
Search in Categories

Search Results

Searched for: calendar
21 Nov 2019 16:02

service77

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
  });
});...
...
Category: RSForm! Pro
19 Nov 2019 15:12

pas1972

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?

Thanks,
Pas
Category: RSEvents!Pro
01 Nov 2019 20:10

kris6

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.

//<code>
$formuser=JFactory::getUser();
return $formuser->name;
//</code>

The above code only works on original submission however not on the editing side.

I...
Category: RSForm! Pro
01 Nov 2019 11:25

adrianp

Hello,

You can find an example on this topic in this forum post.
Category: RSForm! Pro
24 Oct 2019 01:05

andrew66

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)
Category: RSForm! Pro
12 Sep 2019 15:31

gunerguk

I also would like to disable or allow specific times on specific days.

Example: Allow 14:00 to 18:00 or allow 14:00, 15:00, 16:00, 17:00, 18:00 0n 27. of October 2020.

Would appreciate any help.
Category: RSForm! Pro
12 Sep 2019 11:25

mjmartino

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?

Regards
Category: RSEvents!Pro
03 Sep 2019 12:31

kontakt87

I don't think you'd need multiple calendars on one side, since you can define the categories that should be shown on every menu item.

So you can install the component one time and have all the events in there but show only a part of it by each link.
Category: RSEvents!Pro
03 Sep 2019 09:40

gerard43

Hi,

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 ?

Thanks,

Gerard
Category: RSForm! Pro
03 Sep 2019 09:15

cybert11

Hi There

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

regards
Luis
Category: RSForm! Pro
26 Aug 2019 15:02

ttnae

Hello, I have a simple maintenance record form that I created. It has a date picker a few drop down and other items. None of the items are required yet I keep getting "Please complete all required fields!".
I have cleared the Conditional Settings, un-required everything and even toggled the calendar on and off.
What am I missing? Can I get RSFORMS to display the item causing the issue?
Category: RSForm! Pro
01 Aug 2019 18:53

bigfishtools

Anyway to blackout days we are not working on the calendar? Example Sat - Sun?

Thank you
Category: RSForm! Pro
09 Jul 2019 13:16

dragos

Hello,

I'm quite unsure which component you're referring at, can you please be more specific?
Category: Templates
27 Jun 2019 10:27

webmaster.antonioferriero

Hi,

I'm trying to create a booking form with 2 calendars, in the first one i've set the Min Date with this code :
//<code>
return date('m/d/Y');
//</code>

The Min Date of the second calendar should be the choosen date + 5 days of the fist calendar.

My fields name : date_arrivo for the first calendar n°1 and date_partenza for the second calendar.

Thanks !
Category: RSForm! Pro
25 Jun 2019 19:03

support430

office743, did you ever find a solution to this? I am having the same issue.

In my case, I have created a Bootstrap 4 template and it appears that the RSForm's datetimepicker javascript is conflicting with the template's jquery (3.3.1)
jQuery.Deferred exception: jQuery(...).datetimepicker is not a function TypeError: jQuery(...).datetimepicker is not a function
at Object.initCalendar (https://xxxxxxx.com/media/com_rsform/js/jquerycalendar/script.js?00fbcc229a1a400ee8542bcd4d642cc0:249:88)
at...
Category: RSForm! Pro
Displaying 91 - 105 out of 1050 results.