ZVON > References > VoiceXML Reference
Element:option
Attributes: | dtmf | value |
Parents: | field |
Description:

Go to Standard

Examples:


<form>
     <field name="maincourse">
          <prompt> Please select an entree. Today, we’re featuring
               <enumerate/>
          </prompt>
          <option dtmf="1" value="fish"> swordfish </option>
          <option dtmf="2" value="beef"> roast beef </option>
          <option dtmf="3" value="chicken"> frog legs </option>
          <filled>
               <submit next="/cgi-bin/maincourse.cgi" method="post" namelist="maincourse"/>
          </filled>
     </field>
</form>