|
@@ -9,7 +9,7 @@ if (!$contentData) {
|
|
|
$formID = rand(0, 100000);
|
|
|
|
|
|
?>
|
|
|
-<form processed method="POST" action="/process_form_submit" onsubmit="return submitForm_NoteSection_{{ $formID }}(this);">
|
|
|
+<form processed method="POST" action="/process_form_submit" onsubmit="return false">
|
|
|
<?php if($section): ?>
|
|
|
<input type="hidden" name="section_uid" value="<?= $section->uid?>">
|
|
|
<?php else: ?>
|
|
@@ -21,7 +21,8 @@ $formID = rand(0, 100000);
|
|
|
<div class="d-flex align-items-end mb-3">
|
|
|
<p class="text-secondary mr-3 my-0">Moderate physical activity is any activity that is <u><i>somewhat hard</i></u>
|
|
|
and makes you feel like you do when you walk <i><u>fast</u></i> (3– 4 mph).</p>
|
|
|
- <button class="btn btn-sm btn-primary ml-auto">Done</button>
|
|
|
+ {{--<button class="btn btn-sm btn-primary ml-auto">Done</button>--}}
|
|
|
+ <button type="button" class="btn btn-sm btn-primary ml-auto" onclick="return fastReload()">Done</button>
|
|
|
</div>
|
|
|
|
|
|
<label class="mb-3">Select the activities you did during the last 7 days at a MODERATE LEVEL <u>nonstop for at
|