Combine example forms into single form and check values on input #1

Closed
opened 2023-08-22 12:31:56 -05:00 by W1CDN · 0 comments
Owner

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

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
W1CDN added the
enhancement
label 2023-08-22 12:31:56 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: W1CDN/vulpes#1
No description provided.