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
18 Jul 2013 09:47

silviup

The calendar field is automatically translated by the Joomla! installation if you have installed the RSForm!Pro German and French language packs (you can download them from our website, in Downloads >> My Downloads >> RSFomr!Pro).

Note that the calendar field's caption, default value, description and validation message can be configured separately per installed language (if the user views the website in German, for example, the caption, default value, validation message and description will be...
Category: RSForm! Pro
17 Jul 2013 14:20

katarsis

Hello,
I saw a similar question but for french..

I need the same thing as you : French and English

DId you get an answer ?

Thanks
Category: RSForm! Pro
07 Jul 2013 11:31

Picht

Hi

I have a form with 2 date fields.

What i want to achieve is that when i choose a date in the first calendar, then the date gets passed to the field for the second calendar AND as the selected date for the second calendar.

For now this code is entered and it takes care of the first part (setting the selected date in calendar 1 in the second calendar textfield:
<script type="text/javascript">
function rsfp_onSelectDate(selectedDate, type, args, calendar)
{
   if (calendar == 'Calendar...
...
Category: RSForm! Pro
05 Jul 2013 12:45

silviup

To achieve this, add the following script in the Javascript area of the CSS and Javascript tab found in Components >> RSForm!Pro >> Manage Forms >> edit your form >> Properties:

<script type="text/javascript">
function rsfp_onSelectDate(selectedDate)
{
currentDate = new Date();
month=currentDate.getMonth() + 1;
today = currentDate.getDate() + "." + month + "." + currentDate.getFullYear();
hours = currentDate.getHours();
if(selectedDate == today && hours >= 10)
{
alert('enter your...
Category: RSForm! Pro
04 Jul 2013 19:36

sarah72

Hi, I have a form set up to do online ordering and have a date field that people need to choose when yo pick up their order. I need to set a restriction that they cannot choose the same day if it is after 10am. Is there a script that I can enter to make this happen?

I already have the min date set so they cannot choose a day that is before today, but I need to place a restriction if it is past 10am that it doesn't allow them to choose the same day.

Thanks in advance.

S
Category: RSForm! Pro
04 Jul 2013 02:16

fdigital01

I can't see how to set a start and end time for an event - only the dates....

Can anyone help?

Thanks

it's a bit tricky but you can change the date when setting the day... it is at the bottom of the calendar
Category: RSEvents!Pro
03 Jul 2013 08:16

rbosboom

Hello,

I would like to have a custom validation rule for a date in a textbox field. I don't want to use the calendar for this but just a textbox with a date format like 03/07/2013

Thanks.

Rob
Category: RSForm! Pro
02 Jul 2013 15:36

joel8

Help! I am using the calendar module on a site that is in development but there is no tooltip when I hover the calendar date.

I have the site live temporarily if you care to have a look. www.ourtobago.com

The event date is September 28th
Category: RSEvents!Pro
01 Jul 2013 06:25

octavian

As provided in the article, the correct syntax is:
RSFormProCalendars[formId][calendarName]
Category: RSForm! Pro
30 Jun 2013 14:59

Picht

Hi

Has anyone used this calendar item "RSFormProCalendars" that is described here in the last part of the page ?

www.rsjoomla.com/support/documentation/v...ng-the-calendar.html

I wold like to set the value of my calendar to a specific date and i am trying this, but without success:
<script type="text/javascript">
function rsfp_onSelectDate(selectedDate)
{
RSFormProCalendars[1].select(selectedDate);
return true;
}
</script>

The form has the ID 1 and the calendar the...
Category: RSForm! Pro
15 Jun 2013 10:03

info433

Hello everyone

I would like to ask if there is possibility to disable days from calendar so the user won't be able to select that day. I am using rsform for excursions booking and some days are full booked so i need to disable that days. Is this possible?

Waiting for your answers.

Thank you in advance
Category: RSForm! Pro
14 Jun 2013 08:12

bauschem

rsevents is in fact not an event manager, its an event scheduler!
rsevents is not concepted for clubevents. the reason is that fill in an end-time is required, even if your dont have an end time of your event. rsevents only work with a fixed space of time, not with a single time.
its optimized eg for a fitness center, school or kindergarden where you got fixed end-times.
Category: RSEvents!Pro
12 Jun 2013 09:18

mcdbkk

is it possible to show something like "wed 12.06.2013" in the date field after having chosen the date in the calendar.
if yes - also possible in 3 languages (en, ge, fr)?
Category: RSForm! Pro
12 Jun 2013 08:54

mcdbkk

i am setting up a website in 3 languages (english, german and french). is there an option to show the calendar in other languages than english?
Category: RSForm! Pro
12 Jun 2013 08:52

mcdbkk

is there any easy way to change the start day to monday instead of sunday?
Category: RSForm! Pro
Displaying 526 - 540 out of 1055 results.