Re: [WSG] Form field validation query

2005-02-15 Thread Bert Doorn
G'day I am using php to check user input and therefore require a "value" in the form fields (eg value=""). Obviously, $newDate has a null value until a user enters one. So I get the following error: "Error: there is no attribute value for this element (in this HTML version)" Can anyone suggest a

Re: [WSG] Form field validation query

2005-02-15 Thread Bruce Morrison
tags don't have a value attribute. You will need to add a selected attribute to the child tags. On Wed, 2005-02-16 at 16:43, Sarah Peeke (XERT) wrote: > Hi Folks > > Have a validation error (this link over *two* lines): >

[WSG] Form field validation query

2005-02-15 Thread Sarah Peeke (XERT)
Hi Folks Have a validation error (this link over *two* lines): on this page of my site: I am using