···3737 <div class="bodyContent"></div>
3838 <hr />
3939 <!-- Label Site Specific -->
4040- <form id="addform" hx-post="/add-account" hx-target="#form-output" hx-target-error="#form-output" hx-swap="innerHTML" hx-indicator="#ind">
4040+ <form id="addform" hx-post="/add-account" hx-target="#form-output" hx-target-error="#form-output" hx-swap="innerHTML" hx-indicator="#ind" hx-disabled-elt="#submitButton">
4141 <label>
4242 BSky Handle:
4343 </label>
4444 <input type="text" id="username" name="domain" minlength="4" required placeholder="@example.bsky.social" />
4545 <small>This should be an user profile URL, URL to a post, a handle in the form of <code>USERNAME.bsky.social</code> or custom domain. Do not put your resolved DID here.</small>
4646- <input type="submit" value="Add" />
4646+ <input id="submitButton" type="submit" value="Add" />
4747 </form>
4848 <center class="output">
4949 <span id="ind" aria-busy="true" class="htmx-indicator">Loading...</span><br />