Support

Home Forums Event Espresso Premium Can 'Advanced Copy Options' be expanded by default

Can 'Advanced Copy Options' be expanded by default

Posted: December 13, 2016 at 2:18 pm

Viewing 1 reply thread


faithandaleftmyers@gmail.com

December 13, 2016 at 2:18 pm

On the registration checkout page, there is an option to click to copy the primary registrants information to the additional participants. This is set to ‘Basic Copy Options”, and you can click to expand the section to ‘Advanced Copy Options” to select which additional participants you would like to copy to. Is it possible to have the system default to “Advanced Copy Options”? I could not find a setting anywhere. This is not earth shattering, but would be helpful if it is an easy change.


Tony

  • Support Staff

December 14, 2016 at 3:23 pm

Hi there,

There is no setting for this, but you could expand the section using CSS and hide the link you mention above using CSS:

#ee-single-page-checkout-dv #display-more-attendee-copy-options {
    display: none!important;
}
#ee-single-page-checkout-dv #more-attendee-copy-options-dv {
    display: block!important;
}

That will force that section always look like this – http://take.ms/k2hse

Would that work?

Viewing 1 reply thread

The support post ‘Can 'Advanced Copy Options' be expanded by default’ 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