• Helllo there,

    I have the contact form in which i have a dropdown menu for the states. I was able to make my other fields mandatory, but I was not able to make the state field mandatory..can anyone please tell me where to put the ‘*” mark in this code, to make the dropdown menu of states mandatory…please help thank you in advance…

    <p>State
    [select menu-695 “Alabama ” “Alaska ” “Arkansas ” “Arizona ” “California ” “Colorado ” “Conneticut ” “Delaware ” “Florida ” “Georgia ” “Idaho ” “Illinois ” .. ]

Viewing 1 replies (of 1 total)
  • Use this.

    [select* menu-695 include_blank “Alabama ” “Alaska ” “Arkansas ” “Arizona ” “California ” “Colorado ” “Conneticut ” “Delaware ” “Florida ” “Georgia ” “Idaho ” “Illinois ” .. ]

    select* means it’s a required field. include_blank adds a leading blank item.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form 7] making a dropdown menu mandatory’ is closed to new replies.