######## *define-variables* section ########
*define-variables*
# Note that all variables expect [comment] are required
[req-name]
[req-email]
[req-phone]
[req-address]
######## *success-response* section ########
*success_response*
# Note the !use-linebreak-mode command below
# This will cause
s to be added at the end of each line in the comment
# but only for this section
!use-linebreak-mode = [comment]
# just a simple success-response here which
# verifies that all required variables were completed
Name: [name]
E-mail address: [email]
Phone number: [phone]
Street address: [address]
Comment:
[comment]
Return to the original form.
######## *error-response* section ######## *error-response*
# The form below is just like the original except that if the user # has supplied a value, we use it to prefill that portion of the form. # If no value was supplied, we print "Whoops" and ask for the value # again
Return to the original form.