Support

Home Forums Community Forum Make registration publicly visible

Make registration publicly visible

Posted: April 14, 2022 at 1:54 am


kickandrock

April 14, 2022 at 1:54 am

We would like to display all registrations (e.g. team name) on one page. Is this possible? And if yes, how?


kickandrock

April 14, 2022 at 2:02 am

My question a little more detailed:

I found the shortcode ([ESPRESSO_EVENT_ATTENDEES]), but I don’t want to show the name, I want to show custom fields on the registration form (e.g. team name + city).

Thanks for your help


Tony

  • Support Staff

April 14, 2022 at 5:38 am

Hi there,

We don’t have an option to display custom fields on that output without customizing the template used for the display.

Are you comfortable with PHP or working with a developer at all?


kickandrock

April 16, 2022 at 12:35 am

Yes, we can work with PHP


Tony

  • Support Staff

April 19, 2022 at 6:39 am

Ok, so the [ESPRESSO_EVENT_ATTENDEES] shortcode uses template files located in:

\event-espresso-core-reg\public\Espresso_Arabica_2014\

content-espresso_event_attendees.php and loop-espresso_event_attendees.php

To do what you need, you’ll need to copy content-espresso_event_attendees.php into the root directory of your site’s theme (preferably a child theme) and then override the content within that file.

We have an example of how you can include custom questions within that output here:

https://gist.github.com/joshfeck/63fe625950c9a71e19be

Your QST_ID value will be different (see HERE) and you’ll need to pull in both answers for this but that should do what you are requesting above.


kickandrock

April 19, 2022 at 8:12 am

It works, thanks!


Tony

  • Support Staff

April 19, 2022 at 8:16 am

You’re most welcome 🙂

The support post ‘Make registration publicly visible’ 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