HTML PHP Contact Form - Submit Button Not Working? Or PHP Issue?

前端 未结 5 2122
别跟我提以往
别跟我提以往 2020-12-22 06:52

Hope you can help, I am trying to knock up a contact form for my website which is HTML, styled with CSS and the email sent with PHP.

5条回答
  •  -上瘾入骨i
    2020-12-22 07:19

    In this particular case, I agree with the suggested solutions re: type="submit.

    But I arrived here due to having my buttons stop working all of a sudden, though a Select submit was still working. And it was due to a tiny bug in some Javascript that was killing the submission.

    Just something else to check.

提交回复
热议问题