Hello
I am using the contact 7 form on my website. The form works well but the required field aren't working at all. The form can be submitted without filling out a single field.
Below is the code I am using
<div class="eut-one-third">
[text* first-name placeholder "First Name"]</div>
<div class="eut-one-third">
[text* last-name placeholder "Last Name"]</div></br>
<div class="eut-one-third">
[email* email-479 placeholder "Email"]</div>
<div class="eut-one-third">
[text* title-06 placeholder "Title"]</div></br>
<div class="eut-one1-third"> [text* org-06 placeholder "Organization"]</div>
[submit "submit"]
I am using WordPress 4.4.2 with the Corpus theme.