Loans - Loans - Flights - Recreation websites directory - Mortgage Insurance

PDA

View Full Version : Making Form Field Required


clasione
Aug 18th 2005, 5:03 am
What is the code to make a form field "required" in the inputs:

<INPUT SIZE="60" ----??----- NAME="additionalphone">

Foxy
Aug 18th 2005, 5:30 am
What is the code to make a form field "required" in the inputs:

<INPUT SIZE="60" ----??----- NAME="additionalphone">

Use phpformgenerator and you do not need to worry :)

J.D.
Aug 18th 2005, 6:01 pm
What is the code to make a form field "required" in the inputs:

<INPUT SIZE="60" ----??----- NAME="additionalphone">None. You have write/find code that will check if the value is valid. It can be done on the client side and/or on the server. Client side validation is unreliable and should be used only to complement server-side validation.

J.D.