Yes, Also looking for this solution. Found anything yet?
Tried with Zappier and also attaching a textfile .ics with the email.
But Zappier needs a subscription for the WebHook to work and the PHP for creating the file inside the user email is also not so easy: www.rsjoomla.com/support/documentation/r...rough-the-email.html
Attaching .ics link (or file) to the user email as a standard option would have been nice.
As a J! dev company we have a client who had exactly the same problem, so we figured out an easy solution for this problem with a free extension (RokCandy).
Also, it works well both with FontAwesome 4.7.x and 5.1.x as well.
Hello,
We are using RS form to make a reservation form
On that form we would like to disable Monday and tuesday
When looking in your forum we found the following code to disable weekends
I've tried using it and changing the selected days but nothing happens
<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...
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!');...
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');returnfalse;...
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?
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.
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?
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.