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.