PDA

View Full Version : how to capture phone numbers into turboautoresponder?


Maxim Galitsyn
11-07-2009, 05:25 PM
Hi,

In package settings if you enable turboautoresponders.com integration it captures customer's name and email.

I would to set it up to capture phone numbers as well.

What in this case should be added to the default parameters?

unit=listname
from=#{Customer.email}
name=#{Customer.name}
redirect=#{Sale.thankLink}
meta_redirect_onlist=#{Sale.thankLink}

And does it require addition tweaking in turboautoresponders account?

I couldn't find it in the manual.

Thank you very much,
Max

Donna Walsh
11-10-2009, 12:37 AM
max

Clixking on the "list of additional tag" link will opebn up a new window with other tags to use.

Here is one in the customer section:
#{Customer.phone}

You will need to also set that field up in TAR

Donna

Maxim Galitsyn
11-11-2009, 04:37 AM
Thank you Donna,

Will give it a try