A form representing the likely defaults for using Ajax. You can force a new page request by specifying data-ajax="false" as an attribute in the form element. This can help you see what PHP displays on the page (if any).
If PHP doesnβt write errors on the page by default, you can use a combination of ini_set('display_errors', 1) and error_reporting function to display them as you wish.
source share