<?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="card1" title="WAP Form Examples">
          <p><em><strong>Textbox</strong></em><br/>
		  	Please type a number.<br/>
			Any number: <input name="aNumber"/></p>
          <do type="accept" name="card2" label="Continue">
            <go href="#card2"/>
          </do>
        </card>
        <card id="card2" title="WAP Form Examples">
  		  <p><em><strong>???</strong></em><br />
		  Don't tell me the number.<br/>
		    Let me guess.</p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card3" label="Continue">
            <go href="#card3"/>
		  </do>
        </card>
        <card id="card3" title="WAP Form Examples">
  		  <p>Is this your number? <br/>
		  (Hit refresh if the number is missing.)<br/>
		  $(aNumber)</p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card4" label="Continue">
            <go href="#card4"/>
		  </do>
        </card>
        <card id="card4" title="WAP Form Examples">
		<p>
		<fieldset title="Who is your favorite Marx Brother?">
		Who is your favorite Marx Brother?<br/>
		Choose one.<br/>
		<select name="aMarx">
		<option value="Groucho">Groucho</option><br/>
		<option value="Chico">Chico</option><br/>
		<option value="Harpo">Harpo</option><br/>
		<option value="Zeppo">Zeppo</option><br/>
		<option value="Gummo">Gummo</option>
		</select>
		</fieldset>
		</p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card5" label="Continue">
            <go href="#card5"/>
		  </do>
        </card>
        <card id="card5" title="WAP Form Examples">
          <p>(There was a Gummo Marx.  He left the Marx Brother's comedy group before they started making films.)</p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card6" label="Continue">
            <go href="#card6"/>
		  </do>
        </card>
        <card id="card6" title="WAP Form Examples">
			<p>
			<fieldset title="What types of films do you enjoy?"><br/>
			Choose one or more.
			<select name="aFilm" multiple="true">
			<option value="Action">Action</option>
			<option value="Adventure">Adventure</option>
			<option value="Thriller">Thriller</option>
			<option value="Other">Other</option>
			</select>
			</fieldset>
			</p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card7" label="Continue">
            <go href="#card7"/>
		  </do>
        </card>
        <card id="card7" title="WAP Form Examples">
          <p>Your favorite Marx Brother is:<br/>
		  <em><strong>$(aMarx)</strong></em></p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card8" label="Continue">
            <go href="#card8"/>
		  </do>
        </card>
        <card id="card8" title="WAP Form Examples">
		  <p>Your favorite type(s) of film are:<br/>
		  <em><strong>$(aFilm)</strong></em></p>
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card9" label="Continue">
            <go href="#card9"/>
		  </do>
        </card>
        <card id="card9" title="WAP Form Examples">
		  Where to next?
          <do type="prev" label="Back">
            <prev/>
          </do>
          <do type="accept" name="card1" label="First">
            <go href="#card1"/>
		  </do>
          <do type="accept" name="Other" label="Other WAP Deck">
            <go href="bouton.wml"/>
		  </do>
          <do type="accept" name="Home" label="Home">
            <go href="http://www.BoutonJones.com/"/>
		  </do>
          <do type="accept" name="Portfolio" label="Portfolio">
            <go href="http://www.BoutonJones.com/port.html"/>
		  </do>
        </card>
      </wml>



          