Product Landing Page https://codepen.io/ayeolakenny/pen/JqyodM via @CodePen
ive been trying to clear those two errors but i dont know what to do anymore, pls ant recommendations?
Thanks in advance:slightly_smiling_face:
Product Landing Page https://codepen.io/ayeolakenny/pen/JqyodM via @CodePen
ive been trying to clear those two errors but i dont know what to do anymore, pls ant recommendations?
Thanks in advance:slightly_smiling_face:
In your order form right underneath “Please Fill out the following” your "Drop a feedback <textarea>
AND your <input type="submit">
have an id = "submit"
. Try not to use the same id
value twice. Delete it or rename from your textarea
element but keep it in submit and that error should go away.
The second error is because in the same form it looks like you forgot to give a name="email"
to your email input. If you add it, everything should pass.
Hope that helps and please let me know if it doesn’t make sense!
Thanks it worked