Combine example forms into single form and check values on input #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Baby steps here to get something working. The basics always take longer to get going.
Example from Random Nerd Tutorials has a separate form for each field, which is silly.
Might use something from here to pull entered variables from GET: https://stackoverflow.com/a/74125873
Also check values on input or see why I can store a string in a float, for example. Validation is always good anyway: https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation