Help with a FORM

any idea why this form doesn’t work guys ?

[URL=“http://www.smicp.org.uk/contact.html”]

Thanks!

Possibly invalid XHTML syntax amongst other things.

Line 92: <input id=“email address” type=“text” name=“email address” />

Spaces are not allowed for the ID value. Alternatively you might not have configured the form mail script’s variables correctly.

The TEXTAREA is also supposed to have a ‘rows’ attribute but that shouldn’t affect the form processing itself.

So in what way isn’t it working? It works to some extent, as it throws an error if the fields are blank. Does it appear to send but then nothing arrives… or…? Did you have to enter any code into the processing script, or did it all come just as is? Perhaps describe what you did to set this up.

EDIT: I did a mock fill in and submit. The error given was that no recipient was specified. Yet the form has no field for a recipient! I assume you cut out that filed because you didn’t want it, but didn’t inform the script that you don’t need that field. It seems the script still sees that as a required field. If you post the script, we can probably tell how to turn it off.

thank you xhtml !