Josh Crawford
Josh Crawford
Nothing in your /storage/logs/formie.log files about any potentially issues? If you have a look at the source for the User checkbox fields, and the User Group fields, do the values...
Should be fixed for the next release. To get this early, run `composer require verbb/formie:"dev-craft-4 as 2.1.33"`. Do note that you may need to update your User Group values, as...
I've just added a few more areas for logging for the next release. To get this early, run `composer require verbb/formie:"dev-craft-4 as 2.1.33"`. If you're able to run that, hopefully...
Strange that nothing is getting logged. No need to upgrade to Craft 5 at this stage. Failing all that, we can start manually debugging the integration if that's something you're...
Aha, that would be what's going on. You're changing the action to go to `users/save-user` and not `formie/submissions/submit`. As such, it's not even hitting Formie to make a submission or...
Can you share your updated code? You'll also want to remove `fieldNamespace: '',` as that'll disrupt Formie. If you're not already, I'd suggest swapping back to `{{ craft.formie.renderForm(form) }}`
At the moment, both username and email are required, but if you have `useEmailAsUsername` they can both just be the email field in your form. Glad we got to the...
Can you take a look in your `/storage/logs/formie.log` files, to see if there's more detail on the error?
Hmm, could you inspect the network request for the failed request? It should look something like the below:  I'm interesting in what the "Preview"...
Looks like that screenshot hasn't come through sorry, might've been due to responding to this thread via email?