Designer > Process Central Forms and Configuration > Testing and Debugging Process Central Forms
  

Testing and Debugging Process Central Forms

After you deploy one or more process request forms and task forms, you can test and debug your JavaScript by using a browser JavaScript Debugger and enabling debugging in Process Central. You can also use the JSON Converter utility.
To debug your JavaScript in HTML forms, do the following:
When you make changes in your form and redeploy it, you can select Reset Form in Process Central to view the updated form.
With debug enabled, it is easier to debug jQuery functions. They get expanded into readable lines of code instead of the one long line of code that typically shows in a debug console.
For task forms, you can also use Development Mode for testing layouts without redeploying the form.
Tips for testing forms: