• 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.

    https://wordpress.org/plugins/contact-form-7/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try switching to the default theme.

    Thread Starter idewpsupport

    (@idewpsupport)

    Thanks for your response. If I do that i would undo tons of hours that were put into building the site with the current theme. Is there a way to fix it without reverting to the default theme?

    Thread Starter idewpsupport

    (@idewpsupport)

    Could you please take a look and help me fix it without having to change to default theme if possible? Here’s my code.

    <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"]
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact Form 7 Required Fields Not Working’ is closed to new replies.