We are using Survey 123 Connect to publish a Survey to AGOL.
The form has a select_one that has both the "relevant" and "choice filter" expressions set and this renders as a list rather than a radio button list on the web. It displays properly in the Survey 123 connect preview. Removing either relevant or choice filter expressions renders properly on the web.
type | name | label | relevant | choice_filter |
select_one list_select_one | select_one | Select one | ${choose_your_level_of_access}='i_need_access_to_customer_names' | ${agency_type}= 'Agency1' or name != 'yes_i_agree' |
With both expressions:
Without:
Any help would be greatly appreciated.