Customfields in Eventbooking and Acymailing

  • Chris
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
7 years 10 months ago - 7 years 10 months ago #103575 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
Last edit: 7 years 10 months ago by Chris.

Please Log in or Create an account to join the conversation.

More
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

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago #105295 by Donal

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

Tuan,
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.

More
7 years 8 months ago #105300 by Donal

Donal Lyne wrote: My next mission is get a checkbox from Event Booking to AcyMailing field.


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)

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #113763 by neil
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.

More
7 years 1 month ago #114114 by Donal
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