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
03 Dec 2017 21:40

emjean24

Hi, (sorry for my froggy english)

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', strtotime("today"));
//</code>

The Min Date of the second calendar should be the chooden date + 1 day of the fist calendar.

My fields name : date_arr for the calendar n°1 and date_dep for the calendar n°2

Thanks for your answers.
Category: RSForm! Pro
23 Nov 2017 20:21

info4683

Is your Date Format in
Your Form --> Komponents --> Calendar --> Attributes
set to: d.m.y ?
Category: RSForm! Pro
20 Nov 2017 08:47

j.gede

Hello,
does anyone know if it works as described above?
In the element Calendar (not Datepicker) this function is already active. I would also need the same for the Datepicker ...
Category: RSForm! Pro
07 Nov 2017 09:22

baetensb

Hi,

Did you use the new date/time packer attribute for date and time or used the old calendar attribute? The old calendar attribute is only there for backwards compatibility, so I would not advice to use this.

In case the calendar is not showing, try to check whether this is coming from a Javascript or Jquery issue, by choosing an other framework in the "form properties" tab (e.g. choose HTML5 to see whether bootstrap or other cause an issue).

With regards to the payment: did you include the...
Category: RSForm! Pro
06 Nov 2017 20:05

baetensb

Hi,

I have a challenge I have to perform in a form. I have 2 calendar attributes (caldate 1 and caldate 2). Caldate 1 is mandatory, caldate 2 is optional.

I also have 2 textbox attributes for filling in times (time1 and time2. Time 1 is mandatory and time2 is optional, both are in hh:mm notation and validated using a regex).

I have to apply the following logical rules in the form for the above attributes:

- In case caldate1 = equal to todays date, time1 must be at least 120 minutes later...
Category: RSForm! Pro
03 Nov 2017 17:12

danieljtamayo

So...I am running Joomla 3.8.1...and the calendar simply does not work.
The Date Picker does not work, either.
I have tried multiple formats...the calendar just doesn't show ...there is only a place for the date and that's usually just a disaster for a customer.
I'm currently asking WHY did I buy this component if it does not work? :unsure: :unsure: :unsure:

Funnily enough...the version I have from several years ago...actually DOES work..but I still have not figured out how to make the...
Category: RSForm! Pro
31 Oct 2017 11:42

chris682

Hi,

Looking over RS Forms documentation, it looks like both areas I am hoping to cover are there but I'm unsure how they can be joined together.

I have need to create a campsite booking form with payment via PayPal.

The form needs to request:

Select box 'Booking Type' containing options of:

Caravan and Car with hook up £22
Motor Home with hook up £22
3 - 4 persons tent with car £18
2 person tent and Car £17
Walker/ cyclist tent £15

Additional tick box:

Awnings or additional Car £5...
Category: RSForm! Pro
31 Oct 2017 11:25

dragos

Hello,

The Default Value of the calendar type fields will normally require an actual date and not a string, instead of Start Date of Hunt and End Date of Hunt you should use an actual date.

You can find more details here:

www.rsjoomla.com/support/documentation/r...in-the-database.html
Category: RSForm! Pro
19 Oct 2017 14:57

lyochum1

Thank you so much for the reply.

You are awesome!
That worked great. I had to add that line but it worked!

THANK YOU AGAIN!
Category: RSEvents!Pro
19 Oct 2017 09:02

dragos

Hello,

You can try adding the following css rule in one of your template css files:
.rsepro-calendar-events .event a {
	color:your_color_here;
	font-family: your_font_here;
}
Category: RSEvents!Pro
19 Oct 2017 02:21

lyochum1

I am having a heck of a time trying to figure this out...
How can I change the color and font of the event title that comes up in the calendar page?
Category: RSEvents!Pro
11 Aug 2017 21:24

Daruma

Hi, I am using the "RSEvents!Pro Calendar" Module here -> http://browardmpo.org/index.php/calendar
Whenever someone selects a month from the month drop-down, the page refreshes and updates the calendar accordingly. I'm trying to get it to update the month drop-down as well, so that it matches what's being displayed. Is this possible?
Category: RSEvents!Pro
19 Jul 2017 11:25

dragos

Hello,

Your code will actually disable the Mondays and Tuesdays, the calendar count starts from Sunday, which is 0. In order to disable Saturdays and Sundays, you should try this instead:

www.rsjoomla.com/support/documentation/r...time-picker.html#dcw
Category: RSForm! Pro
06 Jul 2017 14:35

info3946

I fixed it by replacing the date element with the "calendar" element - I may need to check all my websites now that are using this
Category: RSForm! Pro
05 Jul 2017 12:10

adridebekker

Hello,
Is something like this possible?
<script type="text/javascript">
jQuery(document).ready(function(){
  var myDisabledDates = ['weekDay == 1','weekDay == 2'];
  //the dates you want to disable
  myDateTPicker = RSFormPro.jQueryCalendar.calendars[4]['datum'];
  //replace 25 with your form ID and the date time picker name.
  myDateTPicker.calendarInstance.setOptions({
    disabledDates: myDisabledDates
  });
});
</script>
Category: RSForm! Pro
Displaying 151 - 165 out of 1055 results.