print <Order Form

Thank You

You should except a reply back in the next 24 hours. Feel free to email any additional comments to JUST 'N STYLE
EndHTML; foreach $key (keys(%FORM)) { print "$key = $FORM{$key}
"; } print <

$FORM{'firstname'} $FORM{'lastname'}
Email: $FORM{'email'}
Phone Number: $FORM{'number'}

Catalog: $FORM{'catalog'}
Brand: $FORM{'brand'}
Item number: $FORM{'inumber'}
Color: $FORM{'color'}
Sizes: $FORM{'size'}
EndHTML; if ($FORM{'services'} eq "yes") { print <Services:
$FORM{'GraphicsDesign'}
$FORM{'Screenprinting'}
$FORM{'Digitizing'}
$FORM{'Embroidery'}
$FORM{'Manufacturing'}
EndHTML; } if ($FORM{'textarea'} ne "") { print "
Comments:
$FORM{'textarea'}"; } print "\n";