Josh Crawford

Results 1030 comments of Josh Crawford

Thanks for sending all that though, I'll dive into this a little more as I've not had experience with the dynamic templates. But that does seem like a good approach....

I was just about to suggest using `{% do craft.formie.setCurrentSubmission(form, null) %}` to override any saved session. But as I mentioned, going to look at this properly as it's all...

That's a great point. We'll have to add handling for that, but typically we do this to "cleanup" content so that it doesn't stick around. More than happy to add...

Can you provide your OS and browser versions? Is this on your local dev server? If so, can you let me know the specs? I've seen similar issues on staging/production...

If it's a JS error, it must be client-side, but that seems very strange behaviour. I've had no other reports like this I'm afraid. Is the JS error coming from...

Updated in [3.0.0](https://github.com/verbb/formie/releases/tag/3.0.0)

I'm not familiar with that feature with Freeform I'm afraid, but as forms are elements and stored as content, they are saved to the database and not a file. You...

Yep, valid point! That's an interesting point for other fields, as file uploads are "special" in that they're probably the only case where their content is in addition to a...

This largely depends on exactly how you're managing to show a modal. Can you detail how you're showing the modal? Is is native JS, Vue or something else? Are you...

Right, so the `` element isn't actually rendered in the DOM until you click the button, which is good to know. In that instance, you need to trigger events to...