Blank Feilds Auto creating by itself.
-
Hello
With ref to the image please assist me why there is this BLANK TEXT field is getting auto created in CONTACT FORM 7, This is getting creating in all the forms created in CF7, please assist me for this.
below is the contect of CF7
<div class=”wd-grid-g”>
<div class=”wd-grid-f-stretch”>
<div class=”wd-col”><label>Your Name</label>[text* your-name]</div>
<div class=”wd-col”><label>Your Email</label>[email* your-email]</div>
</div>
<div class=”wd-grid-f-stretch”>
</div>
<div>[submit class:btn-color-black “SUBSCRIBE”]</div>
</div>
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wpcf7 .hidden-fields-container {
display: none !important;
}
Best Regards,