pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Expand URL variable in custom languages.yaml
· 4 years ago
@AquaL1te, A screenshot of the thankyou page and email doesn't really show the HTML element that has been generated... As said: A copy of the HTML element containing “just the text” in the email is
-
Expand URL variable in custom languages.yaml
· 4 years ago
@AquaL1te, When trying to solve an issue, it is important to be precise. As said in your previous post, remarks like "I get plain text. No URL, but also no HTML/markdown. Just the text." don't carry
-
Expand URL variable in custom languages.yaml
· 4 years ago
@hughbris, Now OP might be suffering choice-stress... :-)
-
Expand URL variable in custom languages.yaml
· 4 years ago
@AquaL1te, It seems you're making a conceptual mistake by thinking that during Twig processing, Twig will recursively process any Twig code contained in a variable. That's not going to happen. If you
-
Weird .md naming after enabling language support
· 4 years ago
@edi0th, @AquaL1te, Bug has been fixed in Grav core. Will need to wait until new release of Grav is available.
-
Include URL in description field of a checkbox (form)
· 4 years ago
@AquaL1te, As suggested before, it is a good habit to open a new post for a new question. This is a question about implementing translations and has got nothing to do with "Include URL in description
-
Include URL in description field of a checkbox (form)
· 4 years ago
@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 q
-
Include URL in description field of a checkbox (form)
· 4 years ago
@AquaL1te, Can't see what "Just adding it doesn’t seem to do anything." should look like... But this is what your field definition looks like in my site: Description 'test' is clearly visible. I admi
-
Include URL in description field of a checkbox (form)
· 4 years ago
@AquaL1te, data.txt.twig is being used for saving the form into a text file. For html the template data.html.twig is being used. Alternatives: Use the description property with Markdown instead of th
-
Include URL in description field of a checkbox (form)
· 4 years ago
@AquaL1te, I figured you wouldn't be the first... So I searched on the repo of the Form plugin and found the following: Markdown in form label to add page link. So it can be done. It has been mentione