I have made a fiddle showing my problem : https://jsfiddle.net/7r4y90xj/
I paste the code below :
<textarea id="acf-editor-115" class="wp-editor-area" name="acf[field_5e84a7a85a0a7][row-1][field_5e84a7f95a0a9]" style="height:300px;">
<a href="https://hub-roy.shop.secutix.com/selection/timeslotpass?productId=10228328078743>mStepTracking=true" target="_blank" rel="noopener">buy</a>
</textarea>
As you can see the href is transformed :
https://hub-roy.shop.secutix.com/selection/timeslotpass?productId=10228328078748>mStepTracking=true
The difference is between the > and > characters.
It seems that the browser detects the ">" as if it was the entity ">" and transforms it to the ">" character, which breaks everything in my page because the browser interprets it as a closing tag in the middle of the href...
Any idea why this happens and how to avoid it ?
thanks
Did you already have to face this issue when using ACF ? Do you have a fix ?
Thank you, Maxime.