How to direct contact form submission to a certain page

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/’; … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)