In an appointment form with a "Date and Time Picker" named as "appointment_on"
but the client do not allow to keep any data into web site database for avoid keeping personal / sensitive data, the form need to direct send to client given email.
However the client also need the "appointment_on" do no show any reserved data and time
e.g Public user A select 2025-07-18 09:30 thus, Publish user B cannot select this one
I am thinking using "mapping" to insert any appointment "ID",...
Is there a way to limit what future years are viewable in the calendar (or selectable in the admin when creating events)? I have an issue where the site (4SEF) is generating URLs for every calendar date over 100 years in the future and I want to figure out how to stop this from happening. I've ended up with over 45,000 URLs on my site, mostly from the calendar.
Pls update change log on web site for new version(s)
Changelog v3.3.13
New Added 'onRsformAfterSilentPost' event to be able to grab the Silent Post response through a custom plugin.
Upg Replaced IBAN validation class with a more up-to-date version.
Fix In some outdated templates the 'Submissions - Directory' menu item would not function correctly.
Fix In some cases when using 'Date Modifier' the correct date was not set in the second calendar when the page was initially loaded.
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...
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.
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]...
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.
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.
Create the text box or calendar field that will trigger the conditions
Create Yes/No radio buttons and set their container as display none with CSS in the CSS section of Form Properties.
Create fields you want to show/hide based on the value of the radio buttons
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
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.