Sign in Email form

A

Aymanh

I have a website on the internet where a user can apply to have an Email , but When I recieve an email that a user have requested an Email, the email is empty there is just one word B
I don;t know what it is but I should recieve an Email that contain
some kind of informations he have to fill before presing the submit button
what do you think the problem is
 
J

JDR

Aymanh,

Are you naming & validating your form fields?

Open your form and right click the first form field;
select form field properties and in the name insert the
name. For example if this form field asks for a first
name, you could name it "FirstName"

After you do that click "Validate" in the data length
check "Required" then enter the minimum and maximum
amount of characters.

Repeat the process for the rest of the form fields that
require input.

Now when a user submits the form, they must enter
information in the vaidated fields or the form will not
submit.

Hope it helps,
JDR
**********************
-----Original Message-----
I have a website on the internet where a user can apply
to have an Email , but When I recieve an email that a
user have requested an Email, the email is empty there is
just one word B3
 
A

Andre Rodziewicz

For each question in your form you must make sure the visitor enters
something, otherwise if they don't enter information and press submit
(and this happens very, very often) you will only get back the entry
for the submit button! 1) Right click in every fill-in box. 2) Click
on "Form Field Properties". 3) Add a name for the form after "Name" -
don't use any spaces. 4) Click "Validate" and give the form a name -
here you can use spaces. Put a tick after "Data Length" and add a
minimum and maximum length and click "OK" and save. Now re-lublish
your page. This is not difficult but the procedure varies according
to the type of questions you are asking in your forms, so I suggest
you get a good FrontPage reference book from a book shop or library.

Andre Rodziewicz
WimbledonVisitor.Com
Helping your business reach the world
The Wimbledon Business Directory
Search Engine Optimisation and Web Design
http://www.wimbledonvisitor.com/products
 
Top