Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a page on your website at https://YOURDOMAINHERE.com/custom-quote

    1. Be sure the path is /custom-quote

    2. Do not have a deeper path like /vacation-rentals/custom-quote, or have an extension like /custom-quote.html

  2. Add your Hub script to the page

    1. Be sure to use the ID=custom-quote

    2. This is the same script as your search page or details page, with just the ID=-custom-quote change.

Code Block
<div id="custom-quote">

<script src="yourscripthere.js" type="text/javascript"></script>
</div>

3. Generate a Custom Email Quote from Streamline for yourself to test.

...