I had some issues with form validations on Mautic. I use WordPress and Mautic here. When someone signs a form with all fields blank, I get this error with URL parameters:
I tried to use the manual code, but I had no results. I just need to show a message and validate blank fields, at same page, when someone try to subscribe my forms and solve this problem.
I used this plugin to mask some fields: https://github.com/luizeof/mautic-wordpress/blob/master/wpmautic.php
I had some issues with form validations on Mautic. I use WordPress and Mautic here. When someone signs a form with all fields blank, I get this error with URL parameters:
I tried to use the manual code, but I had no results. I just need to show a message and validate blank fields, at same page, when someone try to subscribe my forms and solve this problem.
I had this same problem. There was a fix for me. My solution was my configuration url was wrong.
Click Configuration > Site URL: Just put your domain name eg https://YourDomainName (or http if you’re http) eg https://domain.com or http://domain.com
I had mine as https://domain.com/mautic (I installed it in a sub folder). Ignore the subfolder, just put your base domain name.