[Pro] PHP email error syntax?

Can anyone help out with the PHP Feedback Form.
I installed it and when I tested it out, I got the
following message:

From:
noreply@.SYNTAX-ERROR.

To:
email@hidden

Subject:
Web site feedback
This message was written in a character set (utf-8) other than your own.
If it is not displayed correctly, click here to open it in a new window.
The following information was submitted from a form on designsongolf.com:

item4: Hi Bob,
Nice Site!
Bob


PLEASE NOTE: This is a message from the designsongolf.com web site
and has been sent from a machine and not a person.
Please do not reply to this e-mail as it will bounce.


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

First thing you should check in your form is the name(s) of your form fields

At the moment all of yours are item4. With the field selected look under the 3rd tab in the inspector.

They should be named name, email and message (all lower case). The script that processes the form is looking for these names to help with its display.

Read the section on Special Names at http://www.freewayactions.com/product.php?id=019

You can add a field for the subject too but the Title in the action interface does much the same.

David


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

Because they are all called item4 then each is overwriting the previous one so you are just left with the message text - no name or email.

And also leave the value section blank.

D


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

That was is DeltaDave.
I had changed the names correctly in the inspection panel under the first tab called, Properties, but no in the third tab.

Thank yee!,
Bob


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