Help

Re: Entering Multiple Values in a Field which are ranked e.g. 1 Burger ,2 Chips ,3 Shakes

811 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Alex_Blanes2
5 - Automation Enthusiast
5 - Automation Enthusiast

HI

Is there a way to create a field where the users can enter up to 3 text values (not pre defined) which are ranked.

For example - What is your favourite food?

  1. Burger
  2. Chips
  3. Shakes

Regards

3 Replies 3

You can use a long text field and tell users what to do in the help text. However, it will be up to the users to follow the instructions.

If you want to be sure that the user enters three values, you could use three single line text fields and make them all required. Even so, you are still at the mercy of users following instructions because they could enter the same thing three times or other nonsense.

There is no way to enforce a specific answer structure and also have user defined text.

Alex_Blanes2
5 - Automation Enthusiast
5 - Automation Enthusiast

Thank you for the response. In the long text field is it possible to display and constrain to the following -

a)
b)
c)

So that the users can see that they can enter up to 3 answers

That text could be pre-filled into the long text field, but the user would be free to delete it if they wish. It sounds like three individual text fields would be a better way to go. You can change the labels in the form view so they differ from the actual field names, and include help text if you feel it would be useful. Perhaps make the first field required and the second two optional.