Home New Guten Forums WoodMart support forum Blank Feilds Auto creating by itself.

Blank Feilds Auto creating by itself.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #669950

    siaanglobal
    Participant

    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.
    #670014

    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,

Viewing 2 posts - 1 through 2 (of 2 total)