Thanks Scoutt,

It works I did have to put name="WF_1" in the Form Tag. also I had to give the name text a type of "text" <INPUT NAME="name" type="text" SIZE="30" >. I still get an Error on the Radio Buttons.
if (document.WF_1.time.value.length == 0) {
alert ("The 'Time' field requires an entry.");
return false;
}
The error is document WF_1.time.value.legnth is null or not an object. any ideas?

I got the same error on the WF_1 name but I noticed name was Capitalized Name after changing it that and the description fields work.

Troy