Home > Partners > Support Tools > Prequalification Link
Prequalification Link
Get your clients off to a great start with a prequalification analysis provided by your favorite OceanTrust Mortgage loan officer or mortgage broker.
Creating The Link
A sample of the code you will need to create a link is below. The mortgage broker that you work with at OceanTrust Mortgage can help you get your link set up and tested. The hidden input field named "source" will transmit your name and phone number to us, and the input field named "assigned" contains a special user id of the Mortgage Broker you work with (normally just the first name in lowercase, but check with your mortgage broker contact). Just replace these fields with your values - up to 20 characters.
This link will connect your site visitors directly to the secure prequalification form on our SSL web server. All their information will be encrypted for their security and peace of mind.
Sample
I recommend that you visit the OceanTrust Mortgage website to get pre-qualified before looking at homes. Complete their form and Roger Theriault will contact you.
<p>I recommend that you visit the OceanTrust Mortgage website to get pre-qualified
before looking at homes. Complete their form and Roger Theriault will contact you.</p>
<p>
<form action="https://id34105.securedata.net/cgi-oceantrust/prequalform.cgi" method="POST">
<input type="hidden" name="assigned" value="roger">
<input type="hidden" name="source" value="Joan Smith, (561) 555-0001">
<input type="submit" name="start" value="Get Prequalified Now">
</form>
</p>