From 2b4ed611e7e001ad8ea93ef3e8cdce35bc56dc07 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 1 May 2023 04:33:06 +0300 Subject: form designer; setup main forms of the application --- public/app/views/welcome.php | 211 ++++--------------------------------------- 1 file changed, 17 insertions(+), 194 deletions(-) (limited to 'public/app/views/welcome.php') diff --git a/public/app/views/welcome.php b/public/app/views/welcome.php index ae260c6..e97f748 100644 --- a/public/app/views/welcome.php +++ b/public/app/views/welcome.php @@ -13,208 +13,29 @@ + + -
+
+
+ $form = JsonToForm::make_a_form(REGISTRATION_FORM); + ?>
+
@@ -453,4 +274,6 @@ $('#post-form').on('submit', function(e){ - \ No newline at end of file + + + -- cgit v1.2.3