- Posts: 123
- Thank you received: 1
Customfields in Eventbooking and Acymailing
- Chris
- Topic Author
- Offline
- Premium Member
-
Less
More
7 years 10 months ago - 7 years 10 months ago #103575
by Chris
Customfields in Eventbooking and Acymailing was created by Chris
Hi
I use the "Eventbooking - Acymailing plugin". It works great.
But is there a way to merge the entries of the Event Booking Registration Form with the Custom Fields from Acymailing?
Thank you
And Best Regards
Crhristoph
I use the "Eventbooking - Acymailing plugin". It works great.
But is there a way to merge the entries of the Event Booking Registration Form with the Custom Fields from Acymailing?
Thank you
And Best Regards
Crhristoph
Last edit: 7 years 10 months ago by Chris.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
7 years 10 months ago #103583
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Customfields in Eventbooking and Acymailing
Hi Crhristoph
At the moment, we don't support this feature yet. And honestly, we don't have plan to support it in near future, there are still other more important features we want to work on first
So for this one, I will leave it to future development
Tuan
At the moment, we don't support this feature yet. And honestly, we don't have plan to support it in near future, there are still other more important features we want to work on first
So for this one, I will leave it to future development
Tuan
Please Log in or Create an account to join the conversation.
- Donal
- Offline
- Elite Member
-
Less
More
- Posts: 240
- Thank you received: 17
7 years 8 months ago #105295
by Donal
this is an important one, I think, especially, with GDPR starting in Europe from May 2018.
I've modified code to get phone number across to AcyMailing in the past. This is how I did it.
You need to edit plugins/eventbooking/acymailing/acymailing.php, and add the phone line below, and ensure that AcyMailing has a field called phone
My next mission is get a checkbox from Event Booking to AcyMailing field.
Replied by Donal on topic Customfields in Eventbooking and Acymailing
Tuan,Tuan Pham Ngoc wrote: At the moment, we don't support this feature yet. And honestly, we don't have plan to support it in near future, there are still other more important features we want to work on first
So for this one, I will leave it to future development
this is an important one, I think, especially, with GDPR starting in Europe from May 2018.
I've modified code to get phone number across to AcyMailing in the past. This is how I did it.
You need to edit plugins/eventbooking/acymailing/acymailing.php, and add the phone line below, and ensure that AcyMailing has a field called phone
Code:
if (!$subId)
{
$myUser = new stdClass();
$myUser->email = $row->email;
$myUser->name = $row->first_name . ' ' . $row->last_name;
$myUser->phone = $row->phone;
$myUser->userid = $row->user_id;
$eventClass = acymailing_get('class.subscriber');
$subId = $eventClass->save($myUser); //this
}
My next mission is get a checkbox from Event Booking to AcyMailing field.
Please Log in or Create an account to join the conversation.
- Donal
- Offline
- Elite Member
-
Less
More
- Posts: 240
- Thank you received: 17
7 years 8 months ago #105300
by Donal
Yeah, I totally failed to do this.
Could you implement a fields mapping list in the plugin? I think a lot of users would make use of it (whether mailchimp or acyMailing users)
Replied by Donal on topic Customfields in Eventbooking and Acymailing
Donal Lyne wrote: My next mission is get a checkbox from Event Booking to AcyMailing field.
Yeah, I totally failed to do this.

Please Log in or Create an account to join the conversation.
- neil
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
7 years 1 month ago #113763
by neil
Replied by neil on topic Customfields in Eventbooking and Acymailing
I really need this function please. With a mailing list, there would be no one better or more important than someone who has already bought something from our website. If they could be added to acyMailing list that would be very helpful please

Please Log in or Create an account to join the conversation.
- Donal
- Offline
- Elite Member
-
Less
More
- Posts: 240
- Thank you received: 17
7 years 1 month ago #114114
by Donal
Replied by Donal on topic Customfields in Eventbooking and Acymailing
It is already possible to add registrants to an AcyMailing list using the Events Booking - Acymailing Plugin. Unfortunately however, a lot of the info given in the registration form doesn't automatically populate AcyMailing fields.
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.