• Hello all,

    I am trying to insert a contact form into my contact page. I have loaded the form inside my contact page, but unfortunately, the labels of the contactform doesn’t display. I have checked inside the WPForms template if the “Hide Label” is unchecked under the advanced options, and this is the correct. But still doesn’t work for my page.

    Like to hear! 🙂

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    checked but not getting any label? Have you fixed it?

    If not please share the snapshot that you want to remove.

    Thread Starter woprie

    (@woprie)

    Hi Abhishek,

    No I haven’t fixed it yet because I don’t know how to fix it.

    What do you mean by ‘share the snapshot’? I just want to get my labels visualized and not to be removed.

    Hi,

    Please try to add the below CSS code, from the APpearance > Customize > Custom CSS, and check.

    .wpforms-title, div.wpforms-container-full .wpforms-form .wpforms-field-label, div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
        display: block;
    }

    PS- You can edit or remove the class as power your need if required.

    Thread Starter woprie

    (@woprie)

    Hi Abhishek,

    Thanks, it works! 🙂

    What make the difference in this custom CSS code you provided? I was expecting like changing the text color or something else. Actually, I didn’t expect a code like this.

    As well,
    I was testing my resume page –> https://luukvanparidon.com/resume/
    And I saw kind of the same problem. Because at this page I added a protection for viewing the file. But while entering the code, I couldn’t see the text, but it was there after I pressed ENTER. Is this problem related to the previous one?

    You are welcome!

    The above code add CSS diplay:block property. The previous code could be a possible reason but I’m not sure.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Contact Form WPForms’ is closed to new replies.