I have put a ‘question’ male and female genders, so when people sign up we see
how many male and females we have at all times. When I want to shut off male or female, I just delete male or female from that ‘question’ the problem is it does that to every event I have going on, when I just want it to affect one event only.
Anyway to get around this? Thanks for your help?
That event has already closed out so here is an example on another event.
We can hide the fields using CSS. Specifically, we can do this by going after the page id and targeting the CSS for the field.
Lets use the Sunset Yacht event. When we view the page source, we see a page body class of page-id-358:
body class="page page-id-358 page-template-default wpb-js-composer js-comp-ver-3.7.4 vc_responsive"
Next, we could inspect the gender label and gender question to get the CSS classes. However, since there is only a single radio question, we can use something like this:
To use the example above on another event, just update the page id number from 358 to the correct number.
The CSS can be added to your child theme’s stylesheet or a plugin like My Custom CSS or Reaktiv CSS Builder.
Thanks
—
Lorenzo
Viewing 3 reply threads
The support post ‘questions, question groups’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.