Support

Home Forums Event Espresso Premium Infussion soft plugin not populating right fields

Infussion soft plugin not populating right fields

Posted: November 13, 2013 at 10:12 pm


Christian

November 13, 2013 at 10:12 pm

I am using the infusion soft plugin in with my infusionsoft software and have notices that new registrant address info is not making it through to infusionsoft. That is to say the city and state are but not the street.

Can you help?


Dean

November 15, 2013 at 6:29 am

Hi Christian,

I concur that this is happening. I will raise a developer ticket to look into it.


Christian

November 20, 2013 at 10:21 pm

thanks what is the eta for fix?


Dean

November 21, 2013 at 12:55 am

Hi,

We do not have an ETA, but I upped the priority on the ticket.


Christian

November 21, 2013 at 10:36 pm

also the phone number is not making it over to infusion soft and the zip code is populating the wrong field.


Dean

November 25, 2013 at 1:46 am

Thanks for the feedback Christian, I have added that to the ticket.


Sidney Harrell

December 17, 2013 at 6:18 pm

change lines 103-112 of plugins/espresso-infusionsoft/index.php from:

$clean_attendee_data = array(
					'FirstName'			=> $attendee_data['fname'],
					'LastName'			=> $attendee_data['lname'],
					'Email'				=> $attendee_data['email'],
					'Address1Type'		=> $attendee_data['address'],
					'Address2Street1'	=> $attendee_data['address2'],
					'City'				=> $attendee_data['city'],
					'State'				=> $attendee_data['state'],
					'ZipFour1'			=> $attendee_data['zip'],
				);

to:

$clean_attendee_data = array(
					'FirstName'				=> $attendee_data['fname'],
					'LastName'				=> $attendee_data['lname'],
					'Email'						=> $attendee_data['email'],
					'StreetAddress1'	=> $attendee_data['address'],
					'StreetAddress2'	=> $attendee_data['address2'],
					'City'						=> $attendee_data['city'],
					'State'						=> $attendee_data['state'],
					'PostalCode'			=> $attendee_data['zip'],
					'Phone1'					=> $attendee_data['phone']
				);

The support post ‘Infussion soft plugin not populating right fields’ 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.

Event Espresso