Hi Michelle,
Your reseller opened a case on your behalf for this issue. I was able to take a look at the form, specifically how you have the radio button field configured, and at the list field that the company name is being saved to. There are a few things to point out.
First, looking at the available values in your list field, they are like the following:
- Dutchland Farms LLC
- Nutrify LLC
- Wenger Corporate Services LLC
- Wenger Feeds LLC
but on the form, your radio button choices are
- Dutchland Farms, LLC
- Nutrify, LLC
- Wenger Corporate Services, LLC
- Wenger Feeds, LLC
So there's already a difference because the list field values don't have have commas, but the radio button choices do have commas.
Second, in looking at the radio button properties in the form, you also have the option to "assign values to choices" selected and the corresponding values to those radio button choices are
- Dutchland_Farms__LLC
- Nutrify__LLC
- Wenger_Corporate_Services__LLC
- Wenger_Feeds__LLC
so that's why when you submit the form and it saves to the repository, the actual value you see in the list field is the company name with the underscores.
To address this issue, you would need to first make sure that the list field values and the radio button choices match up exactly. Then uncheck the option to "assign values to choices."
Regards