- Posts: 159
- Thank you received: 12
[SOLVED] Custom fields on pdf registrants list
- Trevor Smith
- Topic Author
- Offline
- Premium Member
Less
More
1 year 4 months ago #160390
by Trevor Smith
Custom fields on pdf registrants list was created by Trevor Smith
Hi Tuan
Is there a way of replacing one of the columns in the pdf export of the registrants list with a custom field value? I have created an override but can't get the field to display, just an error: Using $this when not in object context
Regards
Trevor
Is there a way of replacing one of the columns in the pdf export of the registrants list with a custom field value? I have created an override but can't get the field to display, just an error: Using $this when not in object context
Regards
Trevor
The following user(s) said Thank You: ssnobben
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
1 year 4 months ago #160399
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Custom fields on pdf registrants list
Hi Trevor
What field you want to display? You could ot use $this there. Just use the sytax :
echo $row->name_of_field; and it should work
For example echo $row->organization;
echo $row->country;
Regards,
Tuan
What field you want to display? You could ot use $this there. Just use the sytax :
echo $row->name_of_field; and it should work
For example echo $row->organization;
echo $row->country;
Regards,
Tuan
The following user(s) said Thank You: Trevor Smith
Please Log in or Create an account to join the conversation.
- Trevor Smith
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 159
- Thank you received: 12
1 year 4 months ago #160402
by Trevor Smith
Replied by Trevor Smith on topic [SOLVED] Custom fields on pdf registrants list
Thank you Tuan, that was easy.
Best regards
Trevor
Best regards
Trevor
The following user(s) said Thank You: ssnobben
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
1 year 4 months ago #160403
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic [SOLVED] Custom fields on pdf registrants list
Yes. I know this kind of customization would be needed, so I prepared code to make it easy to do such customization .
The following user(s) said Thank You: ssnobben
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.