problems testing form.

A

alfredo

I need your help:

This is what appears when I test my forms and check the email:

From: [email protected] (this is an address I used for testing in the past)
Subject: Data posted from form 1 of http://www.mysite.com

Can you tell me why the address I used for testing appears here?
I'm not using this address in forms anymore, now I have [email protected]
I checked and this address does not appear in my form tag.

What's happening?

How can I change the subject "data posted..." for "the form's name?"

Thanks in advance,

alfredo
 
R

Ronx

Assuming you are using the FrontPage extensions to process the form:
the From address is that configured in the extensions, and will be the
same for all forms on your site.
The subject can be changed by either including a subject field (a text box
for the User) in the form, and setting the subject field in form
properties[1]
or use some fixed text in the Form Properties[1]

[1]= right click on the form, Properties - Options button - E-mail Results
Tag - Subject line
 
A

alfredo

I added a hidden field, named after the form.
So when visitor fills "Feedback" form, the email I receive has "Feedback" as a subject.

Is this ok?

good luck to you all,

Alfredo
 
Top