When the user registers for an event. We want certain fields to be required, however in the backend when we manually want to add attendees we don’t want some of the required fields for the front-end to be required in the backend. How can we achieve this?
There’s no built in way to do it with EE based hooks and filters.
You could create a plugin that fires some JavaScript on the Add New Attendee page that finds the specific question input fields and removes the “required” class. That will trick the system into not validating the field.
It’s a hacky solution but it could work for your needs.
Thanks for verifying how I thought this would be accomplished. Thanks again for your help!
Viewing 7 reply threads
The support post ‘EE3 Questions Required’ 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.