when contact form7 submited domain redirects to example.com means (example domain)

admin2025-06-06  1

When contact form7 is submitted the domain redirects to Example Domain. Here is the image

and this image is shown instead of my website page or my domain

When contact form7 is submitted the domain redirects to Example Domain. Here is the image

and this image is shown instead of my website page or my domain

Share Improve this question asked Nov 28, 2018 at 13:39 KhalilKhalil 33 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Somewhere you have default code telling the form to redirect to a URL after submission. This is not default behavior of this plugin, did you add something?

Here are a couple things you can check.

In the admin go to Contact and edit your form, check the Additional Settings tab. What, if anything, is in there?

If that tab is empty, check elsewhere for code similar to below, this is how you redirect contact form 7 after submission.

<script>
    document.addEventListener( 'wpcf7mailsent', function( event ) {
        location = 'http://example/';
    }, false );
</script>
转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749140690a316710.html

最新回复(0)