Create a new tag
Select Custom HTML as tag type, and insert the code below. We recommend calling the tag "Proposales Embed".
<script src="https://static.proposales.com/embed.js" async></script>
Trigger the tag on every page view
Make sure to trigger this new "Proposales Embed" tag on every Page view across All pages of the website.
When installed, all links to the Inbox Widget will open as an overlay
Every link to the Inbox Widget, e.g. https://inbox.proposales.com/{token}
, will now trigger the Inbox Widget on the website, instead redirecting the visitor to the link destination.
If the user doesn't have JavaScript enabled the user will be taken to the Inbox Widget as a regular link and submit the request from there.
Disable the "Resume request" button
If the website visitor start to fill out the RFP web form in the Inbox Widget but doesn't submit, a "Resume request" button will show up in the lower right corner. You can disable that via CSS if you prefer to now show it for some reason. Add a new tag (e.g. "Proposales widget CSS") with this HTML:
<style type="text/css">
#resume-booking {display: none !important;}
</style>