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
10 Jun 2013 09:25

silviup

This can only be achieved using custom scripting, as there is no default feature offering such functionality.

Please add the following code:

$database = JFactory::getDBO();
$date=$_POST;
$database->setQuery("SELECT COUNT( `FieldName` )
FROM #__rsform_submission_values
WHERE `formId` = '1'
AND `FieldName` = 'calendarfield'
AND `FieldValue` = '$date'");
$database->query();
$nr=$database->loadResult();
if ($nr > 30) $invalid[] = RSFormProHelper::getComponentId("ContactBy");

in Components >>...
Category: RSForm! Pro
07 Jun 2013 21:55

dmeffe5

Is there any way to change the backend calendar date/time when entering a New Date? I dislike how you have to click or drag through the time. I'd rather just type a time in manually if at all possible...
Category: RSEvents!Pro
07 Jun 2013 15:14

doug04

Hello,

I have a form which has more than 100 fields. So, I wanted to have some of the fields lined up vertically so that it will not look lengthy. However, I learnt that in order to make the fields vertical (appear one after another) I have to disable to autogenerate layout. After doing this, the calendar control is not appearing at all and also the checkboxes options are taking extra line space. So, i contacted Support, and they said, in order for Calendar to work properly you have to...
Category: RSForm! Pro
07 Jun 2013 00:40

info879

Information how to do this would be great!
Category: RSEvents!Pro
31 May 2013 19:21

toddlando

I need to validate a date field to ensure that the date selected is no more than two years prior to today's date. I can limit the calendar selection by inputting a max or min date, but this does not actually validate the date, and does not prevent someone from overriding by inputting a date as text ("01/01/1901").

There must be a way, but I've read every post on this forum related to date validation and the support docs and can't find the solution.
Category: RSForm! Pro
23 May 2013 14:29

picturemeclubbing

I still need help in this area. Can anyone help me please?
Category: RSEvents!Pro
18 May 2013 04:05

phonroth701

Is there a way to make today's date un-selectable in the date picker?
Category: RSForm! Pro
17 May 2013 15:27

myann

Hi,
I want to know if I can disable a date in a calendar field depending on the value of a database query please?
If not is it possible to change the background color of the data depending on the same criteria please?

I have a form which allows my user to ask for displaying they ads in my website at a specific day.
So, I would want my calendars fields check the number of Ads in a speficic position at a specific date (with a query) and then either disabled the date if it's fully booked or...
Category: RSForm! Pro
15 May 2013 13:22

adrianp

Hello,

From my understanding you want to limit the maximum number of submissions based on a date in the calendar? If this is the case, you can try using the following script in the "Scripts called on form process" area:
if(empty($invalid)){
$db = &JFactory::getDBO();
 
$result = $_POST['form']['calendar_field_name'];
 
$db->setQuery("SELECT COUNT(`FieldValue`) FROM #__rsform_submission_values WHERE `FormId`='1' AND `FieldName`='calendar_field_name' AND `FieldValue`='".$result."'");...

For...
Category: RSForm! Pro
13 May 2013 19:05

phonroth701

Is there a way to limit the selection of the date field to a certain number of submissions? For instance I only want 11 people to be able to select any day in the calendar in the calendar.
Category: RSForm! Pro
10 May 2013 10:37

adrianp

Hello,

1. RSForm!Pro does not incorporate the ability to block certain weekdays by default, they can however be disabled through scripting. An similar example can be found here:

www.rsjoomla.com/support/documentation/v...-calendar-field.html

You can find more information on how to further customize the calendar in the following article:...
Category: RSForm! Pro
09 May 2013 14:06

giggimix1

Hi I tried to create two calendars for events and placed in two different templates.
Only that clicking on any event kicks as the default style template.
I have created a menu with two lists of events defining the template ..... but it does not work.
HELP

Thanks Luigi
www.auxosrl.it
Category: RSEvents!Pro
09 May 2013 05:30

hayabusa hitsugaya

You have to have a format for the calendar to go by such as mm/dd/yyyy or yyyy/mm/dd or dd/mm/yyyy

Otherwise the calendar and form would not know what to display and how to display it.
Category: RSForm! Pro
08 May 2013 13:49

EdwinHonk

Hi,
I am trying to customize the calendar popup of RS Forms Pro.
Playing around with the "RSForm! Pro example".

1. Is there any way to block certain weekdays?
I.e. for example sundays?

2. Instead of using the predefined button "popup label" I would like to implement a GIF/png as a link/image-button.
Is this possible? How?

Many thanks in advance

Best regards
EswinHonk
Category: RSForm! Pro
07 May 2013 13:31

dmwalk

I see no way to have recurring events, say on the second Tuesday of every month. This is standard for recurring calendars. Is there a way to do this? Since some months have 4 Tuesdays and others 5 Tuesdays, to repeat every 4 weeks doesn't work. If not possible, please add feature ASAP. Can't believe this is not current feature. JCalPro and JEvents have had this for a long time.
Category: RSEvents!Pro
Displaying 541 - 555 out of 1055 results.