Demo form satisfies to choicesp and questionp
This commit is contained in:
parent
29cb6bec30
commit
bf70637717
1 changed files with 4 additions and 0 deletions
|
@ -3,13 +3,17 @@
|
||||||
(multi-form
|
(multi-form
|
||||||
(:ask "What is your age range?"
|
(:ask "What is your age range?"
|
||||||
:group "demo-age-range"
|
:group "demo-age-range"
|
||||||
|
:style "list-style-type:none"
|
||||||
:choices (:single "18-24" "25-34" "35-44" "45-54" "55+"))
|
:choices (:single "18-24" "25-34" "35-44" "45-54" "55+"))
|
||||||
(:ask "What is your gender?"
|
(:ask "What is your gender?"
|
||||||
:group "demo-gender"
|
:group "demo-gender"
|
||||||
|
:style "list-style-type:none"
|
||||||
:choices (:single "Male" "Female" "Non-binary" "Prefer not to say" "Other" :text "Other"))
|
:choices (:single "Male" "Female" "Non-binary" "Prefer not to say" "Other" :text "Other"))
|
||||||
(:ask "What is your profession?"
|
(:ask "What is your profession?"
|
||||||
:group "demo-profession"
|
:group "demo-profession"
|
||||||
|
:style "list-style-type:none"
|
||||||
:choices (:text "Profession"))
|
:choices (:text "Profession"))
|
||||||
(:ask "What is your educational background?"
|
(:ask "What is your educational background?"
|
||||||
:group "demo-edu"
|
:group "demo-edu"
|
||||||
|
:style "list-style-type:none"
|
||||||
:choices (:text "Last Degree")))
|
:choices (:text "Last Degree")))
|
||||||
|
|
Loading…
Add table
Reference in a new issue