
YogiP.30962 (Customer) asked a question.
Hi,
need help in introducing a custom field in the signup form with array of selection values ( string array) to be able to select from the user ( like a select box )
Here the problem is how to provide set of values as I don't see any options to set values. very less documentation on the same.

You might want to look at these two pages, if you haven't already.
The 2nd of these says you can use the enum (enumerated) data types for strings, numbers, and integers, which I think should allow you to have an array of choices.