• Resolved andylan

    (@andylan)


    I created a sign up form in the plug-in with 3 fields (first name, last name & email) and a submit button. Everything looks right in the preview field. However, when I go into the wordpress theme customizer and add the form short code into a content section only the email field (missing it’s label) and the submit button show up.
    (The form does work properly in terms subscribing an email address).

    wordpress version (5.4)
    PHP: 7.3
    Theme: Mesmerize pro
    The form is in the context section at the bottom of the page.

    Here is the code generated by the form plug-in.
    <p>
    <label>First Name</label>
    <input type=”text” name=”FNAME”>
    </p>
    <p>
    <label>Last Name</label>
    <input type=”text” name=”LNAME”>
    </p>
    <p>
    <label>Email address</label>
    <input type=”email” name=”EMAIL” required=””>
    </p>
    <p>
    <input type=”submit” value=”Get The Guide”>
    </p>

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    It seems like your theme is applying some custom code to modify the form.

    It’s best to ask the theme provider / developer for help directly first, they will know best how to change settings in their theme. If they can’t help you you can always get back to us or maybe decide to go for another theme that fits your needs better.

    Hope that helps. If you have any questions, please let me know!

Viewing 1 replies (of 1 total)

The topic ‘Form Fields Not Showing’ is closed to new replies.