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

Grav Form Plugin

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

With this change the template will list the uploaded files with a clickable link and the file size in brackets. Works with single and multi file upload.

Note: This requires grav 1.7.0-rc.18, as safe_email got fixed there: https://github.com/getgrav/grav/commit/068de42e833af8baeb96fe31c170964fa2df0d4b **Please have a look at https://github.com/getgrav/grav-plugin-form/pull/477 first.** I will rebase afterwards.

Support [hCaptcha](https://www.hcaptcha.com/) and other API-compatible reCAPTCHA providers by adding options to set custom endpoints. Example: ```yaml recaptcha: version: 2-checkbox theme: light site_key: 10000000-ffff-ffff-ffff-000000000001 secret_key: '0x0000000000000000000000000000000000000000' js_url: 'https://hcaptcha.com/1/api.js' verify_url: 'https://hcaptcha.com/siteverify' ```...

It is fully backward compatible: ``` - redirect: '/' ``` ``` - redirect: route: '{{ page.url }}' redirect_code: 303 ```

I have text field in my blueprint. Placeholder option with value 0 (or '0' also) doesn't work Other values works (text, or number different than 0) ``` type: text placeholder:...

I feel a bit like a party pooper with this, but I'm looking to create a form with a custom template that includes a simple file input. I don't really...

Help text of a collapsed item in List field doesn't look good at all :) It would be nice if it was hidden too or at least a bottom padding...

enhancement

When using Bootstrap, it is sometimes necessary to add custom attributes to a field or button. For example to add a tooltip to a button: ``` Tooltip on top ```...

documentation

So I'm actually not sure how to explain the issue very clearly, but I'll try Grav 1.7.3 + Form 4.3.0 plugin. All freshly installed Basically, trying to implement one feature...

Example: ``` name: label: 'Name (See [documentation]({{ page.route }}))' placeholder: 'Your Name' autocomplete: 'on' type: text twig: true markdown: true ``` Combined with https://github.com/getgrav/grav/pull/3139 this becomes very powerful, as you...