@AquaL1te Your original question has been solved. Using Markdown, a URL can be generated in both 'label' and 'description' of the online form.
Usually, when a question has been solved, for follow up questions a new post should be created with its own suitable title.
But then markdown support is gone. Cleared the cache, but whatever I do, the [privacy statement](/privacy-verklaring) remains in the checkbox text rather than a URL.
Gone where? Are you still talking about the form? Have a look at my previous reply why the URL might not appear in the form.
The description field seems to be only used in the contact form as a subtext. But not anywhere else, correct?
That might be true, I haven't looked at it. But why would one want to add a description into the thankyou page and email? The description is to provide extra info about the question, which shouldn't be needed in a summary of the entered values.
If you want the URL being included in the thankyou page and email you can:
- Use the label and fix the data.html.twig template to process Markdown on the label
- Or, edit the data.html.twig template and add the description field to the output.
If I could do some Python stuff like this in Jinja, I could solve it easier.
Why are you bringing Python into this post? Does it add anything I should know but fail to see?
NB. Don't use hardcoded translated strings into Twig. That's what language.yaml is for in combination with filter |t.