Hello !
I've downloaded Contact Form 7 and pasted the generated code to a new site.
When I opened the homepage the E-Mail input field was smaller than the others.
I tried to use this "command": input.wpcf7-text and the following link description in my CSS style sheets.
But it didn't work. (Probably I did something wrong). :(
http://contactform7.com/faq/#Why_does_my_email_address_input_field_look_different
Then I used this command .wpcf7-form-control and now all my fields look the same and sending an E-Mail is still possible.
But now my really simple captcha box on the homepage is also put in an input field.
It looks okay but not the way I want it to be.
This is how a part of my form looks:
<p>E-Mail-Adresse
[email* your-email] </p>
<p>Nachricht
[textarea your-message] </p>
[captchac Spamschutz bg:#C1C202 size:l]
<p>Bitte geben Sie den Code ein:
[captchar Spamschutz]
<p>[submit "Senden"]</p>
I'm a total beginner and thankful for every help!
So thank you! :)