Josh Crawford

Results 1389 comments of Josh Crawford

Yep, at the moment a `fui-alert` classed element is created when using Ajax because the alert (success and error) is generated through JS. I'll need to give this some more...

We've taken steps to remove opinionated classes in Formie 2 with theme config, but one last piece will be configuring the JS classes. We're almost there and should be finalised...

This now supports [Theme Config](https://verbb.io/craft-plugins/formie/docs/theming/theme-config) definitions. ``` {{ craft.formie.renderForm('contactForm', { themeConfig: { resetClasses: true, alertError: { attributes: { class: 'rounded-md bg-red-50 border border-red-200 text-sm text-red-700 p-4 mb-4', }, }, alertSuccess:...

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

Hmm, nice thinking here! I might check in with the Craft crew about this.

Pretty sure the status is correct, but just not showing the correct colour indicator, I'll take a look

Added 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.9", "...": "..." } ``` Then run `composer...

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

Are you mapping to a contact, or a form? For a contact, you can pick whatever field you like to populate the individual components of the SharpSpring address field. Here's...

Can you also provide what version of Formie you're on? That has been submitted as a feature request issue, but would be good to know more about your setup. I...