Add Blackout Dates

Could you add to the Knowledge Base below and add an example for blacking out specific date(s). http://formidablepro.com/knowledgebase/frm_date_field_js/#kb-add-blackout-dates

Default Date validation

Screen Shot 2013-01-26 at 12.49.59 AM

I having problem with the default validation. It renders my date as invalid submission. I have disabled all my plugins. I am using Formidable Pro Version 1.06.08 and when i look at the embedded javascript It shows $.datepicker.setDefaults($.datepicker.regional['']); $(“#field_xnawl1″).datepicker($.extend($.datepicker.regional['en-GB'], {dateFormat:‘d/mm/y’,changeMonth:true,changeYear:true,yearRange:’1930:2020′})); }); var frmJsHost=((“https:”==document.location.protocol)?”https://”:”http://”); document.write(unescape(“%3Cscript src=’”+frmJsHost+”ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/i18n/jquery.ui.datepicker-en-GB.js’ type=’text/javascript’%3E%3C/script%3E”)); //]]>   I think the error is caused by [...]

Turning the date into an editable string

Hi Is it possible to edit the date field and strip out the individual attributes into specific fields? ie Month, Day, year etc I would like to display different attributes in different styles etc Cheers, Ande

Early Bird discount calculation?

Hi, I have created a conference registration form using formidable pro. I have a radio button for early bird date. Adjust for Early Bird * Current date is before March 31 Current date is from April 1 But I don’t want people to have to fill in this field.  I want to hide it and [...]

Customise Calendar start dates

How do i customise the start date the calendar default to when it’s rendered on the webpage?   At the moment Jan 2013 seems to be the month – but i would like to make it April 2013. Is this just a parameter change?   Thanks Ande

Customised search to include date

All praise to the gods of the ether!! (read developers!) I am using the calendar display and want to include a search by date or date range so I only get to display matching dates. The regular search catches any of the regular input but it seems that if you type in a date it [...]

Calculate a date based on the system date and hour

The objective is to have a date field with the actual date altered to a couple of hours in the past, let’s say if I want to subtract 8 hours: Actual system date and hour: Dec-28-2012 at 14:00 hrs Result in the date field: Dec-28-2012 Actual system date and hour: Dec-28-2012 at 05:00 hrs Result [...]

Age limit as a condition

Hello, I’ve created a form for entry in a piano competition with several levels that so far is working fine. However, at the beginning of the form, I require that the user enter their birthdate, this way, the entrants that don’t meet the age qualification can be eliminated from choosing those levels that have age [...]

Date Widget – Event Date is Invalid error

event-date-is-invalid

Hi Stephanie, I’ve recently started getting errors that prevent my form from accepting dates for events. (See attached screenshot). Could a change in the WordPress date display format cause this effect? I also recently installed WATS, a ticket system, on the same Multi-site network, and noted this flakiness shortly after… Is it possible for plugins [...]

Date input field for birthday (manually + datepicker)

I’ve got a field in the form, that is collecting informations about user’s birthday. Now I’m pretty sure none of the current users would be born in future. Is there any way, how to check (ideally client-side), that the date inserted in the field is older than ‘today’. Also, how could I prevent date-picker from [...]

Conditional Calculation

I am registering students for a class, and would like to pass them on to Paypal after they complete the registration form to pay the tuition.  The thing is we are offering an early registration discount.  So somewhere on the form I would like a variable to be created, say EarlyReg, that is 1 if [...]

Cannot update date-field

Hi, two problems with date-fields: 1. The field uses “German” in “Calendar Localization” but still the display is english (mm/dd/yyyy, I want: dd/mm/yyyy) 2. Whatever I enter into the field it sporadically gets some random date assigned. If I try to correct the entry through the backend it wont work either (the editor form sais [...]

Date field style clashes with theme

Hi there, I have been setting up my first form (really easy, thank you!) and have run into a problem. The date field is inserted with a very generic “date” CSS class. Formidable’s styling doesn’t seem to require it, but it’s causing the WordPress theme I’m using (Graphene) to display a calendar background image inside [...]

Date Validation

I have a form where the user is asked to enter a start date and an end date for a reservation. How can I validate that the end date is always after the start date?

Remember the last selected date in a new entry

I need the user fill a new form that “remember” the last selected date from the last entry. Not necessarily the current date. As an example, to capture a group of old entries and not having to select the same date over and over. Of course, he could change it at will. This also applies [...]