INSERT RADIO BUTTON FIELD TO YOUR FORM
HTML CODE:
<input type=radio name="Field_Name" value="Field_Value1" checked>Your Caption 1 <input type=radio name="Field_Name" value="Field_Value2" > Your Caption 2 <input type=radio name="Field_Name" value="Field_Value3" > Your Caption 3
Please enter the Title
Field Name
Field Value
Your Caption
Code Format
Option
Field required Error message will appear if the field is left blank