For select_multiple options , how to fill in a value for each selected option?

Hi there everyone - I am designing a form and have a question which would require a selection of multiple options. 'select_multiple'

I want the user to be able to fill in values for their selected options.

Example question:
Choose the species of fish present and indicate approximate percentage for each

Example options to select:
Fish 1
Fish 2
Fish 3
Fish 4

Example answers:
Fish 1: 10%
Fish 2: 50%
Fish 3: 20%
Fish 4: 20%

Any idea how I do this?

I attach my form (which also needs testing!) Smokingform1.xls (363 KB) Row 14 relates to this topic.

Thanks!

Fran

You can repeat selected item

or can show selected item

2 Likes

Thank you so much. The example shown in the video to the website link for blood pressure readings is what I am looking for.

However, before this, how do I only show the options that have been selected?

Thanks!

You can check this xls example
multiple_select_relevant.xlsx (16.2 KB)

2 Likes

Thank you so much - assuming I have to now add in all my species?