summaryrefslogtreecommitdiff
path: root/public/app/views/welcome.php
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-04 03:02:01 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-04 03:02:01 +0300
commit63f714d5a78b765c117ebf6bbdfdbd748dd45644 (patch)
tree87a4db40e1ff699222ccfdf699a3904d1c665bfc /public/app/views/welcome.php
parent931a93cd7bae092e2752064568cebe407d2bf46e (diff)
downloadgyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.tar.gz
gyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.tar.bz2
gyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.zip
authentication; invitation; activation; base form setup
Diffstat (limited to 'public/app/views/welcome.php')
-rw-r--r--public/app/views/welcome.php15
1 files changed, 8 insertions, 7 deletions
diff --git a/public/app/views/welcome.php b/public/app/views/welcome.php
index e97f748..fd3f703 100644
--- a/public/app/views/welcome.php
+++ b/public/app/views/welcome.php
@@ -26,15 +26,14 @@ select option { font-size: .87rem; }
</head>
<body class='classroom'>
<div class="container" style="max-width: 640px;">
- <div class="row">
+ <div class="row">
- <?php
- $form = JsonToForm::make_a_form(REGISTRATION_FORM);
- ?>
+<?php
+ $form = JsonToForm::make_a_form(REGISTRATION_FORM);
+?>
+<?=$form['html']?>
- <?=$form['html']?>
-
- </div>
+ </div>
</div>
@@ -196,6 +195,8 @@ $('.select-field').select2({ width: '100%' });
// ---------------------------------------------------------------------------
<?=$form['init_js']?>
+<?=$form['values_js']?>
+
// 04. FORM-LOGIC
// ---------------------------------------------------------------------------