Type-ahead support with dtmf
Posted: Tue May 26, 2009 10:12 am
Hi,
Is it possible to use type-ahead support with dtmf sequence?
When I've this code:
But when I execute this code, I've no type-ahead function because I've the block instruction.
How do I use the type-ahead function?
THanks by advance.
Is it possible to use type-ahead support with dtmf sequence?
When I've this code:
Code: Select all
<field name="phone">
...
<filled>
<submit name="check_phone" namelist="phone" />
</filled>
</field>
<form id="check_phone">
<block>
<var name="rc" expr="<% CheckForm() %>" />
<if cond="rc==0">
...
</if>
</block>
</form>
How do I use the type-ahead function?
THanks by advance.