Josh Crawford

Results 1030 comments of Josh Crawford

Can you check your `storage/logs/formie.log` file to give us more information on the error? I've just tested it on my end, and seems to work without issue.

Are you using the queue to process integrations (the default for Formie)? Are there any failed queue jobs? The integration is only run when you visit the control panel, unless...

Fixed in [2.0.14](https://github.com/verbb/formie/releases/tag/2.0.14)

This is a known issue and working on a migration path to handle this. It was probably wishful thinking to use handles for the variable tokens, as we need to...

Yep, that's what I was thinking, or even experimenting with the UID when it comes to import/export. Whatever this instance, we'll have to run a migration for "all the things".

You can't use `setFieldSettings` because buttons aren't fields, and they are also in the context of a page. Unlike fields, you can have multiple buttons in a form. The recommended...

@martinherweg If you're able to comment on what Formie/Craft version you're on?

Fixed for the next release. To get this early, change your `verbb/formie` requirement in `composer.json` to: ``` "require": { "verbb/formie": "dev-craft-4 as 2.0.13", "...": "..." } ``` Then run `composer...

Fixed in [2.0.14](https://github.com/verbb/formie/releases/tag/2.0.14)

Thanks for the feedback! So firstly, I'm not a massive fan of having it as drag-and-drop, but I'd be open to it if we can make it work at a...