- Posts: 25
- Thank you received: 0
Pass Event Number and Name to Custom Registration Form
- Michael Redmond
- Topic Author
- Offline
- Junior Member
-
Less
More
7 years 5 months ago #118774
by Michael Redmond
Pass Event Number and Name to Custom Registration Form was created by Michael Redmond
I want to use BreezingForms to create a custom registration page for my events. It has the ability to integrate with Events Booking extension, but I need to be able to pass two field values to the form as parameters:
How can I grab that information from the Event display when I press the REGISTER button?
Thanks.
- Event ID
- Event Title
How can I grab that information from the Event display when I press the REGISTER button?
Thanks.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
7 years 5 months ago #118778
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Pass Event Number and Name to Custom Registration Form
Hi
You will have to edit code in the file components/com_eventbooking/themes/default/common/buttons.php if you want to pass it
In that file, $item->id will return ID of the event. $item->title will return title of that event
Base on that information, hope you can customize it to meet your need
Tuan
You will have to edit code in the file components/com_eventbooking/themes/default/common/buttons.php if you want to pass it
In that file, $item->id will return ID of the event. $item->title will return title of that event
Base on that information, hope you can customize it to meet your need
Tuan
Please Log in or Create an account to join the conversation.
- Michael Redmond
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 25
- Thank you received: 0
7 years 5 months ago #118780
by Michael Redmond
Excellent. I'll give this a try and let you know.
Thank you for your quick response.
Replied by Michael Redmond on topic Pass Event Number and Name to Custom Registration Form
Tuan Pham Ngoc wrote:
You will have to edit code in the file components/com_eventbooking/themes/default/common/buttons.php if you want to pass it
In that file, $item->id will return ID of the event. $item->title will return title of that event
Excellent. I'll give this a try and let you know.
Thank you for your quick response.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
7 years 5 months ago #118792
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Pass Event Number and Name to Custom Registration Form
OK Michael. Please note that once the change is done, you need to move the modified file to PATH_TO_TEMPLATE/html/com_eventbooking/common folder so that the change won't be lost when you update to future releases of the extension
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 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.