Form input not working on phone - fcc product landing page

<form action="https://www.freecodecamp.com/email-submit" id="form">
				    <input class="email" placeholder="Enter your email" id="email" type="email" name="email" required />
            <input class="button" type="submit" value="Get Started!" id="submit">
          </form>

Hi @bachitter !
Can you explain what’s the problem or share the codepen link.

when I open Product Landing Page - FreeCodeCamp Project (bachitter.github.io) on phone i can’t enter email input gets disabled

Your code works for me on phone but I can’t figure out why it doesn’t works on you page.

same i also can’t figure out why it isn’t working

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.