Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #550978

    I have a question about the field validation in the Jquery datepicker. The contactform 7 built in date-picker conflicts with some Jquery page trasitions on my webpage. This causes the datepicker not to show up when the field is active, leaving the user to put the date in manually.

    Of course users don’t always put the correct format in DD-MM-YYYY. I want to turn of the validation off the date picker validation field so users won’t get the error message that the date seems invalid. Is there a way to achieve this in Enfold if I use contact-form 7?

    Thanks in advance,

    Tim Welzen

    • This topic was modified 8 years, 4 months ago by vonwelzen.
    #551366

    Hi vonwelzen!

    I would just switch it to a regular text input then. If it does not pop up then there is no need to use it.

    Or if you really want to get in and edit some stuff then your probably wanting to comment out line 418 in the /enfold/framework/php/class-form-generator.php file.

    $required = ' <abbr class="required" title="required">*</abbr>';
    

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.