Form - Change "Required" to "*" and change CAPTCHA test/description

Hi,
I just installed latest concret5 version of 9.
I added an form and would like to Change “Required” to “*” in my displayed form on the website, in which file can I change that… (I did not find it) + I would also like to change CAPTCHA test/description, in which file can I change that… (I did not find it)
THANK YOU!

Hi @great - you can change the captcha type here:
/index.php/dashboard/system/permissions/captcha

If you want to change required, you can do that in your language files in theory (seems like it should already be being translated) or you can create a custom template for the form block:

1 Like

There’s also a tutorial in the documentation which outlines this scenario - it’s (a fair bit) more involved so if the translation works, that may be your easier route however if the word ‘Required’ is used as translatable text on its own elsewhere it would be switched to a *.

1 Like

Text can be edited directly in: …/concrete/src/Captcha/SecurimageController.php