All Collections
Mercury Nexus
Integrations & API
Contact us form for website leads
Contact us form for website leads
Updated over a week ago

This 'Contact Us' form once filled in will populate a Person record and Opportunity into Mercury.

Follow the steps below to add these to your site:

  1. Copy the source code from the file on this link and paste it into your web page.

  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 [email protected] activate these forms on your site. Incuding the below information.

  • Website url

  • Company ID (if you know it)

Attachment icon
Did this answer your question?