7 May
2001
7 May
'01
2:36 p.m.
On Mon, 7 May 2001, Tino Wildenhain wrote:
Hi Stephane,
one solution is to let zope handle this. Include the following into your form:
<input type="hidden" name="sugar:default" value="no"> <input type="hidden" name="milk:default" value="no">
Something like this perhaps? <input type="radio" name="sugar:int" value="1"> Yes <input type="radio" name="sugar:int" value="0" checked> No Cheers, Morten