I am having the form width issue also. https://www.shocfoundation.org In the blog portion, our sidebar is very narrow. Will it be possible to vary the width of the form fields on a form-by-form basis?
artistsforfreedom, CAPTCHA with contact Form 7 is pretty easy once you see it in action. First, be certain you have the latest version and you have also installed the “Really Simple CAPTCHA” plugin and activiated it.
1. Open up your form in the dashboard
2. On the left panel you see the form code.
3. On the right, you’ll see the drop down selector “Generate Tag”
4. Click it and select CAPTCHA
5. Leave the name alone
6. Select the size you want … this is font size not number of characters. I usually select medium. The smaller your selection the more high-contrast should your following selections be.
7. Foreground color is the color of the CAPTCHA font. For simplicity, choose FFFFFF (white).
8. Background color is the color of the rectangle the digits will be in. For simplicity, choose 000000 (black).
9. I have never used “ID” or “Class”, has no functional implications.
10. I usually add “8” in the “Input Field Settings Size” but you can choose to do nothing al all in this section!
11. You’ll see below the two code snippets. You’ll need them in a second, but you need to prepare your form.
12. Assuming you have your form ready and just need to add CAPTCHA, here’s what I add just before the “Submit” function.
<p>Anti_SPAM Code:<br />
[captchac captcha-102 size:m fg:#ffffff bg:#000000]<br />
Input the code displayed.<br />
[captchar captcha-102 10/12]</p>
The “captchac” is your first code snippet you’ve copied from the right side. This is the code for the CAPTCHA image.
The “captchar” is your second code snippet from the right and is the form field for input.
13. Save the form and you’re done!
I hope I have helped.