After sending the message, the line saying "Your message was sent successfully. Thanks." appears under the form (it's partially hidden under some of the form fields.)
Any idea how to fix it?
After sending the message, the line saying "Your message was sent successfully. Thanks." appears under the form (it's partially hidden under some of the form fields.)
Any idea how to fix it?
Thanks.
I've found out there was a problem with the plugin css.
(contact-form-7/styles.css) which had a margin of -100px for the response.
I've updated to the latest version of the plugin and it was fixed there.
div.wpcf7-response-output {
margin: -100px 0.5em 1em;
padding: 0.2em 1em;
background: white;
}
You must log in to post.