Ignore that. It doesn’t work as hoped! Will keep trying!
Hi Meg,
Thanks for the quick reply.
Found a fix.
in jquery.validate.contact.form.js
Change :
$errele = $form.find("div[for='cscf_" + name +"']");
to
$errele = $form.find("div[id='error_cscf_" + name +"']");
And then in contact.form.view.php
change spans from
for="csrf_email"
to
id="error_csrf_email" etc
All the best
Jon