If you’re okay with paying for a plugin, here’s one that does exactly what you need:
https://querysol.com/product/contact-form-7-redirection/
Otherwise you need to write some code yourself, the documentation is here:
https://contactform7.com/redirecting-to-another-url-after-submissions/
The code itself needs to be extended a bit, e.g.
<script>
document.addEventListener( 'wpcf7mailsent', function( event ) {
if (jQuery('#yourdropdown').val() == '0') {
location = 'http://example1.com/';
} if (jQuery('#yourdropdown').val() == 'R9999') {
location = 'http://example2.com/';
}
}, false );
</script>
Related Posts:
- Simple and customizable contact form with option to send copy to submitter [closed]
- How to Send Confirmation Emails to Users after Form Submission?
- Contact Form 7: conditional logic in e-mail
- Contact Form 7 – multiple recepients
- How to add placeholder for contact form7 for dropdown? [closed]
- How to use other shortcodes inside Contact form 7- forms? [closed]
- How to execute a server side script when contact form 7 is submitted? [closed]
- Contact Form 7 – add custom function on email send [closed]
- How to resolve “Failed to send your message” problem for Contact Form 7? [closed]
- How can I send to multiple Contact Form 7 recipients based on form input? [closed]
- Horizontal (columned) Contact form 7 and acceptance field on devices
- using 1 form shortcode (si or cf7) for all multisite sites [closed]
- Transferring contact form input to an email account without using an email-proxy
- WordPress Contact Form 7: populate the value of a field dynamically with PHP [closed]
- Contact form 7 dynamic text extension – populate form with title from previous page [closed]
- Contact Form 7 plugin refreshing page on submit [closed]
- Insert Captcha Code info Any Form (Created of Plugin)
- How to programmatically send additional notification emails in Contact form 7 [closed]
- Prevent CF7 attachment from being deleted [closed]
- How to use WPML Plugin in contact form 7
- search form results – dynamically adding email addresses to contact form 7 [closed]
- Contact form 7 is sending an unwanted autoresponse [closed]
- Contact Form 7 add ID to radio buttons [closed]
- Contact Form 7 – Send attachment to submitter? [closed]
- Modify Contact Form 7 input value before submission
- Error installing Contact Form 7 [closed]
- Contact Form 7: Email custom HTML inputs or make a field readonly [closed]
- CF7 conditional logic [closed]
- How i can remove span in the CF7 without touching error span?
- Download any file after submitting a form [closed]
- How to the make dropdown for contact form7 work responsively with mobile? [closed]
- Contact Form 7 – Uncaught TypeError: wpcf7.initForm is not a function [closed]
- Can’t add more than one attachment to Contact Form 7 [closed]
- Is there a way to let user add and remove fields with Contact Form 7? [closed]
- How to set placeholder to dropdown in contact form 7? [duplicate]
- Can you disable the mail function in contact form 7 [closed]
- WordPress Contact Form 7 Image Size Validation [closed]
- 2-step contact form, URL field on the site, others inside popup [closed]
- contact form 7 does not show after update [closed]
- Prefilled textarea by custom post content by default [closed]
- Make a form that will send email to all the authors in selected category [closed]
- CF7 Split/Separate fields [closed]
- Add php variables to custom form submission [closed]
- Contact Form 7 pre email processing [closed]
- How can I safely override contact form 7 styles? [closed]
- When I try and use contact form 7 it breaks my page [closed]
- Contact form 7 shortcode appear outside form tag
- Contact Form 7- problem with submit button [closed]
- customize the body of the autoresponder email [closed]
- WordPress contact form 7 to show the form dropdown menus as like [closed]
- How to add permalinks to contact form 7 [closed]
- Adding attributes to HTML tags in Contact Form 7 [closed]
- post_content with Contact Form 7 [closed]
- Salesforce lead tracking with contact forms plugins [closed]
- Conditional Fields for Contact Form 7 not working and displaying [/group] in output
- Set id of cf7 in the data save function [closed]
- Confirmation email Contact Form 7 [closed]
- Adding custom attributes to input fields in Contact Form 7 tags
- How to put a contact form inside the footer of all the articles and pages of a website? [closed]
- Related Drop down list
- donwload pdf file after contactform 7 submisson
- Contact Form 7 diferent contact identification for same site [closed]
- How to insert entire page content into CF7 form submission?
- Jquery contact form to send mail to admin [closed]
- I need to do redirect in functions.php [closed]
- Contact form 7 Adding data automatically [closed]
- Using contact form 7 with easy fancybox [closed]
- Contact Form 7 “non-selectable” options in a drop down [closed]
- Styling Contact Form 7 fields [closed]
- Which contact form plugin passes Outlook junk / spam filters? [closed]
- Contact Form 7 Custom module [closed]
- Contact form 7 add automatic =0A character in place of break
- Contact form 7 radio button default:get
- Contact7 Check Boxes line breaks when submitted
- The dropdown menu for contact 7 forms is not responsively with mobile device
- Change FROM name in mail inbox when sending email through Contact Form 7
- create a new section in divi after sending a contact form
- Add Line Break/Remove Commas for Checkbox options sent via Email from Contact Form 7 [closed]
- Is there a way for users only saved in the contact form 7 database to view a wordpress private page?
- Form behaving differently on small screens vs desktop screen
- Filter multiple dynamic dropdown lists within one form using the Smart Grid-layout extension for Contact Form 7
- How to pass POST data from Contact Form 7 to another subpage after submitting the form
- Additional Headers: Contactform7
- Contact Form 7: Drop-Down Menu with Read-Only Values?
- Contact Form 7 multi-column form error
- single quote in contact form 7 input field throwing error on form submission
- Working with Contact Form 7 pipes
- Contact form db plugin customization
- How to pull and auto display custom fields values to contact form
- How to save data in my db table with using contact form seven?
- docx filetype upload issue with contactform7 [closed]
- Contact-7 multi screen dashboard
- Send button using own contact form [closed]
- Contact Form 7 get_posted_data(); is not returning posted values [closed]
- Restrict MIME type files in upload field + contact form 7
- Very slow ajax request from Contact Form 7
- How do I use Mail (2) auto-responder with a multi-step contact form 7?
- Contact Form 7 – Display Dropdown, Send Different Data
- Dynamic values in Contact form 7 [closed]
- CF7 Wont submit contact form on apple iphones [closed]