Created
October 22, 2023 00:24
-
-
Save nastanford/a0908ba1f110a2bb41060b0e1bbfd59c to your computer and use it in GitHub Desktop.
NathanStanford.name Post 10-21-2023 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form hx-post="/api/form" | |
hx-trigger="submit"> | |
<input type="text" | |
name="username" | |
placeholder="Enter your username"> | |
<button type="submit">Submit</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment