Gossamer Forum
Home : Products : Gossamer AutoRespond : Discussion :

External Lead Add In page

Quote Reply
External Lead Add In page
How can I add in fields to collect the external add in visitors address, country, and telephone number?

I would like this to be stored in the database along with the lead data.

Thanks, Ken
Quote Reply
Re: [ken707] External Lead Add In page In reply to
Does anyone know how to do this?
Quote Reply
Re: [ken707] External Lead Add In page In reply to
Hi,

What you need to do is add the fields into the leads table first. This can be done under Users -> Leads Properties.

Then you will need to add these fields into templates like edit_leads_form.html so that you can actually see the results in your autoresponder.

To collect the information in the opt-in form, you need to add the fields in, follow the example for the Name and do the same thing, just changing the field names, it's case sensitive.

Thanks,
Mel
Mel Goulet
Developer - Gossamer Threads, Inc.
Quote Reply
Re: [ken707] External Lead Add In page In reply to
Thanks Mel, that worked great.