Is it possible to limit the days on a calendar that a user can select? If I want to allow only selections Sunday – Thursday and not allow friday and saturday can that be done? On the same not, can the times be limited as well? Thank you for the information and if these options are available I will be sure to purchase your product.
Thank you
Jason




August 3, 2012 at 7:58 pm
This isn't built in but can be done with a bit of custom code. Here are examples so you know what you'd be getting into.
http://formidablepro.com/knowledgebase/frm_date_field_js/
August 4, 2012 at 12:56 pm
Great, that doesnt seem too hard. Another question however. I have put a test form up on a site I am working on and the form is creating what seems to be a check box that overlaps the form names, please see http://216.70.97.78/portfolio-item/test-portfolio-item/ .
Do you have a solution for this?
Thank You,
Soon to be customer, Jason
August 6, 2012 at 11:02 am
It looks like there is a bit of offending CSS generated by your theme. I can't give you an exact file or line number because your theme is doing some kind of minification or something to all the CSS on the page which is preventing me from seeing exactly where this code is coming from. This is the code that is causing problems:
label {
cursor: default;
display: inline-block;
position: relative;
}
Specifically, the position: relative; is making those checkboxes appear. Can you do a search for that code above and comment it out or delete it? Sorry, I can't be more specific about where to find this code.
August 6, 2012 at 11:08 am
Thank you for the info I will check it out right now, I had a feeling it was the theme conflicting with the plugin. I will keep you posted, thanks for the response.
Jason
August 6, 2012 at 11:36 am
I commented out what you said and that did the trick. Great work, above and beyond. Purchasing your pro version now.
Thanks again,
Jason
Topic closed.