Support

Home Forums Community Forum Add new Column in admin registration table

Add new Column in admin registration table

Posted: January 21, 2019 at 5:20 am


rahmanmemon

January 21, 2019 at 5:20 am

I want to add another column in admin list table of registration. where i can show the content of any field like Guardian Name.
See screenshot.
https://prnt.sc/ma1nxj

I have added the column in event list table but not sure how to add in admin registration table.


rahmanmemon

January 21, 2019 at 10:25 pm

I have added the custom column but i want to show the custom field data which i have created in Question group in custom column…
https://prnt.sc/mae591


rahmanmemon

January 21, 2019 at 11:01 pm

Hello! Is it possible to get the answer of the custom question in admin registration table ?
I am using this code and this return all the answeres of the question but i want to get only one question answer .
$answers_for_reg = EEM_Answer::instance()->get_all( array( array( ‘REG_ID’ => $item->ID()) ) );
print_r($answers_for_reg);

  • This reply was modified 5 years, 3 months ago by  Tony. Reason: Not an upcoming event reminder question
  • This reply was modified 5 years, 3 months ago by  Tony.


Tony

  • Support Staff

January 22, 2019 at 2:36 am

Hi there,

I’ve merged your 2 threads together as they are related and nothing to do with the Upcoming Event Reminder add-on (which is the forum your other thread was posted in).

Do you currently have a support license for Event Espresso? The account you are currently posting from does not so you’ll only have access to the community forums.

With regards to your questions, take a look at this gist:

https://gist.github.com/Pebblo/88f2a0a9213c716e4886a249e7709245

The support post ‘Add new Column in admin registration table’ 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