Josh Crawford
Josh Crawford
Fixed in [2.0.10](https://github.com/verbb/formie/releases/tag/2.0.10)
https://uppy.io/examples/dragdrop/ Seems like a feature-rich example, investigate payload size
I've spent a few days on this, and not really liking the direction we're heading in terms of adding a whole lot of complexity to the submission process. There are...
Going to resurrect this feature request! Options are: - [Uppy](https://uppy.io/) - [FilePond](https://pqina.nl/filepond/) - [Dropzone.js](https://www.dropzone.dev/js/)
That's the correct approach. You'll need to update the field itself, and then update any instance of content for that field. Here's how I handle it! ```php use Craft; use...
FYI, will likely turn this into a user guide with some further details.
Yeah, this does bring up an interesting point (similar with email notifications). I'm wondering about the "magic" of this from a UX point of view, and maybe there's a better...
1. Is on our roadmap https://github.com/verbb/formie/issues/863 2. I'll consider this for sure!
Yep, this might be tricky to implement, but it's also a common thing. The main reason for this is that it all needs to be done client-side with JS, and...
I'm a little bit concerned by the implications of this request, and it might prove unexpected results, or be prone to mis-firing of emails from clients changing statuses of submissions....