<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN"
"http://www.wapforum.org/DTD/wml_1.2.xml">
<wml>
<card id="card1" title="Submit with body and action fields">
<input type="text" name="bodytxt" value="" emptyok="false"/>
<br/>
<anchor title="submit 1">
submit test <br/>
<go href="http://wmlbrowser.mozdev.org/tests/wml/form-submission-result.html" method="get">
<postfield name="body" value="$(bodytxt)"/>
<postfield name="action" value="calc"/>
</go>
</anchor>
</card>
<card id="card2" title="Submit body field only">
<input type="text" name="bodytxt1" value="" emptyok="false"/>
<br/>
<anchor title="submit 2">
submit test <br/>
<go href="http://wmlbrowser.mozdev.org/tests/wml/form-submission-result.html" method="get">
<postfield name="body" value="$(bodytxt1)"/>
</go>
</anchor>
</card>
</wml>
