How to install the DTC quoter form onto a website created in WIX. #
- on page where form should appear, add an “embed html iframe” type object using the + menu option on the left
- paste the DTC embed code (copied from the DTC admin dash) and wrap with with <div> </div> before and after the code
- the DTC embed code always starts and ends with the <script></script> tags
- EXAMPLE: <div> <script src=”https://demo.dtcquoter.com/?dtc_embed=1&partner=536” id=”apdtc”></script> </div>
- save and preview