Vaupell
01-20-2010, 07:53 PM
want to add either dropdown, checkmark, or radio selection box.
tryeing using standard forms such as
<form action="">
<select name="req">
<option value="low">low</option>
<option value="med" selected="selected">med</option>
<option value="high">high</option>
</select>
</form>
but ofcourse it failed :D
any ideas ;)
--------------- Added 1264024477 at 1264024477 ---------------
EDIT :
well nevermind..
i just looked at vb blog settings.. found that this works.. :p
select:piped
1d|one_day
1w|one_week
1m|one_month
3m|three_months
6m|six_months
1y|one_year
0|no_cutoff
tryeing using standard forms such as
<form action="">
<select name="req">
<option value="low">low</option>
<option value="med" selected="selected">med</option>
<option value="high">high</option>
</select>
</form>
but ofcourse it failed :D
any ideas ;)
--------------- Added 1264024477 at 1264024477 ---------------
EDIT :
well nevermind..
i just looked at vb blog settings.. found that this works.. :p
select:piped
1d|one_day
1w|one_week
1m|one_month
3m|three_months
6m|six_months
1y|one_year
0|no_cutoff