forms icon indicating copy to clipboard operation
forms copied to clipboard

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

somewhere in boltforms.yml templates: form: '@boltforms/form.html.twig' email: '@boltforms/email_table.html.twig' # Replace with @boltforms/email.html.twig to send simple list-based emails. subject: '@boltforms/subject.html.twig' files: '@boltforms/file_browser.twig' subject.html.twig ... where u go my friend? vendor\bolt\forms\templates

GDPR considers IP personal data. Option to disable collection of IP as submitted form value.

Using Bolt 4, I want to be able to get the path of an uploaded file and store it in a contenttype but could'nt find how. `$event->getAttachments()` was always empty...

https://github.com/bolt/forms/blob/f3df793960f3314fe1517709a5c9a03db4f717e8/src/EventSubscriber/Redirect.php#L66 Causing ERROR 500 on ENV=prod with DEBUG=0 - Bolt version: 4.1.17 * Install type: Packaged distribution * Database: sqlite 3.26.0 (without JSON) * PHP version: 7.4.16 * Symfony version:...

(in the default folder `uploads/`, outside of the webroot.

bug