我们已经准备好了,你呢?

2024我们与您携手共赢,为您的企业形象保驾护航!

留言表单

<form onsubmit="return submsg(this);">

    联系人<input type="text" name="contacts" required id="contacts">

    手 机<input type="text" name="mobile" required id="mobile">

    内 容<textarea name="content" id="content"></textarea>

    验证码<input type="text" name="checkcode" required id="checkcode">

    <img title="点击刷新" src="{pboot:checkcode}"onclick="this.src='{pboot:checkcode}?'+Math.round(Math.random()*10);" />

    <button type="submit">提交留言</button>

</form>


Ajax提交

查看源码打印代码帮助

<script>

//ajax提交留言,由于涉及到提交地址标签的解析,JS需要放在html文件中

function submsg(obj){

  var url='{pboot:msgaction}'; //如果是自定义表单则使用地址{pboot:form fcode=*}

  var contacts=$(obj).find("#contacts").val();

  var mobile=$(obj).find("#mobile").val();

  var content=$(obj).find("#content").val();

  var checkcode=$(obj).find("#checkcode").val();

   

  $.ajax({

    type: 'POST',

    url: url,

    dataType: 'json',

    data: {

        contacts: contacts,

        mobile: mobile,

        content: content,

        checkcode: checkcode

    },

    success: function (response, status) {

      if(response.code){

         alert("谢谢您的反馈,我们会尽快联系您!");

         $(obj)[0].reset();

      }else{

         alert(response.data);

      }

    },

    error:function(xhr,status,error){

      alert('返回数据异常!');

    }

  });

  return false;

}

</script>


顶牛网络凭借多年的网站建设经验,坚持以“做实用有价值的网站”为宗旨,累计为1200多家客户提供品质建站服务,得到了客户的一致好评。如果您有网站建设、网站改版、网络推广、域名注册、主机空间、托管维护、网站备案等方面的需求...
请立即拨打咨询热线:15906391238,我们会为您贡献全力。 项目经理在线 收藏文章

全力 · 以赴

注重专业探索,摒弃虚浮夸张,为所有的企业机构贡献全力。