CF7 Showing Yellow Boxes Under Forms After Pro Update

After the last update, every single form, on every single site i manage, an empty yellow box appeared under each and every CF7 form.

the class of the field is “wpcf7-response-output”
Which shouldn’t appear unless there is a form output in the first place.

Hi Jesse,

Thanks for reaching us.

We already have posted this in our issue tracker so this issue will be queued for fixing by our development team.
Please stay tuned for the succeeding theme versions as the fix will be included in one of them.

Thanks

Any update on this?

Hey Jesse,
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 Pro > Theme Options then CSS.

form.wpcf7-form.init .wpcf7-response-output {
display: none;
}

Please check the screenshot so that you can properly place CSS code at the correct place.

Please note that 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.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.