added select and checkbox, added form_title and output_file to config, and reworked style

This commit is contained in:
2026-02-19 14:12:07 +01:00
parent 9d70fb07e4
commit 18e695eebe
7 changed files with 330 additions and 122 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
<html lang="{{ lang }}">
<head>
<meta charset="utf-8"/>
<title>{% block title %}Dynamic Form{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}Form{% endblock %}</title>
<style>
/*<![CDATA[*/
{%~ include "_layout.css" ~%}