Why is the data from the form not getting posted to the PHP file on the host server, when it works fine on the local server?

前端 未结 0 695
误落风尘
误落风尘 2020-11-28 02:08

JQuery/Ajax

$(document).ready(function() {
  $("#contactFormToSubmit").submit(function(e) {
    e.preventDefault();
    let fullname = $("#name         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题