Redirect page after submission contact form 7
Redirect page after submission contact form 7
on_sent_ok: "location.replace('http://www.mysite..com');"
Use this code in addition to setting text areas.
And if you want to send form field values to a different page, when success:
on_sent_ok: "location = 'http://sitename.com?page_id=17&phone='+jQuery('#phone').val()+'&first-name='+jQuery('#fname').val()+'&last-name='+jQuery('#lname').val()+'&email='+jQuery('#email').val
Forgiving id in a form field, and * for making a field required
[text* your-name id:id_name]
[text* your-name id:id_name]

Post a Comment