form generator

This commit is contained in:
JACS 2026-05-10 19:41:48 -05:00
parent 80ae1c4f91
commit 58bd5490e2
7 changed files with 593 additions and 2 deletions

View file

@ -42,6 +42,8 @@
{{end}}
{{else if hasField . "FormElements"}}
{{template "tabler_formelements_content" .FormElements}}
{{else if hasField . "FormDefinition"}}
{{template "formtabler_generator" .FormDefinition}}
{{else}}
{{.Content}}
{{end}}