Multiple Forms in Single vxml - Field passing
Posted: Thu Mar 26, 2009 2:18 pm
hi,
Can you please help me with passing multiple field values to a next form element defined in the same vxml where i'm using goto to take the control to the next form?
something like this
---------------------
<vxml>
<form name='"form1">
<field name="name"/>
<field name="age"/>
fields have been assigned some values...
i do <goto next="#form2"/>
</form>
<form name="form2">
i want to use the field values assined to name and age in form 1 here in this form2
</form>
</vxml>
Can you please help me with passing multiple field values to a next form element defined in the same vxml where i'm using goto to take the control to the next form?
something like this
---------------------
<vxml>
<form name='"form1">
<field name="name"/>
<field name="age"/>
fields have been assigned some values...
i do <goto next="#form2"/>
</form>
<form name="form2">
i want to use the field values assined to name and age in form 1 here in this form2
</form>
</vxml>