• Resolved atnalta563

    (@atnalta563)


    I have checked “Hide Field” on the form for the checkbox portion of this form, but it sill shows up. I’ve tried creating a new form, resetting cache, and making sure this is setup correctly as a hidden field in Mailchimp… all of this is not making this disappear.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @atnalta563,

    Can you confirm that you have the “Hide Field” checkbox clicked and not the “Hide Label” box? I just tested this again to make sure and my checkbox interest group is being properly hidden – https://imgur.com/a/NLcxaa6.

    Let me know.

    Thank you,
    Kevin.

    Thread Starter atnalta563

    (@atnalta563)

    Hey Kevin –

    Yes it is clicked. All three are in fact (hide label, hide field and required). Is the Hide Label not to be clicked? it is on all my other sites I use this plugin? Not sure what has changed.

    – Luke

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi Luke,

    I’ve found the issue. It looks like there is something on your site that is stripping inline styles and putting them into classes. We normally add the inline style display: none; onto fields that are hidden.

    As you can see in the screenshots, this style is replaced by a class. The problem is that the class does not override the base style (display: inline-block). If it were an inline style, it would override the base style.

    Screenshot 1 – the dynamic class being added: https://imgur.com/a/7q98bcT
    Screenshot 2 – this classes styles being overwritten: https://imgur.com/a/IGxvaIp

    I think this inline style replacement is coming from your theme (I’m pretty sure) but I don’t understand it because there are a bunch of inline styles in other sections of the page. Regardless, can you turn this off? Do you know what I’m referring to?

    Thanks,
    Kevin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Feild Not Working’ is closed to new replies.