Dynamic content as a link in a text field changes in HTML view

When I type the following into a text field it automatically changes it to the following code when I reopen it (since it automatically opens in the HTML view) which is not correct. You can see that it gets rid of the curly bracket’s and adds in some quote marks.

Before

<a href="{{dc:looper:field key="conclusion_link"}}">{{dc:looper:field key="conclusion_link_title"}}</a>

After

<a href="{{dc:looper:field key=" conclusion_link="">{{dc:looper:field key="conclusion_link_title"}}</a>
1 Like

Thanks for bringing this to our attention. I am able to recreate and will add it to our issue list for V6. Unfortunately I think you’ll need to copy the original HTML every time you need to update in the meantime.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.