Checkbox List Input Mapping

Checkbox List Input Mapping

Comments

  • I need assistance with mapping a checkbox list input data from one form to another.

  • [font=Roboto, sans-serif]Here is one method: [/font]
    [font=Roboto, sans-serif]Step 1: Checkbox List:[/font]
    [font=Roboto, sans-serif]Replace the label on the review form with a checkbox that we set to disable. This allows you to input a pre-populated check box list onto the form and prevent users from changing the data. [/font]
    [font=Roboto, sans-serif]Step 2: Retrieve Data from Calculated Totals: Remove a label for a calculated total and replace it with a disabled text box. This is because labels do not output any data from a form. By changing it to a disabled textbox, this data becomes usable in the flow and prevents users from changing this data. [/font]
    [font=Roboto, sans-serif]Step 3: Tab Editor: On the bottom right side of the Form Editor, there is a tab called Tab Editor. It is recommended to uncheck all of the items on this list and then rechecking these components in the desired order. [/font]
    [font=Roboto, sans-serif]
    [/font]
    [font=Roboto, sans-serif]Other: A helpful component that may be of use include a Number Box. This works similarly to a textbox, except that it only inputs and outputs number based datatypes (i.e. Decimal, Int, etc.).Certain datatypes have additional output formats (e.g. Date Time) that you can use to populate a label. Date Time types, for example, also output pre-formatted versions of its data, such as Long Date, Short Date, etc.[/font]
    [font=Roboto, sans-serif]
    [/font]
    [font=Roboto, sans-serif]You can customize the view of your form using CSS. [/font]
    [font=Roboto, sans-serif]For more information, please see our documentation pages here: [/font]
    [font=Roboto, sans-serif]
    [/font]
    [font=Roboto, sans-serif]CSS Styling Form Controls: [/font][url=https://documentation.decisions.com/css-styling-form-controls/]https://documentation.decisions.com/css-styling-form-controls/[/url][font=Roboto, sans-serif] [/font]
    [font=Roboto, sans-serif]Using CSS with Forms: [/font][url=https://documentation.decisions.com/using-css-forms/]https://documentation.decisions.com/using-css-forms/[/url]

Sign In or Register to comment.