hi
i would like to add simple drop down field.
the wizard add for me
and in the email template :
problem is i dont get the content choosen in the drop down to my email
i get it empty
what do i miss ?
thanks
barnea
i would like to add simple drop down field.
the wizard add for me
<div class="form_item">
<div class="form_element cf_dropdown">
<label class="cf_label" style="width: 150px;">Click Me to Edit</label>
<select class="cf_inputbox" id="select_1" size="1" title="" name="select_1">
<option value="">Choose Option</option>
<option value="option 1">option 1</option>
<option value="option 2">option 2</option>
<option value="option 3">option 3</option>
</select>
</div>
<div class="cfclear"> </div>
</div>
and in the email template :
Click Me to Edit {select_1}
problem is i dont get the content choosen in the drop down to my email
i get it empty
what do i miss ?
thanks
barnea