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
27 Apr 2021 06:21

contact827

OK. I was in the wrong field.
But no change on the "Date and time picker" in the form.

And, to disable saturday and sunday, if finally I can make it working, which number to replace in :
if (d.getDay() == 0 || d.getDay() == 6)
Category: RSForm! Pro
26 Apr 2021 22:19

djseleco

You have to paste this code in Javascript tab that you can find on "CSS and Javascript" option (see the photo)


<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 = new Date(year, month-1, day);
if (d.getDay() == 0 || d.getDay() == 6) {
alert('Please select a date that is different from Saturday or Sunday!');...
Category: RSForm! Pro
26 Apr 2021 17:19

contact827

Hi
To disable the weekend in the calendar,
  1. In which field exactly to put this code
  2. How to change it for saturday and Sunday, please ?
<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 = new Date(year, month-1, day);
if (d.getDay() == 0 || d.getDay() == 1) {
alert('Please select a date that is different from Saturday or Sunday');
return false;...
...
Category: RSForm! Pro
02 Apr 2021 14:50

ROADSIDE

I successfully imported events from a Google calendar, but the process does not seem to also bring in the details such as descriptions or locations. Is there a way to do this, or am I missing something?
Category: RSEvents!Pro
26 Mar 2021 07:43

wegwb

Ive seen an other calendar like a day view where i can pic the time .


Is it possible to implement this view?

Other questtion is it possible to insert a remember function (like e-mail to user/admin) for the choosen date?
Category: RSForm! Pro
10 Mar 2021 11:44

info5345

Hello, thanks for your reply,

No, that would not be enough because of the following reasons:
  • Blocking a whole date is too much, it is about timeframes*
  • When appointment is made over phone and put directly into Google Calendar
  • When appointment is rescheduled in Google Calendar

So basically Google Calendar is leading.


*Example: When there is already an appointment for: 9:00-11:30, you should only be able to choose 12:00-14:30 / 15:00-16:30
Category: RSForm! Pro
10 Mar 2021 11:05

andreic

Hello,

Would simply blocking the dates in your form not be enough, since the dates are blocked you will not be able to schedule a second appointment on the same date? This implies that you will only accept appointments through your form.
Category: RSForm! Pro
09 Mar 2021 14:23

info5345

Right now the Google Calendar plugin is there to submit data from the form to Google.

For a new website I need to create a booking/appointment tool, currently RSformsPRO can do this for 95%, the only thing missing, is to block times that are already "booked" in Google Calendar.

Looking at the Google API, this should be possible.

So, any chance of adding the functionality to GET data from Google Calendar and not only POST? Or is there a workaround?
Category: RSForm! Pro
08 Feb 2021 14:28

dragos

Hello,

RSJoomla! is releasing its products only in English language, the rest of the language files are donated by the community and might not be complete. You can try creating / completing your own language pack by referring to this article.
Category: RSForm! Pro
08 Feb 2021 11:48

web42

Hi.
I would like the calendar to appear in Greek (or another language) other than English.

I have uploaded the language files normally and all are set to Greek lang. Nevertheless, the calendar is still displayed in English.

I have read everything about it in the forum but whatever I tried I did not succeed.

What can I do to achieve this?

Thanks.
George
Category: RSForm! Pro
26 Jan 2021 10:00

iceferret

I use form 1 to pass some user entered info to form 2. This form checks the database and if the info is correct prefills the form fields with all the users data. If I use a calendar field their birthday i.e 1960-12-12 is prefiled correctly, using a birthday field I only get the year i.e 1960 - month - day.
The data is passed to the $val by
$val['bday'] = $row['birthday'];
Any ideas? B)
Category: RSForm! Pro
25 Jan 2021 12:32

gregs

I just tried it and you're right.

I think it didn't affect my use because I don't use those data-picker calendars but rather pull-downs and text fields.
Category: RSForm! Pro
20 Jan 2021 19:22

Romuba

Thank you Gregs.

I have used the script as per the link and it works very well except for the Calendar and the Date and Time picker. Those details are not saved and when the data is retrieved they are blank. Everything else seems to work perfectly.

Any idea what could be wrong?
Category: RSForm! Pro
07 Jan 2021 15:53

contact827

You fixed it, after a discussion in a ticket :
We'll also include this small fix in our component pack so there won't be no such issues on the future upon updating the component.
Category: RSComments!
07 Jan 2021 14:47

dragos

Hello,

Please submit a support ticket so our staff members can investigate this matter properly.
Category: RSComments!
Displaying 46 - 60 out of 1048 results.