Dynamic data doesn't work in links
Hi,
I understand that dynamic data can be used anywhere in BeBuilder.
When using something like this within a text column:
<a href="{content:123}">xxxxx</a>
The href in the DOM remains empty:
<a href>xxxxx</a>
So I understand that either there's a bug or it's not actually implemented to allow the use of dynamic data anywhere in BeBuilder.
If it's the first option, could you look into it?
If it's the second: I think it would be a good idea to implement it, since within the "automatic" nature of everything, having this "obstacle" prevents the builder from being fully dynamic.
Thanks.
WP: 6.8.3
BT: 28.1.12
Comments
Hi,
Do you use Column text editor with CodeMirror (Code) or TinyMCE (Visual)?
If you use Visual, then it will not work, because TinyMCE changes the structure, breaking dynamic data functionality. So you should use Code instead.
Anyway, I would rather recommend using the Plain Text element if you want to create such a construction.
Best regards
Okay, great. I do indeed use code styles to add styles, spans, <b>, <strong>...
Now that I know this, I'll keep it in mind.
Thank you very much!