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 Dec 2020 19:47

jamesk9

Hey,

Had hetzelfde, de volgorde is belangrijk:

Probeer dit eens:
<script type="text/javascript">
jQuery(document).ready(function() {
 
// Datum is mm/dd/yyyy
var disabledDates = ['12/30/2020','11/10/2020','10/11/2020'];
 
myDateTPicker = RSFormPro.jQueryCalendar.calendars[5]['datumtijd'];
 
myDateTPicker.calendarInstance.setOptions({
	//i.p.v. een "we are closed" popup, diable the day
	//disabledWeekDays: [1],
	dayOfWeekStart: 1,
	disabledDates: disabledDates
});...

Een tip, ipv...
Category: RSForm! Pro
14 Dec 2020 18:23

contact827

Hello
I'm trying to use RSComments in SPproperty (from Joomshaper), but the RSComments code , {rscomments option="com_spproperty" id="135"} , disables 2 other elements in the page :
A map of OpenStreetMap, and a calendar widget, inserted from another site (Smoobu). Part of the code :
<script type="text/javascript" src="https://login.smoobu.com/js/Apartment/CalendarWidget.js"></script>

How to fix that ?
Category: RSComments!
20 Nov 2020 16:22

marcomunari.it+avangate.com

Due to covid-19/coronavirus, all the events of this period do not happen in a physical place, but online. How to manage them with RSEvents!Pro?

Unfortunately the field "location" cannot be left empty.

It would be nice to be able to indicate a link, as an alternative to the location, specifying that it is an "online event" (usually online events have a link).
Just like "Google Calendar" has been doing for some time.


Thank you.
Category: RSEvents!Pro
18 Oct 2020 08:31

pat01

Hi

Old thread but it still might help someone... :)

Disable weekdays:
<script type="text/javascript">
// Disable weekdays
jQuery(document).ready(function(){
  myDateTPicker = RSFormPro.jQueryCalendar.calendars[14]['Cal4'];
  myDateTPicker.calendarInstance.setOptions({
    disabledWeekDays:[1,2,3,4,5]
  });
});
</script>

Disable weekends:
<script type="text/javascript">
// Disable Saturday and Sunday
jQuery(document).ready(function(){
  myDateTPicker =...

Important:
To make it work...
Category: RSForm! Pro
06 Oct 2020 12:19

andy752

How do I change the icon for each category?
I changed it on the category record but it stays as the default calendar icon.

Andy
Category: RSEvents!Pro
05 Oct 2020 09:21

yolknet

In the code below I'm trying to combine a weekly day with specific dates. Both options work separately from each other, but how can I use them both in one script?
disabledDates = ['10/10/2020','11/10/2020','10/11/2020'];
 
myDateTPicker = RSFormPro.jQueryCalendar.calendars[5]['datumtijd'];
 
myDateTPicker.callbackSelectedDateTime = function(selectedDateObject, calendarInstance, calendarDateObject, input, inputFormat)
{
	weekDay = calendarDateObject.getDay();
 
	if (weekDay == 1) {...
Category: RSForm! Pro
02 Oct 2020 17:21

eddalangworth

Hello,
I wonder if someone here can point me in the right direction.

I have a form that is connecting to Strip and all is working fine with that connection.

I am using Multiple products and am using - Select quantity as the first option for each product. So when it moves over to the Stripe it just lists everything like this :) . No change of line. I think this is quite off-putting for the customer.

Vínarterta - - Select quantity, Rúllupylsa - - Select quantity, Hangikjöt - - Select...
Category: RSForm! Pro
29 Sep 2020 07:18

info4060

Hi Supportteam,

I am unable to generate an end date according to the manual. (www.rsjoomla.com/support/documentation/r.../date-operation.html)
The difference is that I have 2 date fields and that I have to indicate the correct one.

The script I made now does something, but it doesn't give an end date just a big number.

In my PDF it shows now: From 10-10-2020 to 1602280806
But I don't know how to get this number 1602280806 into a date.

My script looks like...
Category: RSForm! Pro
11 Sep 2020 22:13

ronald.spierings

Start reading next article (Controlling Date and Time Picker): article

Next step for the time slots, create a php script at the timeslot field which will query the already submitted date/time slots to create the timeslots which are not already used.

Success,
Ronald
Category: RSForm! Pro
06 Aug 2020 02:09

zorigo

I'm trying to store a value from a birthday field in a custom database table using mapping with a date datatype. I have used similar code below using the calendar option and it works perfectly. However, the Birthday field keeps adding the date as 12-31-1969 (i.e. invalid date format). This is the script that I put into the Script called on form process section and then map the hidden, FormattedBirthday field to the DB. Any idea what I am doing wrong?

$_POST = date('Y-m-d H:i:s', strtotime($_POST));
Category: RSForm! Pro
15 Jul 2020 21:57

gretel7

Hi! I'm set up all the configuration and it's working, do you know if it is possible to send google calendar invitation on submit?
Category: RSForm! Pro
14 Jul 2020 09:52

rubenl

Hi,

What I want to achieve: We have a form to make a reservation, there are third parties which sell tickets for us. In the reservation form is a calendar shown with allowed dates. To let our customers check the availability of tickets I want to show them only the calendar with the available dates.

Now I made a new form with a copy the Calendar so they can check it. But now we need to update both calendars when a day is full. Not all of my colleagues share the same quality brains so I would...
Category: RSForm! Pro
25 Jun 2020 08:49

andreic

Hello,

Although this was addressed when you submitted a ticket to our support team, I will share the answer here as well:

1. This type of functionality is not available by default. The component was designed to show a calendar of events, then allow users to access the details view of each event so that they can find out more information and possibly subscribe to that particular event. Keeping this in mind you could apply a template override to the calendar listing and remove the link to the...
Category: RSEvents!Pro
26 Apr 2020 06:51

kashifmoin

Dear i bought the advance field plugin.
but I Am facing 1 issue.
like before the number you told me to add email it will go to that particular email..
I did that but suppose some number is link with the same email it is hiding the similar email with those number for example.
abc@abc.com|1
abc@abc.com|2
abc@abc.com|3
so what the drop is showing only 1 not 2 and 3 which is a problem for me.. need your assistance..
and also the select drop down is overlapping the calendar. need to fix it please..
I Am sharing screenshot for your kind help urgently.. please
Category: RSForm! Pro
22 Apr 2020 08:09

thjabaqu

Hello,
is this feature still available for the latest version of rsform pro?
Thank you
Category: RSForm! Pro
Displaying 61 - 75 out of 1048 results.