grav-plugin-form icon indicating copy to clipboard operation
grav-plugin-form copied to clipboard

Grav Form Plugin

Results 115 grav-plugin-form issues
Sort by recently updated
recently updated
newest added

I recently opened PR https://github.com/getgrav/grav-plugin-form/pull/470 which tries to fix the default states for checkboxes. I found more issues and it turnes out this is even more complex, so I will...

question

This PR adds the option to `evaluate` all kind of field default values. Currently every string based field and checkboxes are supported. This is very helpful to prefill forms based...

bug

Like I mentioned in another issue, something seems broken with the `checkbox.html.twig` template. I define checkbox fields like this in my `form.md` ``` beratung: type: checkbox outerclasses: px1 w12 mb1...

bug

`templates/forms/default/field.html.twig` `{% if field.validate.message %}title="{{ field.validate.message|t|e }}"` But [documentation](https://learn.getgrav.org/forms/forms/reference-form-actions#validation-message) states: _This will enable you to write a custom message that users will see in the event that validation fails._ Instead...

bug

I have a form embedded in my custom sidebar and I want the user to stay on the same page after the validation. The problem is that the validation cause...

question

Hi, when sending a form, the checkbox value is not submited. I am using version 4.3.0. Here is an example of my uses yaml: ```yaml --- title: Probleme auf der...

wontfix

I get the following RuntimeError when using checkbox, spacer or honeypot fields under PHP 7.4. Under PHP 7.3 everything works as expected without errors. ``` An exception has been thrown...

I know this is an edge usecase: ``` /map /restaurants -> /map (redirect) /restaurants/pizza /restaurants/hamburger ``` I want to define **one global form** that gets reused in every subpage using:...

I have a `user/blueprints/config/site.yaml` file with a single fieldset that was working as expected. With the snippet below, the **Location Services** fieldset is rendered with the correct fields: ``` accessconfirm:...