The current help text below captcha reads "submit the form to get a new captcha". This doesn't make sense to simple users :)

Here is a patch which adds a link "click here for new captcha" which submits the form for you to refresh the captcha or with JS off, reloads the page.

This isn't the cleanest approach since ideally there would be a way to refresh *just* the captcha. However, in Drupal 5 this might not be possible.

CommentFileSizeAuthor
patch83.patch978 bytesm3avrck

Comments

plan9’s picture

Thanks m3avrck

This works much better :)

dave reid’s picture

Status: Needs review » Needs work

It should probably handle the captcha refresh like the D6 version using JavaScript and AHAH replacement, but yeah I don't know if that's possible with Drupal 5. I'm also tenative on this patch since forms may have multiple submit buttons. How do we know that this won't hit a 'Delete' submit button instead of a 'Save' ? We don't have any way to be sure which is the correct submit to 'click'.

dave reid’s picture

Status: Needs work » Closed (duplicate)