Hello,
I am trying to insert a HTML element directly into a form using an ‘In’ argument in the Data Binding.
Is there any way to access the HTML element content outside the form, in order for me to change it at will?
Thanks in advance
Hello,
I am trying to insert a HTML element directly into a form using an ‘In’ argument in the Data Binding.
Is there any way to access the HTML element content outside the form, in order for me to change it at will?
Thanks in advance
Hi @pLock
You can achieve this.
Drag and drop HTML element control.
Field key → myHtml
Display → Content → {{data.myHtml}}
Display → enable → Refresh On Change
Create In argument in form fields collection.
If you assign the values in studio, you should be able to see the values are set automatically.
Hope it helps.
Thank you for this solution, Tamilselvan!! It helped me!