Show submitted form response on the same page. (No Reload)

前端 未结 4 2056
野的像风
野的像风 2020-12-14 13:38

How would I go about showing the response from a submitted contact form (on the same page underneath the form) rather than sending the user to a new page after the submissio

4条回答
  •  天涯浪人
    2020-12-14 14:09

    I did this with the Jquery Form Plugin. There's another here.

    My use case was a lot more involved. It included uploading a file along with some user entered fields and basic auth credentials in the header as well. The Form plugin handled them all using the normal $.ajax fields.

提交回复
热议问题