I’ve made a from with required fields: e-mail and firstname. When I submit the field with no input I get an internal server error 500. On another page where I’ve embeded the field I dont get an 500 error but I don’t get an error message either. I see some (html?) input in the url after I’ve submitted the form with no input.
What am I doing wrong? Or is it a bug?
Thank you.
I’ve made a from with required fields: e-mail and firstname. When I submit the field with no input I get an internal server error 500. On another page where I’ve embeded the field I dont get an 500 error but I don’t get an error message either. I see some (html?) input in the url after I’ve submitted the form with no input.
What am I doing wrong? Or is it a bug?
Thank you.
Found that I have the same error as mentioned here: https://github.com/mautic/mautic/issues/1162
No fix yet.