Posted: January 29, 2019 at 5:07 pm
I have events where there are multiple ticket registrations. Names and emails are supplied, the contact is getting added to Infusionsoft, but there’s nothing coming up in the Recent Orders for the ‘guest’ registrations…it’s only coming up for the main contact. Is there a way to have the guest registration come up as a recent order or a way to link the guest to the purchaser? |
|
Hi, May I ask is your registration form set up to require the First Name, Last Name, and email address of the additional attendees? If you’re not sure, you could post a link to the event page and we’ll check. |
|
Hi, We had it set up but wasn’t working correctly during testing, so removed it in the interim until a solution could be found. It was just adding the new contact and a tag, but not the purchase |
|
Hi, While there isn’t a way to have the guest registration come up as a recent order, what you can do is add the Primary contact name as a custom field to the Guest’s Contact record. This is done by means of applying a WordPress filter hook function. Example code follows: https://gist.github.com/joshfeck/d2d494665b5d8ea3684fd0d60e282f23 You can add the above to a functions plugin or, if available, into your WordPress theme’s functions.php file. You’ll also need to create a “Primary Contact” Custom Field in Infusionsoft. |
|
I will give it a go, thanks. |
|
You could hide that option using some CSS:
Add the above to your site’s Appearance customizer > Additional CSS page. Or, if you want to completely remove the option, you could add a blank file to your WordPress theme and name it: |
|
A third option to remove the copy option is add this to your functions plugin:
|
|
Thanks. Everything has worked! |
|
The support post ‘Infusionsoft Integration Multiple Registration’ 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.