• Having this error for the bottom sign up bar. I checked the proper list, checked the form, here’s the code:

    <p>
    <input value=”Subscribe” type=”submit”>
    </p><p>
    <label>First Name:</label>
    <input required=”required” placeholder=”Your first name” name=”NAME” type=”text”>
    </p><p>
    <label>Email Address:</label>
    <input required=”required” placeholder=”Your email address” name=”EMAIL” type=”email”>
    </p><p>
    <label>
    <input type=”radio” name=”_mc4wp_action” value=”subscribe” checked>Subscribe
    </label>
    <label>
    <input type=”radio” name=”_mc4wp_action” value=”unsubscribe”>Unsubscribe
    </label>
    </p>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Oops something went wrong. Please try again!!!!’ is closed to new replies.