• Resolved colossally

    (@colossally)


    Hi there

    I see there’s an option to exclude a field from a group. Is it possible to hide it instead of excluding? I’m using the Calculated fields for ACF plugin so I need the field to appear on the form so that the answer can be populated and added to the user profile.

    In the linked example, I’d like to hide the Total field.

    Thank you!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Shabti Kaplan

    (@shabti)

    In the ACF field settings, at the bottom in the “wrapper class” enter “hidden”. This will cause the field to appear in the form but be hidden

    Thread Starter colossally

    (@colossally)

    Thanks for the prompt response! I’ve tried, but it’s still displaying. What am I missing?

    Plugin Author Shabti Kaplan

    (@shabti)

    Try the “acf-hidden” class. If that doesn’t work, add any class you want, then add this to the custom CSS:

    .your-class{
     display: none;
    } 

    Make sure the class has no period “.” when you add it to the ACF settings

    Thread Starter colossally

    (@colossally)

    “acf-hidden” worked. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide field’ is closed to new replies.