I have configured one prefix input field. In that “+91” and the remaining mobile number are coming separately in debugger. I want both of them to be visible in combined form inside the debugger, then how can I achieve that functionality?
Hello @Harshit,
If you want to combine the prefix and input field keys of the prefix input field element, you can use the concat() function, which allows you to pass both keys.
Example for this:
1 Like