[Zope-DB] basic form creation question
Laura McCord
Laura.McCord at doucet-austin.com
Wed May 5 12:00:18 EDT 2004
I inserted a select option menu in one of my forms. To me it looks fine
but not sure if I am forgetting something because it is not updating my
database. Is this what it's supposed to look like. I want to fill the
pctype field with a 'C' for a Auto_CAD user and an 'A' for an
Administrator and nothing for neither user. If this is ok than I guess
it has to do with my query.
<tr>
<th align="right" valign="bottom"><font size="2" color="#0A4F72">PC
Type: </font></th>
<td>
<SELECT name="pctype">
<option value=" ">None</option>
<option value="C">CAD</option>
<option value="A">Admin</option>
</SELECT>
</td>
</tr>
Thanks,
Laura
More information about the Zope-DB
mailing list