generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #243 from hlxsites/237-modal-link
Link envelope to contact side modal
- Loading branch information
Showing
10 changed files
with
260 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<div class="contact-form"> | ||
<div class="form-title">Contact Us</div> | ||
<div class="company-name">Berkshire Hathaway HomeServices<br>Commonwealth Real Estate</div> | ||
<div class="company-email"><a href="mailto:[email protected]" tabindex="-1">[email protected]</a></div> | ||
<div class="company-phone">Direct: <a href="tel:(508) 810-0700" tabindex="-1">(508) 810-0700</a></div> | ||
<div class="contact-details"> | ||
<div class="contact-info"> | ||
<div class="company-name">Berkshire Hathaway HomeServices<br>Commonwealth Real Estate</div> | ||
<div class="company-email"><a href="mailto:[email protected]" tabindex="-1">[email protected]</a></div> | ||
<div class="company-phone">Direct: <a href="tel:(508) 810-0700" tabindex="-1">(508) 810-0700</a></div> | ||
</div> | ||
</div> | ||
<form id="property-contact" class="contact-form form-elements" method="post" action="/bin/bhhs/websiteTopicServlet"> | ||
<div class="message"> | ||
<svg class="icon error" role="presentation"> | ||
|
@@ -53,14 +57,14 @@ | |
</div> | ||
<span class="label">no</span> | ||
</div> | ||
<div class="disclaimer"></div> | ||
</div> | ||
<div class="disclaimer">By providing this information, you are giving permission to Berkshire Hathaway HomeServices, Constellation1, a division of Constellation Web Solutions, Inc., and the members of the Berkshire Hathaway HomeServices real estate network (1) to contact you in response to your specific question or message, and (2) to register you in our system in order to communicate with you about properties for sale or rent in locations of interest to you. For more about how we will use your contact information, review our Privacy Policy.</div> | ||
<div id="captcha-20285" class="g-recaptcha contact-form-captcha"> | ||
</div> | ||
<div class="cta"> | ||
<div class="button-container"> | ||
<button type="submit" class="primary submit" aria-label="Submit contact form">Send</button> | ||
<button class="button cancel" aria-label="Close modal">Cancel</button> | ||
<button class="button secondary cancel" aria-label="Close modal">Cancel</button> | ||
</div> | ||
</div> | ||
</form> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.