Hi SalvaStripe, I have tried your contact form and I can get it to send with no problems however I can't get the validation to work. I've copied the exact code you posted, does the validation work for you? I can get it to work on the email field but not others.
EDIT/UPDATE: I have this working on SS v2.3.1 perfectly however I have a few sites running v2.2.3 which I cannot upgrade. On the sites running v.2.2.3 everything works apart from the validation. Viewing the source code I see there is no javascript been added at all. Do you think this will even work if I can manually add in the javascript?
Also the form I have working perfectly on SS v2.3.1 only validates against the email address. I have this: $validator = new RequiredFields('cfName', 'cfEmail', 'cfMessage'); but that does not work.