boltforms icon indicating copy to clipboard operation
boltforms copied to clipboard

Bolt 3 Forms extension - Symfony interface and API for Bolt

Results 43 boltforms issues
Sort by recently updated
recently updated
newest added

After adding redirect: target: page/another-page # A page path, or URL query: [ name, email ] to yaml file I get: ` private function makeUrl($redirect): string { $parsedUrl = parse_url($redirect['target']);...

I can't submit forms which have a recaptcha v3 field, the function to submit the form isn't being trigger by form button. Function was defined like this: window["onRecaptchaSubmitted{{formNameJs}}"] = function(token)...

Have been digging around the docs looking for how to set the score threshold for ReCaptcha v3 but can't find anything. Is there a way to handle this?

I have the following configuration in my form configuration: ```yaml from_name: name from_email: email_address ``` I expect `from_name` and `from_email` to be substituted with value from `name` and `email_address` fields...

Hello, the following error occurs when I send a mail via boltforms extension in bolt 4. An exception has been thrown during the rendering of a template ("Connection could not...

Hello, is there any chance to send 2 emails after submitting form? 1. One to the user who has filled up the form (Thank you for your submission...) 2. One...

* OUTDATED , check comment below* I think it would be a really convenient addition to have. A selectbox specifically to attach a boltform to a record. Yes it's already...

Is it currently possible to use environment variables or bolt parameters in the `/config/extensions/boltforms.bolt.yml` configuration file? As far as I can see, this isn't currently possible. I am currently using...

Hi! It looks like I'm not available to upload multiple files on upload field. Is it something that is confirmed or am I doing something wrong?

Version 4.3.0 gives a problem after submission of a form on Chrome and Firefox. Safari works OK. Chrome gives me "ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION". Version 4.2.7 is OK. This happens both on Bolt...