Support

Account

Home Forums General Issues Dropdown list Reply To: Dropdown list

  • Hi @Lwensveen

    Yes, I too would recommend using the repeater field. This will allow you to populate multiple rows of data. In each row, you could have a number field.

    Then on the front end, you can read in this data, and loop through the rows, and create the select field’s option tags based on the number value.

    Good luck