Avatar

Employee Advisor

nothing worked, or at least whatever I tried, I found a way to mitigate the issue, however, Adobe Campaign is still messing/fiddling with webapp source code, for instance if I place a canvas element within div tags, acc removes the canvas element completely it deletes it, if I add novalidate to a form, it restructures the form code.

 

i.e. acc completely deletes the canvas element when in between div tags.

<div class="chart-container" style="height: 350px;">
<canvas width="400" height="200" id="myChart"></canvas>
</div>

 

i.e novalidate, acc adds ="" when it should be just novalidate

<form class="needs-validation-calculator mb-3" novalidate="">