Hi, I've finished fixing a website for a client. However, he has a form that is not validating and I'm not exactly sure why.
Here are some of the errors - Missing Fields Your form located at does not work because you forgot to include the required "rec_mailto" field within the form. This field specifies who the email will be sent to. This should look like:
<input type="hidden" name="rec_mailto" value="youremail@yoursite.com">
There are two other missing field issues.
If anyone has some suggestions that would be great!