[ad_1]
I have a page with an embedded web form and I have added a custom javascript snippet that conditionally displays some text when the form is submitted, depending on the values submitted. Because this text is not visible when the page is first loaded (it’s created by appending DOM nodes when the submit button is clicked), the plugin does not translate the new text when it appears. Is there any way to programmatically trigger a re-scan of the page to re-render the translated copy?
The page I need help with: [log in to see the link]