9 lines
493 B
HTML
9 lines
493 B
HTML
<form class="create-object" hx-trigger="submit throttle:200ms" hx-post="/objects/emailusers">
|
|
<fieldset>
|
|
<label for="details.username">Username</label>
|
|
<input autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" type="text" id="details.username" name="details.username" value="" placeholder="a_user">
|
|
<small>A unique username.</small>
|
|
</fieldset>
|
|
<button data-loading-disable type="submit" _="install buttonCheckHtmxResponse">Create</button>
|
|
</form>
|