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
27 Mar 2020 09:19

gab

Hi,

Thanks, but this method will offset the minimum selectable date on the second calendar.

I need the opposite : limit the maximum choice on second calendar in relation to the choosed date on the first calendar

i've already set this condition on the first calendar to limit the min date to "today + 1 day" and it's working fine

//<code>
return date('m/d/Y', strtotime("+1 Days"));
//</code>
Category: RSForm! Pro
27 Mar 2020 08:13

adrianp

Hello,

@gab - a Date Modifier is available for your Calendar or Date Time Picker elements.

Edit your first calendar > Validations > set the Date Modifier to become the minimum date of your second calendar, while also setting the Date Offset property to 10.
Category: RSForm! Pro
24 Mar 2020 16:27

stiemert

If I create a menu item as a calendar, I can define that events that are already booked should no longer be displayed. If I create an event list as a menu item, this selection is not available. At least I don't think so? Is that correct? if so why is that and can I do it any other way?

Thank you in advance
Category: RSEvents!Pro
24 Mar 2020 15:45

gab

Hi,
I've to to use 2 calendar date pickers for a booking.
the first one is for the entry date. (today + 1day)
The second calendar is conditioned by the choosed entry date (min date)
I would limit the second picker to +10days in function of the date selected on the first date picker.
How can I do ?
Thanks !
Best regards
Category: RSForm! Pro
21 Feb 2020 10:35

gary.bdit

Hi all. Hope you're well.

I'd like to purchase RSEVents!Pro today, but have two quick pre-sales questions please:

1. is it possible to show the calendar in 'read only' mode i.e. it won't be possible for anyone to click on any events for further info

2. I'll be importing a Google calendar daily (scheduled as cron job). Is it possible to automatically change 'event descriptions' and just show them as 'booked' in the calendar ?

Basically, I'd like to use the calendar as a "guests' booking...
Category: RSEvents!Pro
28 Jan 2020 15:01

johnnyshongo

I would like to use RS Form Pro for the following scenario, could someone please tell me if it's possible.

I provide training to clients, I want to create a record of the training along with a certificate of completion for the trainees.

The information I will enter in the form is;
Reference Number (text)
Name (text)
Date (calendar)
Certification (file upload pdf)

This part is easy, it's the next step I need help with.

So for example, John Smith completes his training and I complete a...
Category: RSForm! Pro
14 Jan 2020 11:03

dragos

Hello,

If you own an active RSForm!Pro subscription, please submit a ticket here so we can take a closer look at this for you.
Category: Templates
11 Jan 2020 08:51

w2kd

for the calendar field -> Attribute-> date format it is set to
d/m/Y
Category: Templates
10 Jan 2020 09:59

dragos

Hello,

You'll now need to properly set a PHP date() format.

More on this here.
Category: Templates
10 Jan 2020 02:00

w2kd

When you select a date eg 10 Jan 2020 on the calendar what appear in the input field value is
Saturday.January.20202020

Running RSForms 2.3.2 joomla 3.9.14
Category: Templates
29 Dec 2019 09:22

ashley.barnard

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({...
Category: RSForm! Pro
16 Dec 2019 19:36

ashley.barnard

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?

thanks
Category: RSForm! Pro
27 Nov 2019 14:07

webatelier47

Hello,

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)

I see this article but i don't know how combile with the custom field www.rsjoomla.com/support/documentation/r...st-from-a-table.html

With that code i am able...
Category: RSForm! Pro
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
Displaying 76 - 90 out of 1048 results.