default form values

This commit is contained in:
David Botton 2021-02-25 12:14:28 -05:00
parent f925d720de
commit 9fe95bbc5e
3 changed files with 61 additions and 23 deletions

View file

@ -82,8 +82,8 @@
("Brown" "brown")
("Green" "green")
("Other" "other")))
("Send Mail" "send-mail" :checkbox)
("Name" "name")
("Send Mail" "send-mail" :checkbox t)
("Name" "name" :text "Real Name")
("Address" "address")
("City" "city")
("State" "st")