christianbarkowsky/contao-protectedselect

Adds a new form select widget which hides the internal field values in the frontend

1.3.3 2025-04-02 14:29 UTC

This package is auto-updated.

Last update: 2025-09-08 12:21:37 UTC


README

[DE] Geschütztes Select-Menü

Stellt ein Select-Menu für Formulare bereit, deren Klartextwerte nicht im Frontendformular angegeben sind.

[EN] Protected select menu

Adds a new form select widget which hides the internal field values in the front end.

Insert tag

You can use the following InsertTag to get the reference, label, and protected value.

Reference {{protected_select::YOUR-FIELD-NAME::reference}}
Label {{protected_select::YOUR-FIELD-NAME::label}}
Protected value: {{protected_select::YOUR-FIELD-NAME}}

Screenshot

Backend form

Backend form

Frontend form

Frontend form