0
0
0906ddd2021-08-31 14:34:45
WordPress
0906ddd, 2021-08-31 14:34:45

How to redirect to message page?

not just as usual (your form is sent and the message disappears after a couple of seconds),

but on a separate page

where it will be written
Thank you for your contact!
and work schedule

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
vox_termin, 2021-08-31
@vox_termin

If the contact form is made on Contact Form 7, then you can add a redirect using a script:

<script>
document.addEventListener( 'wpcf7mailsent', function( event ) {
  location = 'http://example.com/';
}, false );
</script>

Source: https://contactform7.com/redirecting-to-another-ur...
Or download the Redirection for Contact Form 7 plugin
https://wordpress.org/plugins/wpcf7-redirect/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question