INSERT DROPDOWN MENU FIELD TO YOUR FORM

HTML CODE:

<select name="Field_Name" >
<option value="Field_Value_1">Caption 1</option>
<option value="Field_Value_2">Caption 2</option>
<option value="Field_Value_3">Caption 3</option>
</select>

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'}