Josh Crawford

Results 1030 comments of Josh Crawford

To follow up on this, my current recommendation is to add a hidden field to your form, map it to "Tracking ID" and use JS to populate it. ```twig {%...

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

Yep, I agree we need a mechanism to handle responsiveness a little better. It's a tricky line to tread, as we don't have to enforce breakpoints too much - even...

I think the wrapping is absolutely inevitable, and as long as it's flexible and extensible by developers like yourself, I think that's where we'll end up sitting. At _some_ point,...

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

That's a great point, and it's a bit of a "loophole" way of creating a stencil with synced fields, which isn't strictly supported yet. But yes, if you create a...

The only reason you can't select group fields at the moment is that through this interface you can add synced fields, and a group field doesn't support being a synced...

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

You can [populate fields](https://verbb.io/craft-plugins/formie/docs/template-guides/populating-forms) via Twig, if that helps?

Gotcha, yeah it's a little more work, but populating it via PHP is fine too. You've got options here - you could populate it on page load, or populate it...