|
09 Nov 2022 13:15
|
|
vidma
|
How to limit user to not be able to select the past days and two next days of calendar field? Also how to limit only to labor days - unable day selection of Saturdays and Sundays.
|
|
04 Nov 2022 19:20
|
|
iefke
|
HI,
I have a form so people can send in orders. I have got to work with this code so they can not select pickup date in two days:
//<code>
return date('m/d/Y', strtotime("+2 Days"));
//</code>
But what i want is the that if they order before 12:00 am they can pick it up in 2 days. If they order at 13:00 pm they can select a date 3 days ahead. So monday morning, they can pick it up wednesday. If they order monday afternoon the first day to select is next thursday.
How can i a get that code?
Hope someone can help me out. Thanks in advance.
|
|
28 Oct 2022 17:13
|
|
jacopo
|
Hi, how can I set the Date and Time Picker calendar to be able to select only a certain day of the week and a specific time?
Example on the calendar it is possible to choose only every Tuesday of each month from 6pm to 7pm
this is the page where I am working
www.yogafirenze.it/page/115.html
click on the button PRENOTA UNA LEZIONE DI PROVA
Thank you
|
|
24 Oct 2022 12:55
|
|
webmaster470
|
I have a form with following Javascript.
I want to ALLOW specific dates, although these dates could be disabled following this code.
Can I get some script to override and enable a specific Monday (for orders for Christmas, Newyear) for example?
<script type="text/javascript">
jQuery(document).ready(function(){
myDateTPicker = RSFormPro.jQueryCalendar.calendars[3];
myDateTPicker.callbackSelectedDateTime = function(selectedDateObject, calendarInstance, calendarDateObject, input, inputFormat) {...
|
|
03 Oct 2022 08:15
|
|
fchan
|
Dear Sir,
snipboard.io/MVlgbZ.jpg
I used a rsFromPro to create an appointment and save at #_booking datatable,
BUT if the (date, room_id, time, state) is duplicated, rsformPro will return warning and the INSERT action will not go on. (it is fine)
However, the rsformPro is mapping with a dpCalendar to show the appointment at a Calendar,
Now my problem is :
1. even I am failed to insert a record due to Duplicated Entry in database, the #__booking will not have any record added, BUT...
|
|
25 Sep 2022 12:38
|
|
johnhoube
|
Hi I have a form which has 10 Date & time pickers on and I only want the time picker to show.
I no I can use the below to turn it off for 1 Date & time picker, but was wondering if instead of me entering the below in 10 times I could just enter it once?
<script type="text/javascript">
jQuery(document).ready(function(){
myDateTPicker = RSFormPro.jQueryCalendar.calendars[25]['myDateTimePickerNameHere'];
//replace 25 with your form ID and the date time picker name....
Any ideas?
Thank...
|
|
12 Sep 2022 09:33
|
|
dragos
|
Hello,
I've added this one:
..under Components > RSForm!Pro > Configuration > Settings > Date Mask (for Date Submitted) area, and the result was: Lunes, 12 de Septiembre - 12:29
..while using the {global:date_added} placeholder in the email message. If this isn't how or what you're trying to achieve, please rephrase and provide more details on your topic.
|
|
06 Sep 2022 12:23
|
|
paimarino
|
Hi, i'm sorry for my english, not my native language
When recieving an email, I want the calendar date format to looks like "Martes, 6 de Septiembre - 10:00" (in spanish)
If I use "l, j \d\e F - H:i" (without quotes), I get "Martes, 6 DDe Septiembre - 10:00"
If I use "l, j \\d\e F - H:i", I get "Martes, 6 06e Septiembre - 10:00"
If I use "l, j \\d\\e F - H:i", I get "Martes, 6 062 Septiembre - 10:00"
If I use "l, j \d\\e F - H:i", I get "Martes, 6 DD2 Septiembre - 10:00"
What I am doing wrong?
Thanks in advance
Pablo
|
|
02 Jun 2022 10:07
|
|
gilloux
|
Hello
I would like the calendar to display 100% in width, impossible to find how to indicate it.
Thanks for your help
Gilloux
|
|
27 Apr 2022 18:40
|
|
glapolla
|
I am looking for membership management that can do the following
- Individual Membership
- Family Membership
- Minor membership
- Ability to renew each year automatically or manually
- Define membership as a calendar year
- Apply an initiation fee for new users (and each new family member)
- Export Membership list to excel
- Notify when new members pay
- Add or remove from a group when membership expires or is renewed
I know some of these are supported but some of these I really cant find the answers to. If you could...
|
|
04 Mar 2022 18:07
|
|
bruiz
|
Hi, any help? how can i change Date Submitted using a calendar in my form? for example if someone fill future date, i can export data the date that they choosed. Thanks!
|
|
02 Feb 2022 17:58
|
|
bruce8
|
1) If I do not want the Joomla Group, "Public" to not be able to see specific meetings on our calendar do I have to create a RS Events Pro group named "Public" and add the Joomla group "Public" to be a member of the RS Events Pro group"?
2) I tried to edit the event on the frontend but see no place to designate which groups can't see the event. Does this have to be done on the backend?
Thanks
|
|
20 Jan 2022 16:23
|
|
jamesk9
|
Hi all,
Trying to find a solution to set Birthday Field in (Admin) email.
The Birthday Field has all kinds of options for date formatting for the form itself.
01-02-1970
Jan 02 1970
January 2 1970
etc. etc.
However, no matter what format is set for the forms frontend, the date format in the email is always
01-02-1970 - preferably I'd like the F j, Y php date solution resulting in Jan 02, 1970 in the (admin) emails
I am trying to find a (php date) solution to set the Birthday Field date...
|
|
14 Jan 2022 08:46
|
|
patrick4032
|
Hello,
I use RSForm registration plugin and I need to add a birthday field.
- If I use the "calendar field", everythink works fine, the registration is OK and the birthday date is shown in "my account" as expected. 
- If I use the "birthday field", I have an error "wrong format of date" and the registration fail, even if the form is send.
Thanks for your help !
Regards
|
|
07 Jan 2022 11:31
|
|
dragos
|
Hello,
While editing your 'Date and Time picker' field, go to 'Attributes' area and:
- set the 'Calendar Layout' to 'Popup';
- add something similar into the 'Additional Attributes' area:
placeholder="your_placeholder_here"
|
|