Hi I recently updated my Woo framework (I use the "Groovy Blog" theme), and around the same time noticed my contact form had vanished. This may or may not be related; hadn't checked my contact page in a while. I've also updated the plugin.
My form was initially set up by my developer; I've learned a bit as I've gone on, but, despite having followed what appears to be their instructions, no form is visible. I found a blog post suggesting I use the <label> tag, but no joy. This may be unrelated, but the "form" box clears itself of text when I save.
Tearing my hair out - any help gratefully received!
Allan
this is what I've put in the "form" box (both with and without <label> tags, to no avail:
<p><label>Your Name: (required)<br />
[text* your-name] </label></p>
<p><label>Your Email: (required)(will NEVER be shared)<br />
[email* your-email] </label></p>
<p><label>Your Subject<br />
[text Your-Subject] </label></p>
<p><label>Your Message<br />
[textarea Your-Message ] </label></p>
<p>Submit "Send"<br />
[submit id:Submit]