Josh Crawford
Josh Crawford
That's there if you _want_ to override the `action` attribute of the form, which in this case, that's probably something you want to do, setting that to either the Craft...
In that case, it probably makes sense to disable CSRF validation using the [`enableCsrfValidationForGuests`](https://verbb.io/craft-plugins/formie/docs/get-started/configuration) config setting. In this instance, everyone is technically going to be a guest with a detached...
Ah, I did miss that! I think we'll open that up to an event that allows you to modify the XHR client generally.
Updated in [2.2.0](https://github.com/verbb/formie/releases/tag/2.2.0) and [3.1.0](https://github.com/verbb/formie/releases/tag/3.1.0).
Thanks for putting this together. I've already cleaned up a few typos and small changes to the PR, but I'm going to give it some thought as to whether this...
Sorry for letting this sit for too long, I was about to merge this but there are pending changes to get things up to date. Let me know if you're...
Thanks for the update, much appreciated!
This is actually a good point now we have migrated to the [Payment Element](https://docs.stripe.com/js/element/payment_element) rather than the [Card Element](https://docs.stripe.com/js/element/other_element) to facilitate non-credit card payment methods. I don't believe there's a...
Hmm, that does seem to be working for me. Can you let me know the rest of the settings for the integration (under Form > Integrations), just in case that's...
Thanks for confirming, and just tested with that replicated setup. Strangely, it still is working for me. Anything else plugin-wise on your end that might be interfering?