How to
How to resolve this, I have select html view as the content component from the side bar. An I set the value as local, provide the text. But it is not shown in the page. Anyone help me to resolve it
2 Likes
@GeethaNagarajan You can set content in variable using local or CO and use that variable here in HTML node.
2 Likes
Okay, but how to set the value of the particular variable?
1 Like
Hi @Aswin, there is no option as string
2 Likes
I think you want to show this after submitting the insurance details right. If it is you can place a custom code in onclick of that button and you can add the value to the local object using alpha.local.update(‘key‘,’value)
you can use this in the html element
1 Like
Hi @Aswin, yes it’s working now. thankyou
2 Likes

