Trying to figure out why the following script isn’t working:
<div class="em-widget"
data-width="100%"
data-height="800px"
data-min-height="800px"
data-site-id="1163315363"
data-config='{"workFlowId":"120271","externalLoginWindow":"true"}'
data-name="ecc-loan-app"
data-aria-label="My Loan Application"
>
</div>
https://www.angeloakhomeloans.com/test-application-portal-widget
austin
(Austin Thesing)
June 9, 2023, 7:51pm
2
Hey @travis_peterman ! Welcome to the webflow community.
There is likely an external script tag you need to include for that div to work. Because right now that’s just a static div and all of those parameters are likely something that the main <script></script>
is going to reference to add the dynamic capability.
If you need more help please share your read only link to your project: Share a read-only link | Webflow University
austin
(Austin Thesing)
June 12, 2023, 8:16pm
4
I can’t see the script you posted. Can you share your webflow project read only link?
@austin read only link added. thx
austin
(Austin Thesing)
June 14, 2023, 6:33pm
7
With widgets like this sometimes you have to whitelist the domain for them to render properly on the destination page.
Do you know if there are any settings for that on where the widget code was grabbed from?
I don’t, i’ll have to get with some additional resources. Thanks.