forms
forms copied to clipboard
This fix an error of unable to find config file in windows. ``` Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("The "C:/laragon/www/boltprojectname/config/extensions\bolt-boltforms\" directory does not...
An exception has been thrown during the rendering of a template ("Connection could not be established with host "localhost:25": stream_socket_client(): Unable to connect to localhost:25 (Connection refused)"). Exceptions 2Logs 1Stack...
It doesn't matter if the option is set or not - the page reloads.
Pretty sure multilingual forms are either already possible, or will be relatively easy to implement, using the translation bundle.
An inexplicable field with name="contact[string_city_processor_string]" appeared, how to remove it (how can this be debugged)? It appears at the end of any form template anyway, here is the full html...
Hi, I get this error when trying to submit form with a file: `"Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed"` From what I found unsetting file fields on `EmailFactory` level from...
Hello. I want to make a custom form to submit a comment for an article, and not to use {{ boltform('myForm') }} in order to pass some additional fields (author,...
This does currently not use the sanitized filenames nor the stored files. It simply grabs the blobs from the Symfony form. To solve this more neatly, the FileUploadHandler should somehow...
Working with bolt 5 beta 10. The uploads: settings seems to be ignored entirely and files are uploaded to /uploads/ by default even if enabled is explicitly set to false....
Add ability to decide whether to cache the choices of type contenttype when large data set is involved. This is optional and the cache lifetime can be set as well....