selectbox value not saved into DB

seyni 25 Dec, 2011
Dear all
I created a form with several fields (name,email,adress, level of study etc...)
All text box values are saved into DB after submit. But the select box value is not saved into DB.
It's empty in DB.
Thanks for assistance.
Find the code below.
Regards

<div class="clear"></div><div id="error-message-mail"></div></div><div class="ccms_form_element cfdiv_checkboxgroup" id="niveau_d_tudes_container_div"><label>Niveau d'études</label><select multiple="multiple" size="4" label_over="0" hide_label="0" class=" validate['required']" title="" type="select" name="studylevel[]">
<option value="Nivbac">Niveau Bac</option>

<option value="bac1">bac+1</option>
<option value="bac2">bac+2</option>
<option value="bac3">bac+3</option>
<option value="bac4">bac+4</option>
<option value="bac5">bac+5</option>
<option value="bac5p">bac+5 et plus</option>
</select>
GreyHead 27 Dec, 2011
Hi seyni,

Please drag a Handle Arrays action into the On Submit event and move it up before the DB Save action.

Bob
seyni 15 Jan, 2012
Hi Grey head. Sorry i've been out for a while. Ok i'll try it and tell you the results.
Regards.

One other problem i have:
I want the values of the fields and the attached file(CV) to be send by e-mail.
The email is sent but sent empty. There is nothing but
"Submitted by my_ip_number".
the file is not attached in the mail and name,first name etc... are not displayed.
Thanks

http://www.intermedactions.com/index.php/soumettre-un-cv
GreyHead 15 Jan, 2012
Hi seyni,

It sounds as though you haven't created an email template?

Bob
seyni 17 Jan, 2012

Hi seyni,

Please drag a Handle Arrays action into the On Submit event and move it up before the DB Save action.

Bob


I did it and it's okay now
Real thank and regards
seyni 18 Jan, 2012

Hi seyni,

It sounds as though you haven't created an email template?

Bob


True. I did the necessary and now it's ok.
Thanks and regards
This topic is locked and no more replies can be posted.