in reply to Form problems

Classic curly problem :) Change this:

{ print "<font color=red>Please fill in a message.</font>\n"; }} # ^^ # Error is here

into:

{ print "<font color=red>Please fill in your name.</font>\n"; } } # Move one of the two curlies all the way down here
--
b10m