Get Select/Multi Check List Option Values And Set It To The Text Field

In this guide, we will explain how to get the “Select” and “Multi Check List” option values and set them to the “Text” field.

We will explain two examples first for “Select”, and second for “Multi Check List”.

Get “Select” Option Value In The “Text” Field:

  1. Initial Setup:
  • Drag and drop a “Select”, a “JavaScript”, and a “Text” field onto your form.
  • Rename the fields as needed.
image
  1. Configuring The “Select” Field:
  • Click the pencil icon of the “Select” field.
  • Fill in the “Select Option Values”.
image
  1. Configuring The “JavaScript” Field:
  • Click the pencil icon of the “JavaScript” field.
  • Paste the code.
image
  • Please use the code below.
  • Make sure to update the field IDs as per your form.
image
  1. Test Your Form:
  • Try the form.
  • The “Select Option Value” of the “Select” field will be set as the value of the “Text” field.
image

Get “Multi Check List” Option Values In The “Text” Field:

  1. Initial Setup:
  • Drag and drop a “Multi Check List”, a “JavaScript”, and a “Text” field onto your form.
  • Rename the fields as needed.
image
  1. Configuring The “Multi Check List” Field:
  • Click the pencil icon of the “Multi Check List” field.
  • Fill in the ”Select Options” and “Select Option Values”.
image
  1. Configuring The “JavaScript” Field:
  • Click the pencil icon of the “JavaScript” field.
  • Paste the code.
image
  • Please use the code below.
  • Make sure to update the field IDs as per your form
image
  1. Test Your Form:
  • Try the form.
  • The “Select Option Values” of the “Multi Check List” field will be set as the value of the “Text” field.
image

Optional: You can apply the same for the “Multi Select List” option values.

Example Form For Select Option Value.json3.2KB
Example Form For Multi Check List Option Values.json3.9KB

For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂