Non-VIP Form getter

This commit is contained in:
2023-12-15 08:36:08 -06:00
parent 52bf7f9484
commit 3495579ebf
2 changed files with 77 additions and 1 deletions

View File

@@ -6,3 +6,8 @@ type Location struct {
name string // Used for autocomplete & location selection
address string // Not used in this application so far
}
type Field struct {
text string // The text displayed
id string // The id of the field
}