Support

Home Forums Event Espresso Premium How to remove "The option to reuse registration information from Attendee #1"

How to remove "The option to reuse registration information from Attendee #1"

Posted: November 28, 2014 at 11:57 am

Viewing 1 reply thread


chrisscottuk

November 28, 2014 at 11:57 am

Hi,
I am using EE4, on the multiple attendee registration screen, how can I remove the option to re-use registration information from Attendee 1?

This would be helpful to me, as I need to discourage this from happening, as we require individual names for entry to many of our events.


Lorenzo Orlando Caum

  • Support Staff

November 28, 2014 at 1:51 pm

Hi Chris!

You can inspect any element on a page using a free tool like Chrome Developer Tools (available with Google Chrome) or Firebug (available as a web browser extension).

This will show you the CSS that is handling the styling including the file and line number. Then you can add new styling to your child theme’s stylesheet or through a plugin like Reaktiv CSS builder or My Custom CSS.

Try this CSS:

#single-page-checkout #spco-copy-attendee-dv {
display:none;
}

Then force refresh to see the changes:

http://en.support.wordpress.com/browser-issues/#force-refresh


Lorenzo

Viewing 1 reply thread

The support post ‘How to remove "The option to reuse registration information from Attendee #1"’ 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.

Event Espresso