craft-wheelform
craft-wheelform copied to clipboard
Craft CMS 4 Form with Database integration
Hello, I'd like to create a list of all entries from all fields but only with the value of one field 1. I think there is no variable for all...
I see from [this issue](https://github.com/xpertbot/craft-wheelform/issues/239) that field id is meant to be available in the templates. If i dump it out its always null ``` object(wheelform\services\FieldService)#2080 (7) { ["type":"wheelform\services\FieldService":private]=> string(4)...
I'd love to have a description or helper field for each field in wheelform
Bumps [terser](https://github.com/terser/terser) from 5.12.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
I'm attempting to upload an image as base64 encoding. I've tried to follow the Craft documentation for assets fields - https://craftcms.com/docs/3.x/assets-fields.html#creating-new-assets ``` ``` Is it possible with this plugin?
I think it would be great to have integration with graphql, expose the form definition to it and maybe also allow submitting through it.
Hi, is there a plan to include hCaptcha support as an alternative for reCaptcha? Since hCaptcha does not use cookies and is considered to be more suitable in relation to...
I'm using blitz cache on some sites. The problem i'm facing is that i can not inject the blitz csrf into the form.open tag. It would be very nice to...
Is it possible to capture (in logfile or database) the failed honeypot or ReCaptcha attempts in the frontend ?
Hello Roger, I have a multi-site setup. Now I'd like to use different email templates per site and not per form. Something like the example below would be nice to...