7*4 2018-09-14 14:25 采纳率: 50%
浏览 13

$ .POST在Squarespace页面上

I have a custom form that posts to a 3rd party server as an appointment booking module. If i submit the form thru the action of the <form> tag i do recieve the email, but i would like to submit the form using $.POST so that i can alter the redirect URL.

I have jQuery running successfully on my site, and if i use:

$.post('URL', {data}).then(function () {alert('Form Submitted!')});

The redirect (or alert for this example) works fine, but the POST doesnt seem to actually run. Has anyone had a similar issue and found a way to resolve this?

ACTUAL CODE

I am using mailthis.to's API to avoid having to run a server just to do this

$('#sendForm').click(()=>{
$.post('https://mailthis.to/support@gadget-pro.com', {
  Name:$('#Name').val(),
  Email:$('#Email').val(),
  Phone:$('#Phone').val(),
  Device:$('#device').val(),
  Repair:$('#repairType').val(),
  Price:$('#price').val()
}).then(function (data) {
  location.href = 'https://gadget-pro.com/formconfirm'
});

})

  • 写回答

1条回答 默认 最新

  • 游.程 2018-09-14 14:44
    关注

    I would say to update your code to return back the page. you are likely not triggering the post to page properly or there is an error. alos console.log the post data before to know what is being sent.

    update your code to

    console.log(data);
    $.post('URL', {data}).then(function (retpage) {console.log(retpage)});
    
    评论

报告相同问题?

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line