Source for Template Example
<FORM METHOD=POST ACTION="http://www.oac.uci.edu/cgi-bin/zd-2.0.cgi">
<INPUT TYPE=hidden NAME="ZD-Method" VALUE="ZD-Reflect;;body:<PLAINTEXT>
$NAME#,
This is an example of a template being used. ZD substitutes
your entries into the template and returns the response to you.
Your favorite color is: $COLOR#
Your favorite food is: $FOOD#
You drive a $YEAR# $MODEL#.
This concludes this example of a template.
">
Please enter your name: <INPUT TYPE=text SIZE=20 NAME=NAME><BR>
Please enter your favorite color: <INPUT TYPE=text SIZE=20 NAME=COLOR><BR>
Please enter your favorite food: <INPUT TYPE=text SIZE=20 NAME=FOOD><BR>
Please enter the year of you car: <INPUT TYPE=text SIZE=20 NAME=YEAR><BR>
Please enter the model of your car: <INPUT TYPE=text SIZE=20 NAME=MODEL><BR>
<INPUT TYPE=submit VALUE="See Response">
<INPUT TYPE=reset VALUE="Clear Form">
</FORM>
Return to template document.