drop down

ba barnea10 04 Mar, 2012
hi
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
Gr GreyHead 05 Mar, 2012
Hi barnea,

This looks like ChronoForms v3?

Please turn debug on in the form General Tab, then submit the form and post the debug - including the 'dummy emails' results here.

Bob
This topic is locked and no more replies can be posted.