8 Apr
2000
8 Apr
'00
12:25 a.m.
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