chunkII123
06-08-2009, 11:58 PM
Alright, I currently have a form that I wrote for the company I work for. The functionality is phenominal, but if a user clicks 'submit' and doesn't have the required fields filled in they are presented with the most grotesque message from web window. I named all the inputs with simple one word names -- like 'first' for First Name, 'last' for Last Name, etc...; With that said, the browser message that is poped up says the name for the field is missing if it is, using the name or ID I called it. I wrote the form with PHP POST as the action. What I need to do is get the form so that when it validates it says -'required field First Name is missing' instead of 'required field first is missing'. ow might I go about doing this, it seems uncomplicated, but evidently I am half mental and have nobusiness programming websites.:D
Any help is much appreciated, and many thanks ahead of time.
Any help is much appreciated, and many thanks ahead of time.