FAQs
What is Bridge API?
Learn More : https://www.bridgeinteractive.com/developers/bridge-api/
Bridge/Zillow asked me questions regarding API use. How should I reply?
Bridge/Zillow may ask you the following questions before they issue an API key.
Question: Are you requesting this for Personal or Business use?
Answer: Business use
Question: How would you integrate our data into your application, is this a mobile application?
Answer: This will be integrated with a form on our website that runs on web browsers. We will not use it on a mobile application to be published on app stores.
Question: How do I obtain a Bridge Zillow API key?
Answer: Send an email to [email protected] to request an API key. The Bridge team will ask you specific questions about the project. Below is a guide on how to answer these questions.
Question: Will you be displaying Zillow data as an as-is metric or combining it with other data to create a derivative work/calculation?
Answer: We will use the Zillow data as an as-is metric.
Question: How would you integrate our data into your application?
Answer: The data will be displayed to users who request a home valuation through our website.
Question: Will you be storing data?
Answer: No. The data will be displayed to users who submit a home valuation form on our website.
Question: Who is the audience?
Answer: The form is designed for home sellers.
Question: Is this a paid service?
Answer: No, we would like to integrate Zestimate with our lead capture form to provide more value to our users.
Where can I find it?
AIOS Home Valuation settings page can be found in WP Backend
, Go to Menu > AIOS Home Valuation
.
How to edit using Option Page?
Go to Dashboard
> AIOS Home Valuation tab
> Settings
.
How to Create Custom Theme?
Go to Theme Folder
create folder aios-home-valuation
then copy folder insiderPlugin Folder
> Templates
.
How to Change Page and Permalink?
Go to Dashboard
> AIOS Home Valuation tab
> Settings
> Page
.
How to Change Background Image
Go to Dashboard
> AIOS Home Valuation tab
> Settings
> Background Image
.
How to disable email confirmation?
To disable email confirmation(email copy) Go to Dashboard
> AIOS All In One
> Email Template
> Contact From
> Disable AIOS Home Valuation Form
> Save Changes
.
Updated Form Code
<div className="aios-home-valuation-text">
<p>Thank you for sharing the details of your property. You will receive your home value estimate shortly via the email you provide. Please note that this cannot replace a formal appraisal, but our real estate team is available to talk with you and share their expertise for a more accurate home value.</p>
<p>Where would you like us to send your home valuation report?</p>
</div>
<div className="aios-home-valuation-form-row aios-home-valuation-form-first-row">
<div className="aios-home-valuation-form-col aios-home-valuation-name"> <label for="ahf-name">How should we address you?</label>[text* your-name id:ahf-name placeholder "Name"]</div>
<div className="aios-home-valuation-form-col aios-home-valuation-email">[email* your-email akismet:author_email placeholder "Email"]</div>
</div>
<div className="aios-home-valuation-form-row">
<div className="aios-home-valuation-form-col aios-home-valuation-phone"> <label for="ahf-phone">Do you have a phone number we can reach you through?</label>[tel* your-phone id:ahf-phone placeholder "Phone"]</div>
<div className="aios-home-valuation-form-col aios-home-valuation-looking-sell">[select* Whenareyoulookingtosell id:ahf-planning-to-sell "When are you planning to sell?" "1-3 months" "3-6 months" "6-12 months" "Just curious" "Refinancing"]</div>
</div>
<div className="aios-home-valuation-form-row hidden">[textarea aios-home-valuation-properties className:aios-home-valuation-properties][text bridge-api-status className:bridge-api-status]</div>
<div className="aios-home-valuation-form-row aios-home-valuation-button-input">[submit className:aios-home-valuation-next-step className:aios-home-valuation-steps "Next"]</div>
<div className="aios-home-valuation-form-row aios-home-valuation-button-steps"> <a href="#" className="aios-home-valuation-quiz-next">Next</a></div>