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
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
04 Apr 2023 17:20

tdconcepts

Hello,
I'm sorry for my bad English.

I would like to know if one of the calendar fields would allow me to define captions on certain dates and to include this information in the email sent.

For example if I choose the date of Sunday April 16, 2023, is it possible to put in caption when we click on it "Discovery of the bay at 8am"?

And of course once the form is validated send this information in the email "Sunday April 16, 2023, Discovery of the bay at 8am".

Subsidiary question, I saw that...
Category: RSForm! Pro
24 Mar 2023 08:49

craigholohan

I managed to get this to work the way I want to but it only works in Mozilla Firefox.
Edge, Chrome and Safari return "NaN-Invalid Date"

I created a Calendar field called "date_select", with Date Format "DD-MM" and then 14 Textboxes
Then added the code below to CSS and Javascript >> Javascript
<script type="text/javascript">
function rsfp_onSelectDate(selectedDate)
{
  // Get the input fields by their IDs - Week 1
  var dateField1 = document.getElementById('week1_mon');
  var dateField2...
...
Category: RSForm! Pro
28 Feb 2023 20:47

amheng5

I think you need to get the code associated to that calendar when viewing live form. Use "inspect" code in your browser for the calendar field. You should see a ID code.

my calendar example code as viewed on live form page not the rsform form program:
<input id="txtcal3_0" name="form[signaturedate]" type="text" value="" class="rsform-calendar-box txtCal" aria-required="true">

so the js code:
document.getElementById('signaturedatePreview').innerHTML = document.getElementById('txtcal3_0').value;

Hope this helps
Category: RSForm! Pro
06 Feb 2023 19:02

denis.r.oregan

I have managed to limit dates to Saturdays at 2:00pm only using the following:
<script type="text/javascript">
jQuery(document).ready(function(){
  myDateTPicker = RSFormPro.jQueryCalendar.calendars[16]['BaptismDate'];
  //replace 25 with your form ID and the date time picker name.
  myDateTPicker.callbackSelectedDateTime = function(selectedDateObject, calendarInstance, calendarDateObject, input, inputFormat) {
    weekDay = calendarDateObject.getDay();
    if(weekDay == 0 || weekDay ==...
...
Category: RSForm! Pro
09 Jan 2023 01:07

jenjg@msn.com

I am looking to hire someone who can help me perform a template override to my RSEvents!Pro component so that the module version of the events calendar displays more like the menu item version of the calendar. I am using Yootheme Pro, so I am not able to display the calendar how I want it.
Category: Templates
04 Jan 2023 13:41

dragos

Hello,

If you're using the Calendar field, you can take a look at this example.

If you're using the Date and Time picker field, you can take a look at this example.
Category: RSForm! Pro
16 Dec 2022 13:56

dragos

Hello,

You can try adding something similar under Components > RSForm!Pro > Edit your form > Form Properties > CSS and JavaScript > JavaScript area:
<script type="text/javascript">
jQuery(document).ready(function(){
  myDateTPicker = RSFormPro.jQueryCalendar.calendars[17]['calendario'];
  //replace 17 with your form ID and the date time picker name.
  myDateTPicker.callbackSelectedDateTime = function(selectedDateObject, calendarInstance, calendarDateObject, input, inputFormat) {...
Category: RSForm! Pro
02 Dec 2022 09:49

koelma

Hi,

In the "Date and time picker" field you can not use the javascript function rsfp_onSelectDate(date, type, args, calendar) because that works only in the "Calendar" field.
Is there a similar function in the "Date and time picker"?
I want to disable sunday and monday.

Best regards,
Peter
Category: RSForm! Pro
Displaying 16 - 30 out of 1055 results.