Support

Home Forums Event Espresso Premium Remove 2nd attendant "same information as 1st attendant" option

Remove 2nd attendant "same information as 1st attendant" option

Posted: November 23, 2017 at 7:05 am


daisy

November 23, 2017 at 7:05 am

Hello. Is it posible to remove the 2nd attendant “same information as 1st attendant” option?
I already set the regitration form questions as “required field”, so this option is not valid, but it still appears below the “1st attendand” registration form. I’d like to delete/hide it.
My site is on “coming soon” mode now so it is not public.
I’m not a programmer and I’m not really good with codes, so please, if there is some code to add, let me know which code and also where should I put it 🙂


Tony

  • Support Staff

November 23, 2017 at 7:20 am

Hi Daisy,

Whilst you can’t remove it from the checkout page, you can hide it using some CSS.

You can use this little snippet:

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

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

You should see something like this – http://take.ms/zO3Ed

And then with the above code it should look like this – http://take.ms/nuNKb

The support post ‘Remove 2nd attendant "same information as 1st attendant" option’ 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