Feature #84532
closedEpic #84776: Initiative GDPR
Allow HTML inside the form element "static text"
0%
Description
Hello there,
It should be made possible to add a page link within the "Static Text" Element.
Example for a GDPR/DSGVO compliant form: https://www.e-recht24.de/kontakt.html
Line: "Detaillierte Informationen zum Umgang mit Nutzerdaten finden Sie in unserer Datenschutzerklärung".
=> "Datenschutzerklärung" is required to be a link.
Files
Updated by Georg Ringer almost 7 years ago
- Subject changed from Form Change for DSGVO compliance required. to Form Change for GDPR/DSGVO compliance required.
- Description updated (diff)
Updated by Björn Jacob almost 7 years ago
For now, one can use this small extension to achieve the desired output: https://github.com/tritum/form_element_linked_checkbox
We can discuss if such a form element should be shipped with the core.
Updated by Georg Ringer almost 7 years ago
- Subject changed from Form Change for GDPR/DSGVO compliance required. to Allow HTML inside the form element "static text"
Updated by Riccardo De Contardi over 6 years ago
I think that these feature requests are somehow related as they suggest alternative solutions for this same problem:
Updated by Björn Jacob over 6 years ago
- Is duplicate of Feature #84849: Allow links and some HTML tags in label, description, static text, validators, and emailBody added
Updated by Björn Jacob over 6 years ago
- Status changed from New to Closed
Let's continue working on #84849. We have a POC and know what to do but cannot achieve it for v9. This should come with v10.
Updated by Julian Stock over 5 years ago
- File datenschutz.png datenschutz.png added
As a workaround, I wrote the form config in a yaml file
label: 'Ich habe die <a href="/datenschutz/" target="_blank">Datenschutzbestimmungen</a> gelesen und akzeptiert.'
and used my own Checkbox.html partial of the form extension with the following addition:
<f:format.raw>{formvh:translateElementProperty(element: element, property: 'label')}</f:format.raw>