Sign in Email form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top