You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add javascript text functions from form variable to show in rich text. But only length function works.
This works: {{value}}
This works: {{value.length}}
This doesn't work : {{value.split(",")[1]}}
Can you please help if there is a way to manipulate text in screen builder rich text element?
Also I want to apply the similar functions for visibility rules of the fields.
Please advice
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to add javascript text functions from form variable to show in rich text. But only length function works.
This works: {{value}}
This works: {{value.length}}
This doesn't work : {{value.split(",")[1]}}
Can you please help if there is a way to manipulate text in screen builder rich text element?
Also I want to apply the similar functions for visibility rules of the fields.
Please advice
The text was updated successfully, but these errors were encountered: