Molly's Automatic Forms Example
Automatic Forms Source
<maml:form table="molly_test" response="picklist.maml" keyfield="name" schema="on"> Name: <maml:input type="text" name="name"/><br/> Eye Color: <maml:input type="text" name="eyecolor"/><br/> Age: <maml:input type="text" name="age"/><br/> <maml:input type="submit" value="I'm a submit Button"/> </maml:form>
