Support

Home Forums Event Espresso Premium Way to Lock Attendee Information from Being Changed

Way to Lock Attendee Information from Being Changed

Posted: April 15, 2021 at 5:19 pm


Jason Lee

April 15, 2021 at 5:19 pm

Hi there,

Is there anyway to prevent attendees from changing their first name, last name, and email during sign up?

We are using the WP users add on with s2member. That information prepopulates, but we’d like to remove the ability to change it.

Thanks!


Jason Lee

April 15, 2021 at 5:21 pm

It also looks like there are a few options on the thank you page that might need to be hidden with CSS or is there a template to copy to child theme/edit to remove those options.


Tony

  • Support Staff

April 16, 2021 at 6:27 am

Hi Jason,

Is there anyway to prevent attendees from changing their first name, last name, and email during sign up?

We are using the WP users add on with s2member. That information prepopulates, but we’d like to remove the ability to change it.

Officially no, however you can do it with some jQuery to make those fields read-only, see:

https://gist.github.com/lorenzocaum/34e45008a9f7bf32ee34

You can add that to a custom functions plugin on your site, we have some documentation on creating one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

The edit link can be hidden on the thank you page using:

.ee-registration-details-dv > p {
    display: none;
}

There are also templates you can edit but the thank you page loads multiple templates so it depends on the specific changes you want to make.


Jason Lee

April 20, 2021 at 5:49 pm

Worked beautifully! Thanks again

The support post ‘Way to Lock Attendee Information from Being Changed’ 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