[Pro] Add customer''s email in PHP Feedback form?

Is there a way to add the customer’s email address to the “From” field of the feedback form I receive from them? This would help in 2 ways: 1 If they forgot to add it in the email field in the form, 2: I can just click on it to start a return email. Here is my form:http://atisys.net. I’ve used the action PHP Feedback Form. Thanks so much!


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you name the email field correctly - 3rd tab in the inspector and its Name should be ‘email’ - no quotes and case sensitive. Then your visitor will get the appropriate error page if they don’t enter their email address and cannot submit the form.

David


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Dave,

That takes care of one part, thanks.

I still want to have the client’s email on the From and Reply to part of the Feedback form I get in the email (see attached)

How can I add an attachment to this thread? Didn’t seem to go through even tho I did attach it.

On Sep 22, 2011, at 3:54 PM, DeltaDave wrote:

If you name the email field correctly - 3rd tab in the inspector and its Name should be ‘email’ - no quotes and case sensitive. Then your visitor will get the appropriate error page if they don’t enter their email address and cannot submit the form.

David


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If they enter the email address and you have named the field correctly then the form will appear to come from that email address.

D


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No attachments allowed.

D


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can’t. Anything you want to show to the list, you can do so by posting it to your Web server and including a link.

Walter

On Sep 22, 2011, at 5:15 PM, E.W.Kelly wrote:

How can I add an attachment to this thread? Didn’t seem to go through even tho I did attach it.

On Sep 22, 2011, at 3:54 PM, DeltaDave wrote:

If you name the email field correctly - 3rd tab in the inspector and its Name should be ‘email’ - no quotes and case sensitive. Then your visitor will get the appropriate error page if they don’t enter their email address and cannot submit the form.

David


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ah, I had a named it Email instead of email…

Now it works, thanks so much.

Emily

On Sep 22, 2011, at 4:18 PM, DeltaDave wrote:

If they enter the email address and you have named the field correctly then the form will appear to come from that email address.

D


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you also change your first name and last name boxes to just one box for both and give it the Name value of name - 3rd tab in the inspector and its Name should be ‘name’ - no quotes and case sensitive.

Then the email generated will have the senders Name in the From field as well as the email address

D


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Great, thanks!

On Sep 22, 2011, at 5:01 PM, DeltaDave wrote:

If you also change your first name and last name boxes to just one box for both and give it the Name value of name - 3rd tab in the inspector and its Name should be ‘name’ - no quotes and case sensitive.

Then the email generated will have the senders Name in the From field as well as the email address

D


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


actionsdev mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options