PS: you can omit match='' in
(:foxcheck name match='' msg="Please enter your name":)
etc.
(:foxcheck name msg="Please enter your name":)
this will check for input in the 'name' field, and give the error
message if no input is given.
~Hans