Debug
Detailed console output for debugging.
Last updated
Detailed console output for debugging.
Last updated
Attribute: sf-debug
Values: none
, true
or steps
Default: false
Where: Apply to the script
tag of Superform within the <head>
or just before </body>
.
Enables detailed console output for debugging purposes during form interaction. It logs form data, step count, progress percentage, and scores at each step change, providing a collapsible and organized view of form state changes.
Enables also step expansion for total control of all steps at the same time inside a debug view.
sf-debug
or sf-debug = true
Console logging of data.
sf-debug = steps
Activates console logging alongside step expansion specifically designed to enhance debugging in multi-step forms. By enabling sf-debug="steps"
, you can ensure thorough oversight and easier management of form dynamics.