Might need a bit more instruction. Espresso comes with 2 question groups, personal information and address information, if I add My heading to personal it shows up right below the Personal Information header on the sign up page, if I put it in Address Information nothing shows up. I would like a New heading “emergency contact” 1/2 way down the questions? I did make a 3rd group for emergency, but the new heading is below Personal
Question groups do not currently support subheadings so the closest option would be to use the description area to add clarification.
Alternatively, you could create a question and then hide the text field using CSS. You can inspect the text field using a tool like Firebug or Chrome Developer Tools to find the class or ID that is associated.
Then you would add something like this to a plugin like My Custom CSS:
.nameofCSSclass {display:none}
or
.nameofCSSid {display:none}
—
Lorenzo
Viewing 3 reply threads
The support post ‘Sub Header for event registraion’ 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.