initial commit of file from CVS for e-smith-formmagick on Wed 12 Jul 08:54:49 BST 2023

This commit is contained in:
Brian Read
2023-07-12 08:54:49 +01:00
parent 47ba82242b
commit 8bb8161aa1
24 changed files with 3744 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
<form title="Checkboxes" header="head.tmpl" footer="foot.tmpl" post-event="done">
<page name="Food">
<title>Food</title>
<field id="test" type="text" validation="test">
<label>Would you like fries with that?</label>
</field>
<field id="test2" type="text">
<label>Would you like fries with that?</label>
</field>
</page>
<page name="Clothes">
<field id="test3" type="text" validation="test">
<label>Would you like fries with that?</label>
</field>
<field id="test4" type="text">
<label>Would you like fries with that?</label>
</field>
</page>
</form>