9 Dec
1999
9 Dec
'99
10:46 p.m.
simpler even: <dtml-try> <dtml-call insert_survey_rec> Your survey was submitted successfully! Thanks! <dtml-except> There was a problem processing your survey. Please try again, or send e-mail to ... </dtml-try>
-----Original Message----- So would it have simply the following ( syntax ? )
<dtml-with REQUEST> <dtml-try>
<dtml-call "insert_survey_rec(e-mail,...)" > <- syntax ? quotes around e-mail? Your survey was submitted successfully! Thanks! <dtml-except> There was a problem processing your survey. Please try again, or send e-mail to ...
</dtml-try> </dtml-with>