Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

01K Regular

@01K · Joined 7 years ago · 130 posts · 26 topics · 9 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Need help with checkbox customization · 4 years ago

    I had mixed definitions of the form elements, for example all my elements had this definition: - name: email type: email validate: required: true while checkbo

  • Need help with checkbox customization · 4 years ago

    Well, on plain html custom id's were made for sophisticated CSS rules. While name's were processed in the mailing script to populate the email template with checked values. You gave me an idea to try

  • Need help with checkbox customization · 4 years ago

    @pamtbaau any thoughts/solutions for it?

  • Need help with checkbox customization · 4 years ago

    Well, I have made some changes in checkboxes.html.twig The problem is that I don't know how to pass a custom value to a attributes. Nor haven't found such a possibility in docs. Here is a part of mine

  • Need help with checkbox customization · 4 years ago

    I've cleared the cache several times, but this hasn't made any sense. It seems, that in my case, mixing the form element definitions caused such problems 😕

  • Need help with checkbox customization · 4 years ago

    I've made a step further. On a fresh Grav installation. Firstly I've copied checkboxes.html.twig from Git repo. and placed it into into user/themes/quark-child/templates/forms/fields/checkboxes/check

  • Need help with checkbox customization · 4 years ago

    @pamtbaau: Based on which observation does this seem to be the case? I've been trying to manipulate the code inside child-theme\templates\forms\fields\checkboxes\checkboxes.html.twig, changing HTML c

  • Need help with checkbox customization · 4 years ago

    When I use your field definition I get a totally different HTML layout. By default I mean, a fresh Grav 1.7.30, Quark and the Form plugin. Which theme are you using? I use the Hola theme, overridden

  • Need help with checkbox customization · 4 years ago

    Hi! I'm searching for help with checkbox customization. Now by default Grav displays checkboxes with this markup: <div class="form-field form-group "> <div class="form-label-wrapper">&

  • Form Plugin: customize field type checkboxes · 4 years ago

    Did you find a solution?