I’m using qform as a simple contact form with only a few text fields. I recently made a change to my .htaccess file to remove file extensions from my URLs. Now when I submit qform it stays on my contact page (as it should), except the content on the page is the content of my error.php page (my default error page) and unstyled. I tried removing the .php extension from the form action, but no change. I’m not sure what to check?
Eventually I will be adding a trailing slash to my URLs as well. I hope if you have a solution it will still work after I make that additional change to me .htaccess.