I have created a form using the Contact Form 7 plugin for WordPress.
My form looks like this:
<label> Your Name (required)
[text* your-name] </label>
<label> Your Email (required)
[email* email]</label>
<label> Payment Method
[radio payment default:1 "Paypal" "Check"] </label>
[submit "Send"]
If someone is filling out the form and selects the payment method "PayPal" and clicks the "Send" button I want to redirect him to the PayPal website (just a PayPal URL).
If someone is selecting the payment method "Check" and clicks to submit them form, it will redirect him to a "Thank you" page.
How can I achieve this, when using the Contact Form 7 plugin?