PDF Manager - Links broken

Hi  All,

How would you resolve an issue in PDF Manager where saving a file causes curly brackets to be converted to "%7B", breaking the link? Do you know the solution for this?

<p>rodrigo</p>
<p> </p>
<p>test <a>{$fields.phone_alternate} </a></p>
<p> </p>
<p><a href="%7B$field.name%7D" rel="noreferrer noopener" target="_self">{$fields.name}</a></p>
<p><a href="%7B$field.name%7D" rel="noreferrer noopener" target="_self">Test</a> </p>

Parents
  •  

    Do you know anything about this? 

    Rodrigo Manara

    Sr. Developer

  • I've had the same problem several times before and it's odd, but it doesn't seem to be consistent and sometimes re-editing the HTML and re-saving works....


    I'm not sure if you copied/pasted or retyped this but you have field.name instead of fields.name in the href, the s is missing in fields. I wonder if that would make a difference.

Reply
  • I've had the same problem several times before and it's odd, but it doesn't seem to be consistent and sometimes re-editing the HTML and re-saving works....


    I'm not sure if you copied/pasted or retyped this but you have field.name instead of fields.name in the href, the s is missing in fields. I wonder if that would make a difference.

Children