How Do I Concatenate Values from More than One Form Control?

To concatenate values from more than one form control on your eForm, do the procedure in this topic.

Figure: Formula Builder screen

Formula Builder screen

How to Start

  1. On the Application Explorer screen, open an eForm.

    For more information, refer to eForm Builder screen.

  2. On the eForm Builder, add the form controls to concatenate.

Procedure

  1. On the eForm Builder, add a Formula Formula icon form control onto your eForm.
  2. Click the Formula Formula icon form control, and click Formula Formula icon.
  3. On the Formula Builder screen, in the Fields/Tokens list, select the first form control whose value you want to concatenate.
  4. In the Operators list, click +.
  5. In the Fields/Tokens list, select the second form control whose value you want to concatenate.
  6. In the Formula field, add quotation marks (") around the form controls.

    Example:

    "${FormControl1}"+"${FormControl2}"

  7. (Optional) To add a space, add a space character in between the (") of the form controls in the formula.

    Example:

    "${FormControl1}"+" ${FormControl2}"

  8. (Optional) To add a hyphen, add a minus sign (-) in (") between the form controls in the formula.

    Example:

    "${FormControl1}"+"-"+"${FormControl2}"

  9. To make sure the formula is correct, click Validate.