Hello, I had a couple custom HTML elements that were buttons with URL Links attached to them. They were working a couple weeks ago but now they only work in the designer pane but won't work when previewed or when the form is assigned.
Here is the HTML:
<button title="button title" class="action primary tocart" onclick=" window.open('https://app.laserfiche.com/forms/AP-Table-Sync', '_blank'); return false;">Run Sage Sync Process</button>
Can anyone tell me why this is broken all of a sudden and how I might fix it?