Cole
Cole
@fiatjaf Can you remove the .html stuff, and just go with the www fix? Also maybe some of those reset() calls are needed to pass the tests!
Yeah, looks like this pull request included two commits, I was trying to only submit the last one.
@bhongy Did we fix this in our DX cleanup?
Hi can you provide a code snippet of your form using `ValidationError`?
Thanks. So `ValidationError` is used to display the error of either a particular field, or form-wide errors not associated with a particular field. When you render a validation error, you...
My first question is, do you have any validation rules set up that would display an error? Formspree can only validate rules that are set up in formspree's backend. Custom...