Tuesday 27 February 2007 2:02:37 am
Hi, I want to make a contact form, but i've got a dynamic field like this :
<select name="ContentObjectAttribute_ezselect_selected_array_1636[]" id="liste_cible" onchange="">
<option value="" selected="selected">Choisissez</option>
<option value="145">cible1</option>
<option value="156">cible2</option>
<option value="157">cible3</option>
<option value="158">cible4</option>
<option value="159">cible5</option>
</select>
i have created a "Selection" attribute in my class, but i can't put values in this class because it can be changed by the user in the content tree... how can i get the value of this select that the user have choosen in the form ?? Thanks a lot for your help
Anthony
|