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
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
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
Displaying 91 - 105 out of 1055 results.