Form Fields Not Showing
-
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]
The topic ‘Form Fields Not Showing’ is closed to new replies.