I'm sure this is easier than I'm making it out to be, but how do you create a default choice when using a select_one_list_name type? For example, the Land Ownership choices are Federal, State, Tribal, Private, etc. Because most of the work is on federal land, I would like Federal to be default selected. If I just type in "Federal" into the default field, it does not select my radio button in the drop-down menu. What is the correct syntax to get the option from my select_one list selected? Thanks!