Force user email to lower case. Include action on all forms.

This commit is contained in:
mikestefanello 2021-12-25 21:30:22 -05:00
parent 1ccb0cad1a
commit eafde27809
14 changed files with 100 additions and 50 deletions

View file

@ -22,7 +22,7 @@
</div>
</article>
{{- else}}
<form id="contact" method="post" hx-post>
<form id="contact" method="post" hx-post="{{call .ToURL "contact.post"}}">
<div class="field">
<label for="email" class="label">Email address</label>
<div class="control">