我看到Edgar Villegas Alvarado之前的回答,将所有表单数据放入网址:
on_sent_ok: "location = 'https://.../?level=1&' + $('form.wpcf7-form').serialize();"
这非常有用,但是,我无法弄清楚如何发送特定字段,例如email
。我认为一个简单的?email
会做到这一点,但它没有用。
答案 0 :(得分:0)
on_sent_ok: "location = 'https://example.com/other-page/?email=' + jQuery('form.wpcf7-form #assigned_id').val();"