Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
AquaL1te Member
@AquaL1te · Joined 8 years ago · 55 posts · 16 topics · 7 reputation
Badges
Recent posts
-
hCaptcha support in Grav forms?
· 4 years ago
No captcha is not an option for me. I already get a lot of spam. I'm using the honeypot option of the forms plugin and the DNS plugins that use spamhaus, which also blocks some messages. But I still g
-
hCaptcha support in Grav forms?
· 4 years ago
I'm the EU it's increasingly harder to sell to people that we use Google rechaptcha in our forms due to tracking and data collection. Are there plans to support hCaptcha? Which is more privacy friendl
-
Page views (in e.g. a blog using Quark theme)
· 4 years ago
I prefer to stick to official plugins for compatibility and active maintenance reasons. Also, I'm not sure if that plugin is GDPR compliant. But thanks for the suggestion!
-
Page views (in e.g. a blog using Quark theme)
· 4 years ago
Hi, I'm using the views plugin to track page views. Of course something like Plausible is more accurate. However, I would like to use the views plugin to show page views. The plugin itself doesn't see
-
Expand URL variable in custom languages.yaml
· 4 years ago
Awesome! These context lines and using context.base_url_absolute were the fix. I'll for sure share more details in the future. Thanks for all the help and patience.
-
Expand URL variable in custom languages.yaml
· 4 years ago
So in the source of the email the output is: <strong>Have you read our <a href==3D"">privacy statement</a> and do you agree?</strong> Which explains why the URL is not clickabl
-
Include URL in description field of a checkbox (form)
· 4 years ago
Once this has been fixed in the Quark theme I'll use this. https://github.com/getgrav/grav-theme-quark/issues/161
-
Expand URL variable in custom languages.yaml
· 4 years ago
Good call on the content_type, I didn't have that included. But it also didn't change the outcome. See below for what I get in the thankyou page and in my inbox. On the thankyou page I get the URL, bu
-
Expand URL variable in custom languages.yaml
· 4 years ago
@pamtbaau: Note the |raw filter instead of |markdown . You’re not parsing Markdown. But want raw HTML as output. Interestingly enough I get a URL in the thankyou page, but in my email inbox I get pla
-
Expand URL variable in custom languages.yaml
· 4 years ago
I want to expand the {{ base_url }} variable below, while using custom translations. However, for some reason I only get the string literal of the PRIVACY_STATEMENT_QUESTION variable. Does anyone know