Lead Capture Forms
The Lead Capture Form (LCF) widget is a single widget that can be deployed in several ways using different filters.
This form can be used as a:
- CMA form
- Dream Home form
- Contact Request form
- Alert Sign Up (long form)
- Alert Sign Up (short form)
- Showing Request form
- Request for More Information
Each form uses the same widget, with a different filter. Scroll all of the way to the bottom of the page to see how it’s done.
The LCF Widget as a CMA form:
The LCF Widget as a DREAM HOME Form:
The LCF Widget as a CONTACT Form:
The LCF Widget as a REQUEST ALERTS (long form):
The LCF Widget as a REQUEST ALERTS (short version):
The LCF Widget as a SHOWING REQUEST Form:
The LCF Widget as a MORE INFO Form:
How It’s Done
For WordPress
- The LCF Widget as a CMA form:
[mbb_widget id="MBBv3_LcForm" filter="form:cma+formname:a home valuation+campaign:5028+campaign_existing:5029"] - The LCF Widget as a Dream Home form:
[mbb_widget id="MBBv3_LcForm" filter="form:dh+formname:help to find your dream home"] - The LCF Widget as a CONTACT Form:
[mbb_widget id="MBBv3_LcForm" filter="form:contactme+formname:contact"] - The LCF Widget as a REQUEST ALERTS (long form):
[mbb_widget id="MBBv3_LcForm" filter="form:alerts+formname:getting property alerts"] - The LCF Widget as a REQUEST ALERTS (short version):
[mbb_widget id="MBBv3_LcForm" filter="form:alertsshort+formname:getting property alerts"] - The LCF Widget as a SHOWING REQUEST form:
[mbb_widget id="MBBv3_LcForm" filter="form:showing+formname:a showing request"] - The LCF Widget as a MORE INFO form:
[mbb_widget id="MBBv3_LcForm" filter="form:moreinfo+formname:more property details"]
For HTML
- The LCF Widget as a CMA form:
<div id=”MBBv3_LcForm” filter=”form:cma+formname:a home valuation+campaign:5028+campaign_existing:5029″></div> - The LCF Widget as a Dream Home form:
<div id=”MBBv3_LcForm” filter=”form:dh+formname:help to find your dream home”></div> - The LCF Widget as a CONTACT Form:
<div id=”MBBv3_LcForm” filter=”form:contactme+formname:contact”></div> - The LCF Widget as a REQUEST ALERTS (long form):
<div id=”MBBv3_LcForm” filter=”form:alerts+formname:getting property alerts”></div> - The LCF Widget as a REQUEST ALERTS (short version):
<div id=”MBBv3_LcForm” filter=”form:alertsshort+formname:getting property alerts”></div> - The LCF Widget as a SHOWING REQUEST form:
<div id=”MBBv3_LcForm” filter=”form:showing+formname:a showing request”></div> - The LCF Widget as a MORE INFO form:
<div id=”MBBv3_LcForm” filter=”form:moreinfo+formname:more property details”></div>