<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
 
<wml> 
<card id="home" title="Ihre WAP-Seite"> 
<p> 
Schicken Sie uns eine Email:<br/> 
</p> 

<p>
Ihre Email-Adresse:<br/> 
<input type="text" title="mail" name="mail"/><br/>
Nachricht:<br/> 
<input type="text" title="mail" name="message"/><br/>
</p>
<p>
<anchor>
  Senden
  <go href="send.php" method="post">
    <postfield name="pfmail" value="$(mail)"/>
    <postfield name="pfmessage" value="$(message)"/>
  </go>
</anchor>
</p>
<p>
<a href="kontakt.wml">Zur&#252;ck</a> zu Kontakt
</p>
</card> 
</wml> 
