我首先要为我的英语道歉。
我希望我可以点击“提交”表单,打开一个新标签,其中包含将数据发送到表单的URL,并将页面更改为感谢页面。除了évidamment之外,当前的浏览器会阻止打开的页面。
这是两个屏幕拍摄联系表格7来帮助:
HTML:http://prntscr.com/czhu6w JS附加设置:http://prntscr.com/czhuo9
谢谢! < 3
on_sent_ok: "var civilite = encodeURI(jQuery('input[name="civilite"]').val());var nom = encodeURI(jQuery('input[name="nom"]').val());var prenom = encodeURI(jQuery('input[name="prenom"]');val());setTimeout("open('http://www.test.com/offre-decouverte?civilite='+civilite+'&nom='+nom+'&prenom='+prenom), 3000");location.replace('http://offre-decouverte.test.com/remerciements/');"
<div class="floatL">
<p>Civilité *<br />
[select* civilite include_blank "Mme." "M."] </p>
<p>Nom *<br />
[text* nom] </p>
<p>Prénom *<br />
[text* prenom] </p>
<div class="clearFlorian">
<p><a href="http://offre-decouverte.test.com/remerciements/" target="_blank">[submit "VALIDER"]</a></p>
</div>