Puddingboy
Puddingboy
When using the redactor field type as CHIEF_EDITOR, a copy paste image insertion causes the redactor to display a broken image. Saving the record subsequently will insert a login form...
The verify_peer parameter in config.yml seems to be ignored while the same variable in the .env file seems to work: ``` ###> symfony/mailer ### MAILER_DSN=smtp:[address]?verify_peer=false ###< symfony/mailer ### ``` Details...
I am using Javascript Custom Forms which replaces some elements with fake ones. In the case of select elements it moves them 9999 px to the left. I would usually...
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....
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
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.