summaryrefslogtreecommitdiff
path: root/public/app/views/welcome.php
diff options
context:
space:
mode:
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
// ---------------------------------------------------------------------------