Confirmation div not shown when submitting
-
When clicking on submit, regardless if it is a success or validate issue, the confirmation tag is not shown. If I inspect the dom I can see this element:
<div class=”wpcf7-response-output” aria-hidden=”true”>Ett eller flera f?lt har ett fel. Kontrollera och f?rs?k igen.</div>
I’ve read a lot of topics in this forum as well as seen youtube videos fixing similar issues by removing one extra div tag. But I do not have any extra div tag:
<div id="contactForm"> <label> Ditt namn [text* your-name] </label> <label> Din e-post [email* your-email] </label> <label> Bostadsomr?de [text* your-area] </label> [submit class:super-form-button] </div>
I’m using:
WP version 6.0.2
PHP version 8.0The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Confirmation div not shown when submitting’ is closed to new replies.