We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Can a <goto> refer to a variable?

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: Can a <goto> refer to a variable?

Post by support »

Yes, but you will have to use the expr attribute like this:

Code: Select all

<goto expr="profileURL"/>
For more info on the <goto> tag, please take a look at this: http://www.plumvoice.com/docs/dev/voicexml:tags:goto

Post Reply