[Zope] multiple inserts and MySQLDA

Baker, Dennis (sjmr) DBaker@CHW.edu
Fri, 7 Apr 2000 17:25:05 -0700


> in DTML method i tried:
> 
> <form action="send">
> <table>
> <dtml-in "firstquery()">
> <tr>
> <td><dtml-var ID></td>
> <td><input type="TEXT" name="scor"></td>
> </tr>
> <td><input type="submit" value="Score it"></td>
> </table>
> </form>
> 

This will create is unparsable HTML.  You will have a form with a field
named 'scor' for each student.  You need to have a unique name for each
value on an html (or dtml) form.  Try this Howto,  it may help
:http://www.zope.org/Members/jpenny/variable_length_forms.

Dennis Baker
Information Systems Manager, St. Joseph's Medical Resources