Product Landing page=>> "Submit Element" problem. Need assistance

In the Product Landing Page, The “submit” button, work properly, it goes to the assigned FCC page but when i run the test, it still does not work. I repeat it several times, I could not figure it out, what the hell wrong is with that.
You would be heighly appriciated if you please assist me with.

hello , please put your project link here.

     <form action="https://www.freecodecamp.com/email-submit" id="form">
      <input type="email" id="email" name="email" placeholder="@mail.com" required><br>
      <input type="submit" id="submit" value="submit">
    </form>

this is mine , this works, I checked your code also. but I didn’t find any wrong from this.

read the error message below the failed test

@ling1 @ilenia Thank you so much for your responces. You could see how i wrote it and how is the error react. I like you to know that, when i click on Submit button, it does go to the FFC assigned page but rather than yields error.

read the first line of the error message below the failed test to know why it is failing

1 Like

Pictures of code aren’t really helpful, fyi

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