Brad Bell

Results 89 comments of Brad Bell

To answer your question, you're correct in that it doesn't store any records of submissions (plenty of other form-based plugins do, though https://plugins.craftcms.com/categories/forms). I'll leave this open as a feature...

Another option would be to use the native `selectize` input to display, say, the first 100 options, and make the rest searchable. Workaround in the meantime (as Tim points out)...

Any chance you've got a .docx file we could use to try and reproduce this? If you do, but don't want to share it publicly, please send it to [email protected]...

Any chance you've got a .docx file we could use to try and reproduce this? If you do, but don't want to share it publicly, please send it to [email protected]...

@teekay a bit late on the response, but I wonder if Heroku uses a policy.xml file for imagick based web requests limiting the resources imagick can use? https://imagemagick.org/script/security-policy.php Looks like...

@teachmeter having a hard time picturing how firewall rules might cause CSRF issues. Usually, when you see CSRF issues, it's a load-balancing problem. Is this a load-balanced environment?

@teachmeter give this a whirl: https://craftcms.com/knowledge-base/configuring-load-balanced-environments Usually with CSRF and load balanced environments, it's PHP session related.

@kevinmu17 I'd suggest updating to the latest 3.7 release as a starting point and see if the behavior changes. There have been improvements made around transactions and locking that you're...

FTR addresses with a null value in the `ownerId` is expected behavior. An address don't have to belong to a user, it can belong to a store. The exception that...

@carolineboeykens Can you take that generated command and add the [--ssl-ca](https://dev.mysql.com/doc/refman/8.0/en/connection-options.html#option_general_ssl-ca) flag to it and try to execute it (obviously swapping the *** back with their original values). Something like:...