Login Form: http://bit.ly/qoYXSG
Contact Form: http://bit.ly/nROvny
ScreenCap: http://awesomescreenshot.com/0cdla83e5

Brief: I am trying to enable reCaptcha + Captcha module on my contact form. It seems to work fine on all system forms similar to the login form link above, but not on my custom contact form.

The module instructions said just include the FORM ID where I want the recaptcha to display and that's what I did as seen in the screen-cap. Thoughts?

Comments

istryker’s picture

I having different problem with custom form with validation not working. Use Firebug or a HTML inspector to see which class is wrapper around your form. Mine are like webform_client_form_6855 (FYI - webform node, with node ID being 6855). Use that instead of contact_supreme.

Edit:
Or maybe use Devel to get the form id (haven't tested)

kevinorin’s picture

But my form is custom not from a webform module