Welcome Guest, Not a member yet? Register   Sign In
Problem with re-populating SELECT and TEXTAREA fields
#1

[eluser]Docmo[/eluser]
Hi,

The re-poplulating of the select and textarea fields doesn't work, i did what the documentation say though!

My code :

Code:
<tr> <td>Description</td><td>&lt;textarea name="description" cols="30" rows="10" value="&lt;?php echo set_value('description'); ?&gt;"&gt;&lt;/textarea></td></tr>

<tr> <td>Catégorie</td><td><select  name="categorie">
      <option value="Agriculture" &lt;?php echo set_select('categorie', 'Agriculture');?&gt;>Agriculture</option>
      <option value="Babysitting" &lt;?php echo set_select('categorie', 'Babysitting');?&gt;>Babysitting</option>
      <option value="Education" &lt;?php echo set_select('categorie', 'Education');?&gt;>Éducation</option>
    </select>
    </td></tr>

Do you see the error ?

Thx!


...


Messages In This Thread
Problem with re-populating SELECT and TEXTAREA fields - by El Forum - 07-04-2009, 11:32 AM
Problem with re-populating SELECT and TEXTAREA fields - by El Forum - 07-04-2009, 12:01 PM
Problem with re-populating SELECT and TEXTAREA fields - by El Forum - 07-04-2009, 12:27 PM
Problem with re-populating SELECT and TEXTAREA fields - by El Forum - 07-04-2009, 12:58 PM
Problem with re-populating SELECT and TEXTAREA fields - by El Forum - 07-28-2009, 06:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB