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
25 Apr 2019 16:07

gary988

HI there,
Just checking before I buy. Is it possible to set up multiple calendars, each with their own separate events?
Cheers
Category: RSEvents!Pro
11 Apr 2019 15:28

mark48

Code to prevent the user from selecting a date before today in the Calendar field placed inside the "Min date" field:

//<code>
return date('m/d/Y');
//</code>

see also last line on this page: www.rsjoomla.com/support/documentation/r...fields/calendar.html
Category: RSForm! Pro
21 Mar 2019 16:42

webmaster.antonioferriero

Hi!

Calendar visible in frontend.
I want to change color, font, icon, width and other designs.

Thanks!
Category: Templates
21 Mar 2019 13:04

dragos

Hello,

Can you please be more specific regarding which calendar you're referring at?
Category: Templates
11 Mar 2019 21:46

s.span

When editing a submission in the front-end via the submissions directory, calendar fields are displayed as regular text boxes.

Is it possible to have these display in the same way as in the form, as a flat calendar with the same formatting and properties as on the regular form (ie only save the year/date)? Drop down boxes and check boxes are automatically displayed the same as on the main form, so it should be possible.

Now users can edit these date fields and do not have to follow the...
Category: RSForm! Pro
06 Mar 2019 08:29

webmaster.antonioferriero

Hi!

How can I customer the design of calendar?

Regards
Category: Templates
05 Mar 2019 16:50

juan.pablo.combeau.miranda

When I use minimum date in "Date Modifier" allows to select the same day in the other calendar (that is, greater or equal).
I need to allow you to select from the next day (that is, only greater than), just as the old RSform calendar.
It's a hotel form, you can not leave the same day you arrive, the minimum is one night.

Thanks
Category: RSForm! Pro
27 Jan 2019 08:38

philippe.taymans

I am new in using RSForm! Pro
I created a form with, between others, a calendar field
I found how to reduce the valid dates (enable them) to the next 4 weeks.
Now I also want the user to be able to select mondays or thursdays and no other day of the week.
And from time to time, forbid some monday or thursday.
This is related to the subscription to bridge tournaments of our club, occurring only on mondays and thursdays.
Thanks
Category: RSForm! Pro
25 Jan 2019 14:12

juan.pablo.combeau.miranda

When you set a minimum date in a calendar from the date selected in a previous calendar, it works correctly in the sense that it does not allow you to select any previous date, but the calendar does not start at the minimum date, you must navigate manually. This problem did not have the old calendar.
Category: RSForm! Pro
05 Jan 2019 14:22

kontakt87

Hello everybody!

I try to get everything done on my new website but I just can't figure out how to display the search bar above the event list, like it is shown here:
events.rsjoomla.com/list-events.html

All I can see is an empty bar as you can see here:
cruise-calendar.eu/index.php/en/events


The other problem is, that I'd like to have the pro search, that you can see on the bottom right. I activated and configured it in the backend but it doesn't display any filter options......
Category: RSEvents!Pro
07 Dec 2018 12:40

preart3

Try to use some code of this generator: kalinka.tardate.com/
In my case there was:

{date:value} - as calendar value in date format: Ymd
{time:value} - as dropdown field to choose hour:
0900|9:00
1000|10:00
{data:value} - as text field

Then code should look like this:
<a href="www.google.com/calendar/event?action=TEM...&details={data:value}">Add to Google Calendar</a>
Category: RSForm! Pro
22 Nov 2018 11:06

office743

Hi,
If I use a form with a datepicker (Calendar) with popup it works fine.

But if I choose the 'date and timepicker' the popup does not work.

I searched a lot but can't figure out where this exactly goes wrong. In my console I see:

TypeError: jQuery(...).datetimepicker is not a function[Learn More] script.js:821:37
showCalendar
https://xxxxx.nl/media/com_rsform/js/jquerycalendar/script.js:821:37
onclick
https://xxxxx.nl/index.php:1:1

Any suggestions?
Category: RSForm! Pro
14 Nov 2018 11:48

RPPEO

Document 1 on how to do this: www.rsjoomla.com/support/documentation/r...g-date-modifier.html
#2: www.rsjoomla.com/support/documentation/r...fields/calendar.html

IE:
Examples:
The Date Modifier validation allows calendars to be connected between each other. Using the modifier you can control the date selection of one calendar based on another.
Code to prevent the user from selecting a date before today in the Calendar...
Category: RSForm! Pro
07 Nov 2018 14:00

d.vangelder

Is there a solution for this?
Category: RSForm! Pro
21 Sep 2018 09:00

philip.thorley

Morning everyone,

i have been trying to add months to a date.

i have read the date operation help page and have managed to add months to the date as of today:

eg: Field1 date field, Field2 text box (to enter X Months) Field3 where the answer get put.

$_POST = date('m/d/Y',strtotime(' +'.$_POST.' months'));

the problem is it only takes todays date, not the date i have selected in field1

Any ideas?
Category: RSForm! Pro
Displaying 106 - 120 out of 1048 results.