form generator
This commit is contained in:
parent
80ae1c4f91
commit
58bd5490e2
7 changed files with 593 additions and 2 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue