Sign up form email field Size
-
Hello,
I recently downloaded your plugin and I created a form for my webite sign ups. Everything looks good except one thing:
The email address field is too small compared to other fields such as “First Name”, “Last Name” and “Submit” button. I can’t figure out how to fix it. Can you please help me?
Link: https://empowerem.ca
Form Located: Footer 4 (Bottom right)The code I’m using to create the form is below:
<p>
<p>
<label>First Name</label>
<input type=”text” name=”FNAME” placeholder=”Your First Name” required>
</p>
<p>
<label>Last Name</label>
<input type=”text” name=”LNAME” placeholder=”Your Last Name” required>
</p>
<label>Email Address</label>
<input type=”email” id=”mc4wp_email” name=”EMAIL” placeholder=”Your Email Address” required>
</p>
<p>
<input type=”submit” value=”Sign up” />
</p>Please advice how to fix this.
Thanks.
- The topic ‘Sign up form email field Size’ is closed to new replies.