Hi there
I have a contact form which recently shows the output bar without content before someone filled in the form.
[contact-form-7 id=“4425” title=“General Contact Form_D”]
What is the issue here?
Thanks
Hi there
I have a contact form which recently shows the output bar without content before someone filled in the form.
[contact-form-7 id=“4425” title=“General Contact Form_D”]
Thanks
Hello @bakrona,
Thanks for writing to us.
This is an issue of our Theme. It has been already reported to our development team. It would be updated with the next release. Till then you can use a temporary fix CSS and add this code to your X/Pro > Theme Options* then CSS.
form.wpcf7-form.init .wpcf7-response-output{
display: none;
}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps you.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.