Widget Contact Preference

Manage the contact options for your widgets.

Dashboard > Settings > Widget Contact Preferences

The widget contact preference settings page allows you to add your own link where the contact options would be on MortgageQuote's widgets.

For example, the "Check Eligibility" button on the Mortgage Quoting Systems plan button would direct the user to the link set instead of it's default behaviour.

Contact Widget Preferences settings page

Linking to a page

To link to a page, enter the the web page you wish to send the user to. You will most likely need to prefix the URL with a backslash if you are linking to an internal page.

Example

Internal Page: /your-page-name External Page: https://mortgage-quote.me/contact

Linking to an anchor tag

In order to link to an anchor tag, prefix a hashtag to the Id name of the HTML section.

Example

<div id="get-in-touch">
    <!-- Get in touch -->
</div>

If this section is on the same page as the quoting system, you'd type in the input box: #get-in-touch If this section is on another page, you'd type in the input box: /your-page-name#get-in-touch

Don't forget to click the "Update Widget Contact Preferences" button once you are happy with the changed made.

Last updated