The new RSform!Pro revision brings improved functionality to its calendar, Submit and Continue buttons, Manage Submissions area and invisible CAPTCHA algorithm.
1. Calendar improvements
The RSForm!Pro calendar now includes year navigation for easy date selection and two new backend properties:
2. Improved invisible CAPTCHA
We’ve improved the CAPTCHA algorithm for an increased spam protection for those of you that do not wish to add standard captcha images.
3. New options for advanced users:
We have added something special for our advanced users too.
- You can now take control of the date string right after it is selected, by declaring the rsfp_onSelectDate() function in the JavaScript area (CSS/JavaScript tab).
- Another cool feature is that you can use Javascript triggers inside the Pagebreak elements (Additional Attributes area). The specified code will be executed just before the page is changed.
Read the complete changelog here
@Igors
Something similar is already available. Just have a look at revision 46 changelog:
Quoteneed help for calendar
I put in form two calendar fields.
QuoteIn first calendar i set minimum date today
And in seconds the same, but if in first calendar i select 19 then in second i only can choose 20 (next day)
I relly need in second calendar select minimum the same date like in first.
This is form for cargo transportation and cargo can be transportad in one day.
@Baryy
You can simply use something like this within the Default Value area of the calendar field:
Quote//
return date('Y-m-d');
//
Setting default date value
I would like to set the default value of a date field to the current date on which the page is displayed.
Quote