Query String Parameters

Use query string parameters in a SmartForm URL to pass values into a view or form, control how it behaves, or assist with debugging and testing. Query string parameters can be used to pass input values (including custom parameters that you define), configure form behavior, and change how a view or form is displayed.

Commonly-used query string parameters

Use the following query string parameters to debug and test your solution. These built-in parameters allow you to troubleshoot issues, test different form states, adjust logging severity, and preview different themes applied to a view or form. You can create custom parameters for your own use as well.

Name Description
_debug

Use this parameter to debug views and forms to see the severity of the issue.

Example: https://k2.denallix.com/Runtime/Runtime/Form/New+Client/?_debug=3

_state

Use this parameter to run or test with different form states.

Example: https://k2.denallix.com/Runtime/Runtime/Form/New+Client/?_state=_base

_theme

Use this parameter to test a theme applied to your view or form.

Example: https://k2.denallix.com/Runtime/Runtime/Form/New+Client/?_theme=blue+void

_ui-culture

Use this parameter to test a specific language translation on a view or form. This allows you to run your view or form without changing your browser settings or the Runtime Forms Preferred Language setting in Workspace.

Example: https://k2.denallix.com/Runtime/Runtime/Form/New+Client/?_ui-culture=fr-FR

Locale code format
The locale code format is defined according to RFC 4646. It is structured as languagecode2-country/regioncode2, where languagecode2 is a two-letter language code and country/regioncode2 is a two-letter subculture code. Examples include fr-FR for French (France) and en-US for English (United States).

Reserved Query String Parameters

The following parameters are reserved for internal use. Do not use any of the parameters listed below, and do not create parameters with the same names.

  • _actions
  • _draftID
  • _ID
  • _initializeindicatordelay
  • _initializeindicatormode
  • _level
  • _mode
  • ManagedUser
  • _name
  • _navigatedserverevent
  • _navigateevents
  • _overflowy
  • _renderedindicatormode
  • _runtimecontectID
  • _SN
  • SerialNo
  • _SerialNo
  • SharedUser
  • _styleprofile

  • _substate
  • _wfviewwidth