When I run the following tag I get error of type or chacater @ not recognized:
<form id="commitData">
<block>
<prompt bargein="false">
Hello this is text hello
this is a test.
</prompt>
<assign name="user" expr="blah@blahblah.com"/>
<assign name="pin" expr="45684213"/>
<assign name="start_url" expr="http://201.216.202.89/BWW/bwwoutbound.xml"/>
<submit next="http://outbound.plumgroup.com/webservice/queuecall.php" namelist="user pin friendphonenumber start_url" method="post" enctype="multipart/form-data"/>
</block>
</form>
Any clues on that?
Thank you
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Submit tag error of type
IVR code fix for tag error
Hi,
The reason you are getting this IVR error is because you have to place your <assign> tag "expr"s in single quotes.
So, this line of IVR code:
would be changed to:
and this line of IVR code:
would be changed to:
Hope this IVR code helps.
Regards,
Plum Support
The reason you are getting this IVR error is because you have to place your <assign> tag "expr"s in single quotes.
So, this line of IVR code:
Code: Select all
<assign name="user" expr="blah@blahblah.com"/>
Code: Select all
<assign name="user" expr="'blah@blahblah.com'"/>
Code: Select all
<assign name="start_url" expr="http://201.216.202.89/BWW/bwwoutbound.xml"/>
Code: Select all
<assign name="start_url" expr="'http://201.216.202.89/BWW/bwwoutbound.xml'"/>
Regards,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com