Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Click on Images to Expand Them

If you need a simple answer to a Yes or No question, use a Checkbox Section field. Checkboxes are also useful as switches to turn some wizard functionality On/Off. The example below shows how to create a field with a single question. It will be a Checkbox Section field, with two possible values that will synchronize to a PDF form.

Step 1: Add a Checkbox Section Field.

Field

Value

Description

Field Label

Is Income Your Account Investment Objective?

This is the name of the field that is displayed to the user.

Meta Field Name

Owner1.PortfolioObj

This is the unique name for the data held within the field as it will be referenced by other JavaScript code in the widget and mapped to respective fields in PDF forms.

Initial value

Leave empty.

The checkbox will initially be deselected and its value will be NULL.

Value for Checked

1

This value will map to the corresponding "value" attributes of the meta field name in the PDF form, if the checkbox is selected.

Value for Not Checked

3

This value will map to the corresponding "value" attributes of the meta field name in the PDF form, if the checkbox is not selected.

Adding a Checkbox Section field

Step 2: Apply the Changes.

Step 3: Test your Widget.

Test the widget by opening it.

A Checkbox Section field

  • No labels