Andy Miller

Results 487 comments of Andy Miller

The problem is that we don't really know what the fields inside the list item are going to look like. Yours only looks like this because you have a description...

This changes the existing behavior. If your would like this functionality it should be an optional setting via the admin plugin.

I'm seeing is you've moved the label block outside the `show_label` check. That doesn't change how the internal elements are rendered.

I need a bit more time to test this especially in regard to the other PR that removes label block entirely from the checkbox field: https://github.com/getgrav/grav-plugin-form/pull/442

Please just edit this file: https://github.com/getgrav/grav-plugin-form/blob/develop/languages.yaml it will create a Pull Request for us to merge.

We need to catch up on updates and PRs. We have had merged many PRs and fixed many issues and the docs have not been updated. Just a matter of...

I need to investigate this as i've never heard of this before, and never run into it myself.

if i recall correctly, template form attribute is really intended to be used by ajax calls.

HTML checkboxes only send a value when 'checked', they don't send anything when empty. https://www.w3schools.com/jsref/prop_checkbox_value.asp

Again, i'll take a look at this after the next release.