Manually Debugging K2 SmartForms

Markus Kolbeck
Markus' Blog
Published in
1 min readJul 2, 2015

Debugging of K2 SmartForms is either possible on demand (using a query string parameter in the URL) or persistent in the web.config.

The K2 Article Manually Debugging Forms describes the debugging functionalities in K2 SmartForms.

Excerpt:

  1. Add an extra query string parameter to the URL: “?_debug=1
  1. Choose a level of debugging:
  • When setting the debug level to 5, only the error messages will be displayed
  • The frequency of logging will decrease as the debug level number increases
  • The importance of the message increases as the level increases
  1. Levels:
  2. 1 = Debug
  3. 2 = Message
  4. 3 = Info
  5. 4 = Warning
  6. 5 = Error

--

--