I realize I will have to change or add some PHP to some particular templates
Looking for some guidance on which templates or any help you can give me, thank you very much!
>add a male – female button selection on event checkout page
>be able to shut off male or female registration to an event
>then see a place in admin where we can view how many male and female signups for each event
You can add this as a question for an existing question group. Then when you want to deactivate it, you can just remove the checkmark for that existing question group.
that is excellent, thank you
anyway to add that ‘question’ to show under ‘Filter show/hide columns’
which is top right when you are looking at event attendee list
the way you can press it and see how many men and women in an event
Well looking at it it’s not too complicated to add in the extra column, you would need to update the table header and the rows to accommodate and then modify the datatable javascript otherwise the table will look wonky.
You would have to modify the SQL script to pull in the question data, but that wouldn’t be overly hard for an experienced PHP developer.
All this is in /wp-content/plugins/event-espresso/includes/admin-reports/event_list_attendees.php
The issue with all of this is that you will be modifying a core file. This file will get over written every time you update meaning you will have to redo the modifications.
Please note that we cannot support modified files.
The support post ‘add male – female buttons to checkout page’ 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.