I would like to create a select list that will have a large number of options - possibly into the thousands.
Is there a maximum number of items for a select list?
Can I specify the items in the select list via the contents of a CSV file or TXT file?
I would like to create a select list that will have a large number of options - possibly into the thousands.
Is there a maximum number of items for a select list?
Can I specify the items in the select list via the contents of a CSV file or TXT file?
Hey Richard,
I think currently you can’t import a TXT or CSV, to automatically fill your select with items.
But maybe you can use one of these two solutions (I have tried both with 500 items):
Thanks - much appreciated