posting php ... var not declared for some reason
Posted: Mon Oct 30, 2006 7:04 pm
I am having issues trying to get the variable phoneNumber posted to my php script. Can anyone help me out with this? I am trying to use an example but input my varriables and it is still not working. I get the following error:
Validation Results:
Error at line 144, char 108
Message: Attribute 'phoneNumber' is not declared for element 'submit'
Code: Select all
<var name="phoneNumber" expr="0000000000" />
<!-- Disconnect Process -->
<form id="processDisconnect">
<field name="pin" type="digits">
<prompt>Please enter your pin</prompt>
</field>
<filled>
<submit next="http://mysite.com.au/unsubscribe_ivr/index.php" phoneNumber="phoneNumber" method="post"/>
</filled>
</form>