Skip to main content
Skip table of contents

Additional input fields

[inputField]

These settings are ignored in the "Create support case" HTML-based dialog. See Define input fields

If there is insufficient information available, additional input fields can be displayed and filled out by the user in the Create support case dialog. The fields can be defined as mandatory fields if required.

In order to display an additional input field, the configuration file must be enhanced as follows:

Configuration file

XML
<configuration version="1.2.0">
  <applicationSettings>
 
    ...
 
	<!-- Additional input field 1 -->
	<inputField displayName="{InputField.Title}"
				isOptional="False" />

    <!-- Additional input field 2 -->
	<inputField displayName="{InputField2.Title}"
				isOptional="True" />

	...
 
  </applicationSettings>
</configuration>

The user input is inserted in the outgoing e-mail message in the area of the determined information, if the user has filled in the relevant field.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.