(1) How do I get the radio button response to appear correctly in the notification email?
In the form spec area it reads:
Is this request urgent?
<small>If replies are needed within 48 hours from date of submission, click "Yes".</small>
[radio radio-136 "Yes" "No"]
In the Message Body section on the form specification page, I have:
Urgent: [radio-136 "Yes" "No"]
In the received notification email, it reads:
Urgent: [radio-136 "Yes" "No"]
Data from all other fields is included correctly in the email, except for the radio button.
(2) Is there a way to make the radio button a required field?
Thanks.