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
24 Apr 2025 16:48

chris870

I would like to use the google calendar embed code to add a viewable Gcalendar to my form.

If I add the code directly to the HTML Layout section of the form, it will display as I want.

However, I would like to add it as a form field to allow the "Auto Generate Layout" feature to work. When I try to add the embed code in the free text HTML field, it only displays the code text. If I use the "insert code sample" feature and add the embed code there as HTML, the form generates an error that...
Category: RSForm! Pro
25 Feb 2025 13:03

dragos

05 Feb 2025 07:48

kontakt87

Hi everybody,

I'm trying to sync my google calendar with rseventspro but when I follow the tutorial I get stuck at point 9 when it says to select "web application", since I don't have this possibility. Did anybody manage to sync his calendar with google and can tell me what to do? Seems like the documentation from 2014 is pretty outdated but I really need to be able to sync the calendars.

Thanks everybody!
Category: RSEvents!Pro
08 Jan 2025 20:27

ivanllanos1

Hello, we need create a calendar with daily events likes day's schedule. We can do it with rsevents?So every day it changes to the new date. Something like this www.accioncrossfit.cl/?gad_source=1&gcli...IsJUdZkaAjnxEALw_wcB
Category: RSEvents!Pro
13 Dec 2024 21:49

kees.de.goeijer

Hello,

I'm using this script in my form (RSFormPro) but it doesn't work.
Of course I have changed the formID and name of myDatePicker in the script.
The script comes from this page
Can someone help please.

I'm using version 3.3.10 from RSFormPro.
<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]...

Thanks
Kees
Category: RSForm! Pro
06 Sep 2024 14:00

info46442

Hi
I'm trying to make a dropdown where you choose a weekday.
When you choose a day, a calendar appears where you can only select dates that have the chosen weekdays.

I tried it with a couple scripts i found on the forum and ChatGPT, but I can't get it to work.

How can I achieve this?
Category: RSForm! Pro
10 Aug 2024 19:16

stories

It took me a minute to figure this out, so I thought I would share it with people. This is how to get conditions to work when you need to apply them to values taken from calendar fields or text boxes.
  1. Create the text box or calendar field that will trigger the conditions
  2. Create Yes/No radio buttons and set their container as display none with CSS in the CSS section of Form Properties.
  3. Create fields you want to show/hide based on the value of the radio buttons
  4. Create the appropriate conditions for...
Category: RSForm! Pro
08 Aug 2024 13:06

stories

Never mind. I figured it out, thanks to the rsfp_onSelectDate function available to the calendar field. Very useful!
Category: RSForm! Pro
14 Jul 2024 19:01

kees.de.goeijer

Hello,

How can I disable a period in the calendar en preventing that users can choose these dates in the calendar

I have looked in the forum and on the rsform pro tips but can't find a solution for this.

Best solution is to combine it with the javascript that I already have in this calendar.
<script type="text/javascript">
  function rsfp_onSelectDate(date, type, args, calendar)
{
var dates = args[0];
var date = dates[0];
var year = date[0], month = date[1], day = date[2];
 
var d =...
...
Category: RSForm! Pro
10 Nov 2023 16:17

info5846

Good morning,
I made a reservation form for a gîte.
On this form I have 2 calendars, one for the arrival date and the other for the departure date.
I would like to be able to link them to my Airbnb account so as not to have duplicate reservations.
Thanks in advance for your leads :)
Jack
Category: RSForm! Pro
29 Aug 2023 18:45

kees.de.goeijer

Hello,

I'm looking for a solution for this issue.

Visitors of my site can book me for a performance. I have a (google) calendar with dates that are already reserved.
In the RSForm I have a datepicker where visitors can do a choice for the date they want. Now I want that they can't choose the dates that are already reserved.

Does anyone have a solution for this?

Thanks.

Kees
Category: RSForm! Pro
17 Jul 2023 18:11

gregvan

Is there a way to control 2 calendars days on the same form eg

<script type="text/javascript">
jQuery(document).ready(function(){
myDateTPicker = RSFormPro.jQueryCalendar.calendars[4, '4_0'];
myDateTPicker.callbackSelectedDateTime = function(selectedDateObject, calendarInstance, calendarDateObject, input, inputFormat) {
weekDay = calendarDateObject.getDay();
if(weekDay == 0 || weekDay == 3 || weekDay == 6){
//0 = Sunday, 1 = Monday and so on...
alert('Please select another day other than Wednesday,...
Category: RSForm! Pro
11 Apr 2023 12:06

dubois

Hello, I can't fill a text field with the age calculated from the date of a calendar field.
I tried to add this script in css/javascript
<script type="text/javascript">
function birth( ) {
document.getElementById('age').value = document.getElementById('datebirth').value;
}
</script>

and I call my function when I click on next page of the form but I have the following error:
Uncaught TypeError: Cannot read properties of null (reading 'value')
Unfortunately I don't know much about javascript...
Category: RSForm! Pro
10 Apr 2023 20:06

2postbox

Cannot get Text area to work in Joomla 3.10, all other fields like textbox, dropdown, calendar etc. fine...
Was trying to make a form for article submission, (with the article plug-in), found not really well documented how to get the actual article content field function working in the submission form for the "normal" article functions for front end users, also seems like JCE does not work well with the form...
I was able to create an article from form submission, but only with very limited...
Category: RSForm! Pro
05 Apr 2023 11:57

tn2001co

I'm not sure how to set mindate of a date and time picker when a certain dropdown option is selected.
For example,
"1st Grade" is selected, "Birthday" mindate is 08/31/2016,
"2nd Grade" is selected, "Birthday" mindate is 08/31/2015.

So far I'm trying this but it only disable the certain date
www.rsjoomla.com/support/documentation/r...-time-picker.html#dd

jQuery(document).ready(function(){
var myDisabledDates = ;
myDateTPicker =...
Category: RSForm! Pro
Displaying 1 - 15 out of 1048 results.