ty

Home Forums Jevelin Theme ty

Home Forums Jevelin Theme ty

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • SaqlainMughal
    Participant

    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?

    Attachments:
    You must be logged in to view attached files.

    SaqlainMughal
    Participant

    No way within the jevelin theme or wp page builder to do it?

    SaqlainMughal
    Participant

    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.

    Attachments:
    You must be logged in to view attached files.

    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;
    }

    SaqlainMughal
    Participant

    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.

    SaqlainMughal
    Participant

    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.

Viewing 9 posts - 1 through 9 (of 9 total)