Configure and enable the invisible recaptcha plugin
Contact form is displayed with the invisible recaptcha and the label is not displayed
cassiopeia
current main branch
Labels |
Added:
No Code Attached Yet
|
$element['hiddenLabel'] = 'true';
should solve the issue.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-10-15 15:04:46 |
Closed_By | ⇒ | joomdonation |
Adding
protected $hiddenLabel = true;
to the field doesn't work, for some odd reason.Only way I managed to hide it, was by adding an empty
protected function getLabel() {}
, but not sure this is the correct approach.