Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #641444

    I know of the hotfix for form validation on Select fields, however, I have the opposite occurring:

    There is NO form validation on my Select field, yet when I click on Submit without selecting anything, I get the red border. Yet, when I fill in the other required fields (name, email), and make a selection in the Select field, the form sends as it should.

    Can I get rid of the red border around the Select field as there is NO validation required and it is switched off.

    I am using Enfold Version: 3.5.4.

    Link to form is below.

    Thanks,
    Louise

    #641475

    Hey wizard247,

    about which red border are you talking about? can’t find it on the link you’ve provided. A screenshot would help.

    Best regards,
    Andy

    #641483

    Click the SEND button with nothing in the form…. You’ll see it then. Here’s screenshot: http://awesomescreenshot.com/0575wxfn7f

    #641486

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
        border-color: #e1e1e1 !important;
    }
    

    Best regards,
    Yigit

    #641487

    That switched off the red borders on the fields that SHOULD have it (name and email), but it stayed on the Select field which SHOULD NOT have it.

    #641488

    Don’t worry – I figured it out myself.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Form validation red border on Select fields’ is closed to new replies.