Contact List Form

Simple contact addition form - used by the ContactList wiki application example
%TMPL:DEF{PROMPT:ContactList_contact}%

<fieldset>
<table>
  <tr>
    <td align="right"><b>Name:</b></td>
    <td><input type="text" id="contactName" name="contactName" value="" size="80"/>
  </tr>
  <tr>
    <td align="right"><b>Email:</b></td>
    <td><input type="text" id="contactEmail" name="contactEmail" value="" size="80"/>
  </tr>
  <tr>
    <td align="right"><b>Number:</b></td>
    <td><input type="text" id="contactNumber" name="contactNumber" value="" size="80"/>
  </tr>
  <tr>
    <td align="right"><b>Address:</b></td>
    <td><textarea id="contactAddress" name="contactAddress" cols="80" rows="3"></textarea>
  </tr>
  <tr>
    <td align="right"><b>Notes:</b></td>
    <td><textarea id="contactNotes" name="contactNotes" cols="80" rows="3"></textarea>
  </tr>
</table>
<input type="submit" class="foswikiSubmit" value="Add Contact" />
</fieldset>

%TMPL:END%
%TMPL:DEF{OUTPUT:ContactList_contact}%%POS:BEFORE%|%URLPARAM{contactName}%|%URLPARAM{contactEmail}%|%URLPARAM{contactNumber}%|%URLPARAM{contactAddress}%|%URLPARAM{contactNotes}%|
%TMPL:END%
Topic revision: r3 - 22 Nov 2011, PadraigLennon
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads