chris.modlao
New Member
Hi,
I'm trying to do a multiple select form as you see below
What hapopend is that everytime i fill the form MLM return me this line
I try to place to different place the PHP sentence :
but still the same problem.
Any idea?
Regards
Chris
I'm trying to do a multiple select form as you see below
Code:
<select type="text" name="title" class="texte obligatoire" >
<option value=""></option>
<option value="Mr">Mr</option>
<option value="Mrs">Mrs</option>
<option value="Ms">Ms</option>
<option value="Prof">Prof</option>
<option value="Dr">Dr</option>
<?php echo " value=\"$opt1\""; ?> </select>
What hapopend is that everytime i fill the form MLM return me this line
Code:
Sorry but we can't process your request
Please fix the following issues
Enter your title in the first name text box
I try to place to different place the PHP sentence :
Code:
<?php echo " value=\"$opt1\""; ?>
Any idea?
Regards
Chris