[opencms-dev] Unknown data block error

opencms at vatsa.com opencms at vatsa.com
Thu Jul 8 19:00:02 CEST 2004


Hi,

I am trying to create a form collecting data like name, email etc.. I want 
this data saved . where is this data saved? Do i have to create tables 
manually?

for eg:-

<![CDATA[

<!-- Start of CONTENT_FORM -->

<table width="498" border="0" cellpadding="0" cellspacing="0">
  <tr>
   <td width="498"><p 
class="emailerror">]]><process>error</process><![CDATA[</p>

    <form method="POST" action="]]><method
             name="abcd"/><![CDATA[">

     <input type="hidden" name="action" value="reply">
     <table width="498" border="0" cellpadding="0" cellspacing="0">
           <tr>
           <td width="140" align="right"><p>Email Address</p></td>
           <td width="358"><input type="text" name="Email" size="40"

value="]]><process>Email</process><![CDATA["></td>
      </tr>
        <tr>
       <td width="140" align="right" valign=top"> </td>
       <td width="358"><br><input type="image" src="]]><method 
name="getServletPath"/><![CDATA[images/submit.gif"

border="0"></td>
      </tr>
     </table>
    </form><br></p>
   </td>
  </tr>
</table>
<!-- End of CONTENT_FORM -->
]]>


Thanks,
Anna




More information about the opencms-dev mailing list