Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ron Wardenier Regular
@bleutzinn · Joined 9 years ago · 252 posts · 14 topics · 75 reputation
Badges
Recent posts
-
Workaround for using 'validate.required' on form file fields
· 3 years ago
@pamtbaau again thanks for your answers. I guess the secret in why the Twig way didn't work for me and did for you is {% block input_attributes %} and I especially like the "Simple way of setting attr
-
Error on first run After Composer install. Undefined Constant
· 3 years ago
It looks like you solved some of the "bunch of issues" after installing using composer. That attitude is fine however it may lead nowhere and it should not be needed. As @pamtbaau pointed out Grav ins
-
Use Markdown in twig template
· 3 years ago
You might try the Twig markdown_to_html filter.
-
Workaround for using 'validate.required' on form file fields
· 3 years ago
I'm working on a separate Fix File Field Plugin as @pamtbaau suggested and among other things basing that on the field.html.twig template shown in the previous post. So this question is for the Twig w
-
Problem with inherited theme
· 3 years ago
According to the documentation about Config Variable Namespacing the plugin filename is part of the config variable namespace and the filename of the social-media-links plugin includes dashes. So tec
-
Workaround for using 'validate.required' on form file fields
· 3 years ago
I added a namespace ("gravFormPrefillerPlugin") to the Javascript code according to the “revealing module pattern” as described in https://www.w3.org/wiki/JavaScript_best_practices That article dates
-
Redirects from www pages to /index.php
· 3 years ago
For me the htaccess tester by madewithlove has been a valuable tool to test htaccess rewrite rules. When the htaccess file of the site which behaves bad is identical to your other sites then the diffe
-
Workaround for using 'validate.required' on form file fields
· 3 years ago
Is everybody ready for a test drive? Instead of creating a separate plugin I have integrated the workaround in an already existing form focused plugin: the Form Prefiller Plugin. To test the workaroun
-
Workaround for using 'validate.required' on form file fields
· 3 years ago
Point taken 👍 Working on it!
-
Workaround for using 'validate.required' on form file fields
· 3 years ago
A long standing issue of the Form Plugin is that the attribute validate.required on file fields prevents the form to be submitted. I have created a small plugin which circumvents this problem. Instead