billfinnegan.dudum.com
Open in
urlscan Pro
2606:4700:3035::ac43:8bd6
Public Scan
URL:
https://billfinnegan.dudum.com/
Submission: On October 05 via automatic, source certstream-suspicious — Scanned from DE
Submission: On October 05 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
1 forms found in the DOMName: contactForm_Site —
<form novalidate="" role="form" name="contactForm_Site" ng-controller="CreateContactForm" data-id="Site"
data-options="{"contentId":"Site","recaptchaPublicKey":"","recaptchaAction":"contact","hideFormOnSuccess":true,"defaults":[]}"
data-inputs="[{"name":"name","type":"text","label":"Name","required":true},{"name":"email","type":"text","label":"Email","formatType":"email","required":true},{"name":"phone","type":"text","label":"Phone","formatType":"phone"},{"name":"Selling Interest","type":"checkbox","options":["Interested in Selling My Home"],"rowAttributes":{"ng-if":"!input['Buying Interest']"}},{"name":"Address","type":"text","label":"Property Address (with City)","required":false,"rowAttributes":{"ng-if":"input['Selling Interest']"}},{"name":"Buying Interest","type":"checkbox","options":["Interested in Buying a Home"],"rowAttributes":{"ng-if":"!input['Selling Interest']"}},{"name":"Selling Interest Property Address","type":"text","label":"City and\/or Address","required":false,"rowAttributes":{"ng-if":"input['Buying Interest']"}},{"type":"group","inputs":[{"name":"Price Minimum","type":"text","label":"Min Price","prefix":"$"},{"name":"Price Max","type":"text","label":"Max Price","prefix":"$"}],"rowAttributes":{"ng-if":"input['Buying Interest']"}},{"name":"How Did You Hear About Us","type":"text","label":"How did you hear about us?","required":false},{"name":"comment","type":"textarea","label":"Comment","attributes":{"rows":4}}]"
data-ng-submit="saveContact()" class="ng-pristine ng-scope ng-invalid ng-invalid-required">
<!-- ngIf: response -->
<!-- ngIf: model.pending -->
<!-- ngIf: isFormVisible -->
<div class="form-fields ng-scope" data-ng-if="isFormVisible">
<div>
<md-input-container class="md-block">
<label for="input_0" class="md-required">Name</label>
<input type="text" name="name" aria-label="Name" data-type="text" data-ng-model="input['name']" class="form-control ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" required="" id="input_0" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div data-ng-messages="contactForm_Site['name'].$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div data-ng-message="required" class="md-input-message-animation ng-scope">This field is required.</div>
</div>
</md-input-container>
</div>
<div>
<md-input-container class="md-block">
<label for="input_1" class="md-required">Email</label>
<input type="text" name="email" aria-label="Email" data-type="text" data-ng-model="input['email']" class="form-control ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" required="" id="input_1" aria-invalid="true">
<div class="md-errors-spacer"></div>
<div data-ng-messages="contactForm_Site['email'].$error" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive">
<!-- ngMessage: required -->
<div data-ng-message="required" class="md-input-message-animation ng-scope">This field is required.</div>
</div>
</md-input-container>
</div>
<div>
<md-input-container class="md-block">
<label for="input_2">Phone</label>
<input type="text" name="phone" aria-label="Phone" data-type="text" data-ng-model="input['phone']" class="form-control ng-pristine ng-untouched ng-valid md-input ng-empty" id="input_2" aria-invalid="false">
<div class="md-errors-spacer"></div>
</md-input-container>
</div>
<!-- ngIf: !input['Buying Interest'] -->
<div ng-if="!input['Buying Interest']" class="ng-scope">
<md-input-container>
<md-checkbox name="Selling Interest" data-type="checkbox" data-ng-model="input['Selling Interest']" aria-label="Interested in Selling My Home" data-ng-true-value="'Interested in Selling My Home'" data-ng-false-value="null" tabindex="0"
role="checkbox" class="ng-pristine ng-untouched ng-valid ng-empty" aria-checked="false" aria-invalid="false">
<div class="md-container md-ink-ripple" md-ink-ripple="" md-ink-ripple-checkbox="">
<div class="md-icon"></div>
</div>
<div ng-transclude="" class="md-label"> Interested in Selling My Home </div>
</md-checkbox>
</md-input-container>
</div><!-- end ngIf: !input['Buying Interest'] -->
<!-- ngIf: input['Selling Interest'] -->
<!-- ngIf: !input['Selling Interest'] -->
<div ng-if="!input['Selling Interest']" class="ng-scope">
<md-input-container>
<md-checkbox name="Buying Interest" data-type="checkbox" data-ng-model="input['Buying Interest']" aria-label="Interested in Buying a Home" data-ng-true-value="'Interested in Buying a Home'" data-ng-false-value="null" tabindex="0"
role="checkbox" class="ng-pristine ng-untouched ng-valid ng-empty" aria-checked="false" aria-invalid="false">
<div class="md-container md-ink-ripple" md-ink-ripple="" md-ink-ripple-checkbox="">
<div class="md-icon"></div>
</div>
<div ng-transclude="" class="md-label"> Interested in Buying a Home </div>
</md-checkbox>
</md-input-container>
</div><!-- end ngIf: !input['Selling Interest'] -->
<!-- ngIf: input['Buying Interest'] -->
<!-- ngIf: input['Buying Interest'] -->
<div>
<md-input-container class="md-block">
<label for="input_3">How did you hear about us?</label>
<input type="text" name="How Did You Hear About Us" aria-label="How did you hear about us?" data-type="text" data-ng-model="input['How Did You Hear About Us']" class="form-control ng-pristine ng-untouched ng-valid md-input ng-empty"
id="input_3" aria-invalid="false">
<div class="md-errors-spacer"></div>
</md-input-container>
</div>
<div>
<md-input-container class="md-block">
<label for="input_4">Comment</label>
<div class="md-resize-wrapper"><textarea name="comment" aria-label="Comment" data-type="textarea" data-ng-model="input['comment']" rows="4" class="form-control ng-pristine ng-untouched ng-valid md-input ng-empty" id="input_4"
aria-invalid="false" style="height: 108px;"></textarea>
<div class="md-resize-handle" style="touch-action: pan-x;"></div>
</div>
<div class="md-errors-spacer"></div>
</md-input-container>
</div>
<div>
<button class="btn md-button md-ink-ripple" type="submit" ng-transclude="" name="submit" data-ng-disabled="contactForm_Site.$invalid || pending" disabled="disabled"> Send </button>
</div>
</div><!-- end ngIf: isFormVisible -->
<!-- ngIf: !isFormVisible && isRequestSuccess && options.hideFormOnSuccess -->
</form>
Text Content
We use cookies We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from. I agreeChange my preferences Preview & Edit Skip to Content Area BILL FINNEGAN About Me Sell Buy Blog Communities Menu Contact BILL FINNEGAN MAIN MENU (MOBILE) * About Me * Sell * Buy * Blog * Communities Contact BILL FINNEGAN About Me Sell Buy Blog Communities Menu Contact Local Market Local Market Local Market SPECIALIST NETWORK PASSION SPECIALIST This is our neighborhood, too. Let's Talk Skip Carousel Pause Carousel * 1 * 2 * 3 1 3 MEET BILL FINEGAN BROKER ASSOCIATE MEET BILL FINEGAN BROKER ASSOCIATE Dudum Real Estate Group is proud of its association with Bill Finnegan. An integral part of Dudum's dedication to excellence is the collaboration of high caliber, capable professionals. Bill certainly fits that profile. Bill began his real estate career in 1972 after graduating from U.C. Berkeley with a B.S. in Business and 2 years in the Army as an Officer. He brings to Dudum a wealth of knowledge together with 49 years experience and professionalism... Read More SEARCH FOR PROPERTIES City, Neighborhood, Zip Any Price $0 No Min – $0 No Max $Min Price $Max Price 0+ Beds0+ Beds 0+ Beds 1+ Beds 2+ Beds 3+ Beds 4+ Beds 5+ Beds 0+ Baths0+ Baths 0+ Baths 1+ Baths 2+ Baths 3+ Baths 4+ Baths 5+ Baths Advanced Search ABOUT DUDUM REAL ESTATE GROUP ABOUT DUDUM REAL ESTATE GROUP Dudum Real Estate Group agents consistently raise the bar, providing unparalleled expertise, personalized guidance, and unmatched market insights. Experience the difference of a team that works seamlessly together to elevate the bar in real estate and exceed every expectation. Together, they are a passionate group of truly inspiring agents who care deeply about relationships, service, homeownership, and community. Contact FEATURED PROPERTIES HAVE QUESTIONS? Let's Chat! Skip to Navigation Contact CONTACT INFORMATION PHONE 925.984.6575 EMAIL bill@dudum.com LOCATION 999 Oak Hill Road, Suite 100, Lafayette, CA 94549 LICENSE DRE#: 00458343 * * * ©2024 Bill Finnegan — All content deemed reliable but not guaranteed. | Accessibility | Fair Housing Statement Terms of Use | Privacy Policy | Update Privacy Preferences * Powered by Sitetheory Dudum Agent Website Designed by Hello Market Logo CONTACT Name This field is required. Email This field is required. Phone Interested in Selling My Home Interested in Buying a Home How did you hear about us? Comment Send BILL FINNEGAN PHONE 925.984.6575 EMAIL bill@dudum.com LOCATION 999 Oak Hill Road, Suite 100, Lafayette, CA 94549 Please enable javascript in order for us to provide the legally required interface to enable or disable cookies.