There are certain radio fields on my form that I would like to be required and not optional. I am not sure how to accomplish this. Can anyone shed some light on this?
You can define those settings in the Checkbox/Radio Wrapper element. Just toggle „Required“ on or add some Validation rules
This is far as I understand. I have the wrapper selected. What should i add to this? I know I cannot put the required on individual radio because the client has to have to choose one.
Should be fine like that. You can insert a custom error messages if no radio is selected if needed. Now, the form should not submit if no radio has selected.
For native browser validation, you can use the „Required“ toggle in the „General“ group as well.