Yes, I would also like to know how to add a label and class to my individual fields in contact form 7.
I found this in the FAQs:
[captchac your-captcha]
<label>Enter the code: [captchar your-captcha]</label>
so I tried to apply like this:
[text* your-name]
<label class=”overlabel” for=”your-name”>Your Name[text* your-name]</label>
But it doesnt work.
Anyone had to add a label with a class before to text fields?
Many thanks.