Skip to content

Instantly share code, notes, and snippets.

@lorenzocaum
Last active March 11, 2017 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lorenzocaum/b59a8f4aeb8faea76eec to your computer and use it in GitHub Desktop.
Save lorenzocaum/b59a8f4aeb8faea76eec to your computer and use it in GitHub Desktop.
How to hide the Use Attendee #1's information for ALL attendees option during registration checkout for Event Espresso 4

The CSS below can be added to your child theme's stylesheet (CSS file) or via a plugin like Reaktiv CSS Builder or Simple Custom CSS.

/* Hide the copy attendee checkbox option during registration checkout */
div#spco-copy-attendee-dv { display: none }
@Janeane
Copy link

Janeane commented Apr 17, 2016

Thanks Lorenzo - that worked perfectly!

Wondering if there is a way to have the registration form not ask for the primary registrants info every time there are multiple attendees (Example - 1 parent 3 children attending event)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment