pe7er / hCaptcha

A simple CAPTCHA Plugin using the hCaptcha service to protect your Joomla site against SPAM
13 stars 7 forks source link

Captcha Label #25

Closed pe7er closed 3 years ago

pe7er commented 4 years ago

Google reCaptcha shows a label like: Captcha

hCaptcha shows a label like: Captcha (optional)

conconnl commented 4 years ago

Could we fix this?

pe7er commented 3 years ago

@zero-24 Do you know why the hCaptcha plugin displays an "(optional)" label? And how to solve that?

zero-24 commented 3 years ago

hmm seems this is comming from here: https://github.com/joomla/joomla-cms/blob/d3b544e92b04e6421cd683602e6535eb470ba276/components/com_contact/layouts/joomla/form/renderfield.php#L52 I'm not sure how to overcome that other than in a template override.

pe7er commented 3 years ago

Ok! @zero-24 Thanks for your fast reply + explanation!

brianteeman commented 3 years ago

The bug is in the code here - PR incoming

brianteeman commented 3 years ago

See #31

pe7er commented 3 years ago

Great, thanks @brianteeman