<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
    <card id="start" title="Enter Submit Test">
        <p>
            Type something and press Enter key. It should submit since there's only one Go action.
            <br/>
            Input: <input name="testvar"/>
        </p>
        <do type="accept" label="Submit">
            <go href="#result"/>
        </do>
    </card>
    
    <card id="result" title="Result">
        <p>
            You submitted: [$(testvar)]
        </p>
        <p>
            <a href="index.html">Back to Index</a>
        </p>
    </card>
</wml>
