forms icon indicating copy to clipboard operation
forms copied to clipboard

Results 26 forms issues
Sort by recently updated
recently updated
newest added

I have cloned a project that I hadn't worked on for quite some time to a different machine, I ran composer install and update, and copied over the SQLite database...

To use, add a bolt-boltforms-global.yaml file to same loacation as bolt-boltforms.yaml, with a global aliases inside. An example bolt-boltforms-global.yaml: ```yaml global_aliases: name: &name type: text options: &name.options required: true label:...

The generated `` element contains a div that has the same `id` and `class` values as the form itself:

Hi all Here's a suggested configuration for a future major release of `bolt/forms`. Please provide any feedback that you may have! ```yaml ## This is default, all forms inherit from...

help wanted

Bolt Forms 1.4.17 I'm using the reCaptcha v3 field type and need to specify the Google API keys. Currently it seems that you cannot use any Symfony configuration parameters or...

Currently my functional tests on a form with reCaptcha v3 are failing - obviously the JS is not being executed, but the backend is still looking for the reCaptcha data...

I've configured a form to the database table "mailing" but it doesn't receive any input, even if the form itself plays back a success message: `## Subscribe subscribe: templates: form:...

It seems my patch #95 introduced an regression: `("Notice: Undefined offset: 0")`, when an uploaded file is absent in the form. What seems to work for me is: changeing this:...

https://bolt.github.io/forms/captcha.html could use an update with the info from here: https://github.com/bolt/forms/blob/8149c9082422d9208c5ba57045599d3788ab7f9a/docs/captcha.md I found this because pages with forms were throwing exceptions about non existing indexes

When there are multiple forms on a page (let's say form A and B), both with a Recaptcha field. When the submit button is clicked on form A, the page...