All Collections
Mercury Nexus
Integrations & API
Contact Us form for Asset Finance leads
Contact Us form for Asset Finance leads
Updated over a week ago

The 'Contact Us' Form can be set up on your website so your clients can enter their contact details and have them transferred to Mercury, creating an Asset Finance Opportunity record.

How does it work?

The Contact us form allows visitors to enter information into your website, and have it transferred directly to Mercury. Your Web Developer must implement these forms on your website.

The Contact us form also has an inbuilt Honeypot script that stops spambots from submitting the form.

What is a Honeypot script?

A honeypot is a field that's been added to the form that the customers can’t see (or populate), but spambots will.

So when a spambot completes the form and populates the hidden field, we know that a valid customer did not complete the form and we can confidently reject the form as spam.

Honeypots are also great because they don’t inconvenience customers like a captcha!

To set this up on your website

  1. Make sure you have your Partner Record number and CA number, contact the Mercury Helpdesk if unknown.

  2. Pass on the below developer instructions to your Web Developer.

  3. Once your Web Developer has followed the instructions, notify the Mercury Helpdesk so we can activate it on our end.

Follow the steps below to add this contact us form to your site:

  1. Copy the source code from the file on this link and paste it into your web page.
    caf-contact-us.html

  2. Next update the following hidden input variables “values” :

  • companyid - this sets form to your Company ID:
    <input name="companyid" type="hidden" id="companyid" value="P10000" />

  • brokerId - this sets form to your Broker ID:
    <input name=" brokerId" type="hidden" id=" brokerId" value="CA00000" />

  • returnUrl - this sets the return URL path for when the form has submitted successfully:
    <input name="returnUrl" type="hidden" id="returnUrl" value="http://......" />

  • notificationEmail - this sets the notification email (If you want somebody notified by email when a lead is submitted):
    <input name=" notificationEmail" type="hidden" id=" notificationEmail" value="[email protected]" />

  • notificationSms - this sets the notification sms (If you want somebody notified by sms when a lead is submitted):
    <input name=" notificationSms" type="hidden" id=" notificationSms" value="0412000000" />

3. Submit a helpdesk ticket to activate these forms on your site.


Attachment icon
Did this answer your question?