Home › Forums › Jevelin Theme › ty
Home › Forums › Jevelin Theme › ty
I made a thank you page on my website and would like to link submit buttons to that. As you can see on my first image at the bottom you see ‘verzenden’. So when people fill the form correctly i want them to link to a thank you page that you can see on my second image.
How can I do that?
Hi @SaqlainMughal,
Thank you for your question.
You can use any of the below solutions to achieve it.
https://wordpress.org/plugins/wpcf7-redirect/
https://wordpress.org/plugins/cf7-redirect-thank-you-page/
https://contactform7.com/redirecting-to-another-url-after-submissions/
Best regards,
Shufflehound team
No way within the jevelin theme or wp page builder to do it?
It worked out, now i get redirected to the right page. But how can i remove that thank you message at the bottom -> bedankt ?
Because now it’s double: they receive thank you on the same page AND redirected to the thank you page.
You can remove the message by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .wpcf7-response-output { display: none; }
It’s for all pages then right? Or only for one page? Because i have 2 kind of contactforms on my website.
It’s for all pages.
I did it, and it still shows for 1 milisecond. I want to remove it completely.
Then you need to contact the contact form 7 plugin support to do it.