How to enable and use the Form Debug

Learn How to Enable Form Debug for Essential Action and Data Insights

Overview

To display helpful information about form actions and data, you need to enable form debug in the form Settings tab. Once enabled and saved, it shows form data, returned values from actions, and detailed action processing info like SQL statements. This debug feature provides crucial insights for troubleshooting and understanding form behavior.

In order to display some helpful info about the form actions and data, you need to enable the form debug,

You can enable the form debug under the form Settings tab:

How to enable and use the Form Debug image 1

Once the debug is enabled and the form is saved, it will display helpful info below the form output, like the form data which is the list of parameters passed to the current page along with any form fields values:

How to enable and use the Form Debug image 2

The Vars part will list the returned values by Actions on the form, in this form we had a PHP action named php15, and a Read Data action named read_data16:

How to enable and use the Form Debug image 3

The Info section will display more details about the form actions, like SQL statements and other details about the actions processing:

How to enable and use the Form Debug image 4

Comments:

You need to login to be able to post a comment.