Gossamer Forum
Home : Products : Gossamer AutoRespond : Discussion :

autoresponding to a form based email

Quote Reply
autoresponding to a form based email
Hello I installed the autorespond program and was wondering how to set up a web page to take a comment from a visitor and when they submit the comment they are put into the leads and the comment is sent to the owner of that autoresponder.

Chuck
Quote Reply
Re: [cgruver] autoresponding to a form based email In reply to
Hi,

You will need to first of all add the Comments field to the Leads database. You can do this by going to Users -> Leads -> Properties and choose add a field.

Then you need to add the field to the forms, so probably admin_leads_detail_form.html and lead_edit_form.html so that users and admins will be able to see the comments.

Then on the web based form that leads will opt in to just add the field <textarea name="Field_Name" rows=5 cols=40></textarea>

Where Field_Name is the exact name that you gave to the comments field, case sensitive.

Mel
Mel Goulet
Developer - Gossamer Threads, Inc.
Quote Reply
Re: [Mel_g] autoresponding to a form based email In reply to
there isn't a add a field option in Users -> Leads -> Properties , where is it ?

can you give us more details?
Quote Reply
Re: [ingenio] autoresponding to a form based email In reply to
In Reply To:
this is the add a column field isn't it?
can you give us more details?
Quote Reply
Re: [ingenio] autoresponding to a form based email In reply to
If you click on Users -> Leads, Properties, it should be at the bottom. It says "Add Column". Let me know if you still can't see it.

Mel
Mel Goulet
Developer - Gossamer Threads, Inc.