cinque8 Posted August 4, 2017 Share Posted August 4, 2017 (edited) Hello, I was trying to create a submit button on my squeeze page hosted by portalwebhosting.com. But I am having trouble creating the button. The squeeze page requests the user's first name and email address. This is the code that I am using in my HTML form: <p> Enter Your First Name <input type=”text” name=”first_name”/></p> <p>Your Best Email Address <input type=”text” name=”email_address”/></p> <input type=”submit” value=”Subscribe”> But here are the results: What am I doing wrong here? Thanks Edited August 4, 2017 by cinque8 Quote Link to comment Share on other sites More sharing options...
Solution Jacques1 Posted August 4, 2017 Solution Share Posted August 4, 2017 Looks like you're writing your code with a completely inappropriate tool (Microsoft Word?) which replaces straight quotes with typographic quotes: " -> ” HTML parsers have no idea what to do with those. Use a proper code editor or an IDE. Quote Link to comment Share on other sites More sharing options...
cinque8 Posted August 4, 2017 Author Share Posted August 4, 2017 (edited) Thanks Guru [Jacques1], I will check it out Edited August 4, 2017 by cyberRobot added Jacques1 Quote Link to comment Share on other sites More sharing options...
cyberRobot Posted August 4, 2017 Share Posted August 4, 2017 Side note: remember to utilize the <label> tag. That way visitors using assistive technology, such as screen readers, have an easier time using your website. More information about the tag can be found here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label Quote Link to comment Share on other sites More sharing options...
cinque8 Posted August 4, 2017 Author Share Posted August 4, 2017 Thanks for the information. I rewrote to code using PageBreeze and now I have a submit button. Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.