Kelly Scott

Rod helped us buy (8 years ago) and sell our townhouse (this year). He is low pressure, thoughtful and listened to our needs and wants. Thanks Rod for helping us get what we needed to get us where we wanted to be!

Leave A Comment

You must be logged in to post a comment.

document.addEventListener("DOMContentLoaded", function() { // Get the current URL path and split it to find the address const urlPath = window.location.pathname; const addressPart = urlPath.split("listing.")[1]?.split(".")[0]; // Format the address and populate it into the subject field if the address part is available if (addressPart) { const formattedAddress = addressPart.replace(/-/g, ' '); // Replace hyphens with spaces document.getElementById("subject-field").value = `I would like more information about or to schedule a viewing for ${formattedAddress}`; } });
PHP Code Snippets Powered By : XYZScripts.com