cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
490
Views
0
Helpful
1
Replies

How to using # as valid input with Form Element

markjiang
Level 1
Level 1

Hi

I can using "\*" as valid input.
However, how to using "#" as valid input with Form Element?

Please guide me to solve this problem.......

P.S.

CVP 7.0.2

ICM 7.5

Regards,
Mark

1 Accepted Solution

Accepted Solutions

geoff
Level 10
Level 10

You need to set a VXML property to redefine the termination character (termchar) which is, by default, the pound sign. Typically you do this on the application as a whole, although you can be more specific and do it on the element and redefine it on the next element.

You can set it to nothing - use space in quotes.

Regards,

Geoff

View solution in original post

1 Reply 1

geoff
Level 10
Level 10

You need to set a VXML property to redefine the termination character (termchar) which is, by default, the pound sign. Typically you do this on the application as a whole, although you can be more specific and do it on the element and redefine it on the next element.

You can set it to nothing - use space in quotes.

Regards,

Geoff