Built exclusively for real estate, our team of licensed agents manages your PMC vendor networks, reduces vendor-related risk, and saves hours of tedious tracking.
NetVendor Maintenance takes your maintenance operations to the next level with features like mobile maintenance, digital inspections & resident notifications.
document.addEventListener("DOMContentLoaded", function() {
var urlParams = new URLSearchParams(window.location.search);
var companyType = urlParams.get("company_type"); // Ensure this matches the HubSpot field name
if (companyType && companyType.toLowerCase() === "vendor") {
setTimeout(function() {
window.location.href = "https://www.netvendor.com/vendor-thank-you";
}, 3000); // Redirects after 3 seconds
}
});