SelectFromList - Pre-select item

I am using a SelectFromList form. I would like to show a specific item in the list as selected when the form is shown.

Thanks,
Mike

Is this a single-select list? or a list of checkboxes?

It is a single-select list.

The first item of the list will always be the default value in the drop down so you could add the default value you want to the front of a sorted list before using that list in the SelectFromList form.

1 Like