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.
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
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.
<script type="text/javascript">
jQuery(document).ready(function(){// Datum is mm/dd/yyyyvar 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
});...
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 :
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.
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?
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.