<?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="index" title="Tom's First WML Form">
<p>Here is the form</p>
<p>
Input here: <input type="text" name="foo""/>
<anchor>Submit
<go method="post" href="/cgi-bin/twic/wml/form.py">
<postfield name="foo" value="$(foo)"/>
</go>
</anchor>
</p>
</card>
</wml>
