Dynamic forms

All forms now generated from a single function. Huge reduction in code and easier to make global changes.
This commit is contained in:
lawgicau
2021-07-14 17:35:30 +10:00
parent a4eadd10b6
commit 8707323b18
5 changed files with 343 additions and 556 deletions

View File

@ -8,6 +8,7 @@ var scripts = `
<script src="js/videobox.js"></script>
<script src="js/featherlight.js"></script>
<script src="js/commongcode.js"></script>
<script src="js/createform.js"></script>
<script src="js/firstlayer.js"></script>
<script src="js/baseline.js"></script>
<script src="js/retraction.js"></script>