[Zope] FW: [Zope] Newbie DTML: Checking a variable

Chris Withers chrisw@nipltd.com
Tue, 25 Apr 2000 22:14:47 +0100


       <td width=""><input name="ssn_call"
                 ^^
                 that's not good HTML ;-)

Try this for your input:

<input name="ssn_call" width=30 
value="<dtml-if "REQUEST['ssn_call']"><dtml-var SSN></dtml-if>">

Chris