Josh Crawford
Josh Crawford
There's two different [user](https://verbb.io/craft-plugins/formie/user-guides/attaching-extra-assets-to-email-notifications) [guides](https://verbb.io/craft-plugins/formie/user-guides/create-email-notifications-just-using-twig) that might be useful here, particularly the latter. Here, you can create the email notification entirely in-memory in Twig, so it's completely dynamic. You could...
While this is certainly true for an Ajax-based form, for a Page Reload one, it should show the uploaded asset in the field. With Ajax-forms, there's no re-rendering of the...
@anchovy To confirm, it's an Ajax-based form for you? There's no re-rendering of the field once the field has been uploaded in that instance until the page is refreshed. We'll...
Yep, a bit of a trick to this one that it needs to be a two-step process - delete the field, save, then add the new field.
Fixed for the next release. To get this early, run `composer require verbb/formie:"dev-craft-3 as 1.6.41"`.
Fixed in [1.6.42](https://github.com/verbb/formie/releases/tag/1.6.42)
Fixed for the next release. To get this early, run `composer require verbb/formie:"dev-craft-5 as 3.0.0-beta.9"`.
Updated in [3.0.0-beta.10](https://github.com/verbb/formie/releases/tag/3.0.0-beta.10)
I see the issue here, and it's because we don't evaluate all conditions for the entire form anytime _anything_ has conditions on it. But then you run into these issues...
Updated in [2.1.14](https://github.com/verbb/formie/releases/tag/2.1.14)