Forms are key components in VoiceXML applications. Forms collect user input and present information to the user. A form can define a field item (for collecting user input), or a control item (containing procedural items to help collect inputs).
|
|
Attribute |
Description |
|
id |
The name of this form. If specified, it can be referenced within the same document or from another document. For example, |
|
scope |
The scope of the form's grammars. Optional. (Defaults to dialog.)
|
|
cleardtmf |
Specifies whether or not the DTMF buffer should be cleared on entry to this form or whether any remaining DTMF inputs from previous forms should be carried over to this form. Set to true to clear the buffer; set to false to carry over DTMF input. Optional. (Defaults to false.) A platform extension. |
error.badfetch event is thrown if multiple forms and/or grammars have the same id (on the same page).Block Catch Data Error Field Filled Grammar Help Initial Link Noinput Nomatch Object Property Record Script Subdialog Transfer Var
cleardtmf attributeNone
|