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