Ah, figured it out…
I needed to regenerate the metadata cache!
Thanks
Thanks, the field on the webform looks right but the information isn’t being captured in D365. I’ve tried with the values of the items (i.e. 100,000,000-100,000,002) and with the labels for each item in the option set in D365.
<select name="new_eptype">
<option value="Apples">Apples</option>
<option value="Pears">Pears</option>
<option value="Both">Both</option>
</select>
<select name="new_eptype">
<option value="100000000">Apples</option>
<option value="100000001">Pears</option>
<option value="100000002">Both</option>
</select>
[both with and without commas!]