parent
61fc543af2
commit
e8d592520f
|
@ -15,8 +15,7 @@
|
||||||
(list 'payment (make-yes-no "Pay per" "bill" "card"))
|
(list 'payment (make-yes-no "Pay per" "bill" "card"))
|
||||||
(list 'date-of-bill
|
(list 'date-of-bill
|
||||||
(make-radio "Pay at"
|
(make-radio "Pay at"
|
||||||
(list "first" "middle" "end of month.")))
|
(list "first" "middle" "end of month."))))))
|
||||||
(list 'return "Return to main menu."))))
|
|
||||||
)
|
)
|
||||||
(if (string=? (extract/single 'pwd answers)
|
(if (string=? (extract/single 'pwd answers)
|
||||||
(extract/single 're-pwd answers))
|
(extract/single 're-pwd answers))
|
||||||
|
@ -33,7 +32,8 @@
|
||||||
(extract/single 'date-of-bill answers)))))
|
(extract/single 'date-of-bill answers)))))
|
||||||
(final-page "Data recorded."))
|
(final-page "Data recorded."))
|
||||||
(begin
|
(begin
|
||||||
(inform (format #f "Hi ~a, you've misspelled your password. Go back and retype it."))
|
(inform (format #f "Hi ~a, you've misspelled your password. Go back and retype it."
|
||||||
|
(extract/single 'name answers)))
|
||||||
(final-page "Your registration has been canceled.")))))
|
(final-page "Your registration has been canceled.")))))
|
||||||
|
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue