here is our code and we want to use the # sign both for the user name and password
<?xml version="1.0"?>
<vxml version="2.0">
<property name="inputmodes" value="dtmf"/>
<var name="logincount" expr="1"/>
<form id="welcome">
<block>
<prompt>
Welcome to Macy's South System Communication Log paging System.
</prompt>
<goto next="#login"/>
</block>
</form>
<form id="login">
<field name="userid" type="digits">
<prompt>
Now, Please enter your user number.
</prompt>
<noinput>
Sorry! I didn't hear you.
</noinput>
<noinput count="3">
You didn't respond. You'll be disconnected.
Good bye!
<disconnect/>
</noinput>
<nomatch>
Sorry, I didn't understand.
<reprompt/>
</nomatch>
</field>
<field name="pwd" type="digits">
<prompt>
Please enter your password.
</prompt>
<noinput>
Sorry! I didn't hear you.
</noinput>
<noinput count="3">
You didn't respond. You'll be disconnected.
Good bye!
<disconnect/>
</noinput>
<nomatch>
Sorry, I didn't understand.
<reprompt/>
</nomatch>
</field>
<filled>
<prompt>
Please hold, login information is being processed!
</prompt>
<submit next="
http://11.54.32.146/ivr/default.asp" namelist="userid logincount pwd" method="get"/>
</filled>
</form>
</vxml>