Another issue with the drupal contact form.
The catpcha image and input field show up after the "Send e-mail" button.
Duplicate of http://heine.familiedeelstra.com/node/37.
The issue here is that the contact form submit button doesn't have a weight. It is clear that MyCaptcha needs to solve this a bit more intelligently.
In the mean time you can fix Captcha appearance on the contact form in your theme: Create or add to the file template.php (minus <?php ?> tags):
Thank you so much - this fix works!
I just added more instances of that code for the other MyCaptchas on my sites (i.e. I have the Postcard module on one of my sites), changing contact_mail_page to the name of the form (i.e. postcard_create_form).
You are welcome.
Some forms need a slightly different treatment as their submit button is named differently (internally). This is the case for guestbook for example:
This neat trick should really be mentioned in the documentation! This is the second time I stumble across this (first time I didn't solve it :-)
Great module!
Duplicate of
Duplicate of http://heine.familiedeelstra.com/node/37.
The issue here is that the contact form submit button doesn't have a weight. It is clear that MyCaptcha needs to solve this a bit more intelligently.
In the mean time you can fix Captcha appearance on the contact form in your theme: Create or add to the file template.php (minus <?php ?> tags):
Works great!
Thank you so much - this fix works!
I just added more instances of that code for the other MyCaptchas on my sites (i.e. I have the Postcard module on one of my sites), changing contact_mail_page to the name of the form (i.e. postcard_create_form).
Another example
You are welcome.
Some forms need a slightly different treatment as their submit button is named differently (internally). This is the case for guestbook for example:
into documention you go!
This neat trick should really be mentioned in the documentation!
This is the second time I stumble across this (first time I didn't solve it :-)
Great module!