working health form pieces too with much better logging

This commit is contained in:
Chris Cochrun 2024-07-01 16:18:19 -05:00
parent 4a8325aa35
commit a3fbdfae8b
3 changed files with 54 additions and 41 deletions

View file

@ -3,7 +3,14 @@
<div id="mt-form" class="form text-lg w-full">
<form id='form' hx-post="http://localhost:4242/camp-form" hx-encoding="multipart/form-data" autocomplete="on" method="post" target="_parent" class="w-full items-center flex flex-wrap">
<form id='form'
hx-post="http://localhost:4242/camp-form"
hx-encoding="multipart/form-data"
autocomplete="on"
method="post"
target="_parent"
class="w-full items-center flex flex-wrap">
<h3 class="basis-full">Camp Form</h3>
<div class="basis-full flex flex-wrap my-4">
<label for="first-name" class="basis-full">What is your first and last name? <span class='inline-block text-[#f39] text-sm align-sub'>* required</span></label>

View file

@ -219,7 +219,8 @@
<form id='form'
hx-post="http://localhost:4242/health-form"
hx-encoding="multipart/form-data"
autocomplete="on" method="post"
autocomplete="on"
method="post"
target="_parent"
class="w-full items-center flex flex-wrap">