Welcome Guest, Not a member yet? Register   Sign In
Re-populate checkboxes
#2

[eluser]samitrimal[/eluser]
try
Code:
For checkbox
<input type='checkbox' value='2'<?php if($data['something']=='2'){?>checked<?php };?>>
For select
Code:
<select>
<option value=1>1</option>
<option value=2 &lt;?php if($data['something']=='2'){?&gt;checked&lt;?php }?&gt;>2</option>
</select>

If it doesnt work show ur source code


Messages In This Thread
Re-populate checkboxes - by El Forum - 07-25-2011, 05:32 AM
Re-populate checkboxes - by El Forum - 07-25-2011, 09:40 AM
Re-populate checkboxes - by El Forum - 07-25-2011, 03:33 PM
Re-populate checkboxes - by El Forum - 07-25-2011, 06:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB