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
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>
Hi seyni,
Please drag a Handle Arrays action into the On Submit event and move it up before the DB Save action.
Bob
Please drag a Handle Arrays action into the On Submit event and move it up before the DB Save action.
Bob
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
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
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
This topic is locked and no more replies can be posted.