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   

  {'list_field_name'}

Field Name   

Field Value   

Your Caption   

   
 

Code Format   

Field Value::Your Caption

Option    

Field NOT required

Field required
Error message will appear if the field is left blank

   
Back to Step 2 / Add New Form Field {'button_name'}