:checkbox, :email and other text based inputs support for form-dialog

This commit is contained in:
David Botton 2021-02-24 16:39:02 -05:00
parent d16f17d0d7
commit 61853feccb
4 changed files with 39 additions and 4 deletions

View file

@ -82,11 +82,13 @@
("Brown" "brown")
("Green" "green")
("Other" "other")))
("Send Mail" "send-mail" :checkbox)
("Name" "name")
("Address" "address")
("City" "city")
("State" "st")
("Zip" "zip"))
("Zip" "zip")
("E-Mail" "email" :email))
(lambda (results)
(alert-dialog obj results))
:height 550))