• Hi,

    I’m using PMPro and wanted to send the registrant’s phone number to Infusionsoft as well as their first and last name. What’s the Infusionsoft variable for phone number? My wordpress variable for phone number is “rep_name.” This is what I’ve added to the plugin in a few locations:

    //add/update the contact and assign the tag
    pmprois_updateInfusionsoftContact($list_user->user_email, $options['users_tags'], apply_filters("pmpro_infusionsoft_addcon_fields", array("FirstName"=>$list_user->first_name, "LastName"=>$list_user->last_name, "Phone1"=>$list_user->rep_name), $list_user));

    https://www.ads-software.com/plugins/pmpro-infusionsoft/

  • The topic ‘Send Phone number to Infusionsoft’ is closed to new replies.