{"id":1947,"date":"2020-08-20T16:32:17","date_gmt":"2020-08-20T16:32:17","guid":{"rendered":"http:\/\/bizcorpremdev.wpengine.com\/enable_pm_inquiry\/"},"modified":"2020-08-20T16:32:17","modified_gmt":"2020-08-20T16:32:17","slug":"enable_pm_inquiry","status":"publish","type":"page","link":"https:\/\/vacation-in-florida.com\/de\/enable_pm_inquiry\/","title":{"rendered":"Property Management Page"},"content":{"rendered":"<div id=\"pm-inquiry-container\" class=\"content-area\" ng-controller=\"PropertyController as pCtrl\">\r\n    <form class=\"frm-property-inquiry\" name=\"resortpro_lead\" id=\"resortpro_lead\" novalidate>\r\n        <div class=\"form-group\">\r\n            <div class=\"lead_container_input container_input fn\">\r\n                <input type=\"text\" class=\"form-control border-primary-color\" name=\"lead_first_name\" id=\"lead_first_name\" placeholder=\"Name*\" ng-required=\"true\" ng-model=\"lead.first_name\" \/>\r\n                <div ng-show=\"resortpro_lead.$submitted\">\r\n                    <span class=\"error\" ng-show=\"resortpro_lead.lead_first_name.$error.required\" ng-bind=\"'First name is required.'\"><\/span>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"lead_container_input container_input\">\r\n                <input type=\"text\" class=\"form-control border-primary-color\" name=\"lead_last_name\" id=\"lead_last_name\" placeholder=\"Last Name*\" ng-required=\"true\" ng-model=\"lead.last_name\" \/>\r\n                <div ng-show=\"resortpro_lead.$submitted\">\r\n                    <span class=\"error\" ng-show=\"resortpro_lead.lead_last_name.$error.required\" ng-bind=\"'Last name is required.'\"><\/span>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"form-group\">\r\n            <div class=\"lead_container_input container_input fn\">\r\n                <input type=\"text\" class=\"form-control  border-primary-color\" name=\"lead_phone\" id=\"lead_phone\" placeholder=\"Phone Number*\" ng-model=\"lead.phone\" ng-required=\"true\" \/>\r\n                <div ng-show=\"resortpro_lead.$submitted\">\r\n                    <span class=\"error\" ng-show=\"resortpro_lead.lead_phone.$error.required\" ng-bind=\"'Phone Number is required.'\"><\/span>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"lead_container_input container_input\">\r\n                <input type=\"email\" class=\"form-control border-primary-color\" name=\"lead_email\" id=\"lead_email\" placeholder=\"Email*\" ng-required=\"true\" ng-model=\"lead.email\" \/>\r\n                <div ng-show=\"resortpro_lead.$submitted\">\r\n                    <span class=\"error\" ng-show=\"resortpro_lead.lead_email.$error.required\" ng-bind=\"'This is not a valid email.'\"><\/span>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <hr>\r\n        <!-- <div class=\"form-group\">\r\n            <div class=\"lead_container_input container_input fn\">\r\n                <input type=\"text\" class=\"form-control  border-primary-color\" name=\"lead_agent_name\" id=\"lead_agent_name\" placeholder=\"Agent Name\" ng-model=\"lead.agent_name\" ng-required=\"true\" \/>\r\n            <\/div>\r\n            <div class=\"lead_container_input container_input\">\r\n                <input type=\"text\" class=\"form-control  border-primary-color\" name=\"lead_agent_phone\" id=\"lead_agent_phone\" placeholder=\"Agent Phone Number\" ng-model=\"lead.agent_phone\" ng-required=\"true\" \/>\r\n            <\/div>\r\n            \r\n        <\/div>\r\n        <div class=\"form-group\">\r\n            <div class=\"lead_container_input container_input\">\r\n                <input type=\"email\" class=\"form-control border-primary-color\" name=\"lead_agent_email\" id=\"lead_agent_email\" placeholder=\"Agent Email\" ng-required=\"true\" ng-model=\"lead.agent_email\" \/>\r\n            <\/div>\r\n        <\/div>\r\n        <hr> -->\r\n         <div class=\"form-group\">\r\n            <div class=\"lead_container_input container_input\">\r\n                <input type=\"text\" class=\"form-control  border-primary-color\" name=\"lead_city\" id=\"lead_city\" placeholder=\"City\" ng-model=\"lead.city\" ng-required=\"true\" \/>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"form-group\">\r\n            <div class=\"lead_container_input container_input fn\">\r\n                <select name=\"lead_state\" class=\"form-control  border-primary-color\" ng-init=\"getStates()\" ng-model=\"lead.state_name\" ng-required=\"true\">\r\n                    <option value=\"\">Select State<\/option>\r\n                    <option ng-repeat='state in states' value='{[state.name]}' ng-bind=\"state.description\"><\/option>\r\n                <\/select>\r\n            <\/div>\r\n            <div class=\"lead_container_input container_input\">\r\n                <input type=\"text\" class=\"form-control  border-primary-color\" name=\"lead_zip\" id=\"lead_zip\" placeholder=\"Zip\" ng-model=\"lead.zip\" ng-required=\"true\" \/>\r\n            <\/div>\r\n        <\/div>\r\n        <hr> \r\n         <div class=\"form-group\">\r\n            <div class=\"lead_container_input container_input\">\r\n                <input type=\"text\" class=\"form-control border-primary-color\" name=\"property_address\" id=\"property_address\" placeholder=\"Adresse der Immobilie\" ng-model=\"lead.property_address\" ng-required=\"true\" \/>\r\n                <div ng-show=\"resortpro_lead.$submitted\">\r\n                    <span class=\"error\" ng-show=\"resortpro_lead.property_address.$error.required\" ng-bind=\"'Property Address is required'\"><\/span>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"form-group\">\r\n            <div class=\"lead_container_input container_input\">\r\n                <input type=\"text\" class=\"form-control border-primary-color\" name=\"property_name\" id=\"property_name\" placeholder=\"Property Name\" ng-model=\"lead.property_name\" ng-required=\"true\" \/>\r\n                <div ng-show=\"resortpro_lead.$submitted\">\r\n                    <span class=\"error\" ng-show=\"resortpro_lead.property_name.$error.required\" ng-bind=\"'Property Address is required'\"><\/span>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"form-group\">\r\n            <div class=\"lead_container_input container_input\">\r\n                <textarea type=\"text\" class=\"form-control border-primary-color\" name=\"lead_notes\" id=\"lead_notes\" placeholder=\"Additional Notes\" ng-model=\"lead.notes\" rows=\"8\"><\/textarea>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <input type=\"hidden\" autocomplete=\"off\" class=\"form-control datepicker-input border-primary-color\" data-bindpicker=\"#lead_enddate\" name=\"lead_startdate\" id=\"lead_startdate\" placeholder=\"Checkin\" data-checkin-days=\"\" ng-required=\"false\" ng-model=\"lead.startDate\" \/>\r\n        <input type=\"hidden\" autocomplete=\"off\" class=\"form-control datepicker-input border-primary-color\" name=\"lead_enddate\" id=\"lead_enddate\" placeholder=\"Checkout\" ng-required=\"false\" ng-model=\"lead.endDate\" \/>\r\n\r\n        <div class=\"alert alert-{[alert.type]} animate\" ng-repeat=\"alert in alerts\">\r\n            <div ng-bind-html=\"alert.message | trustedHtml\"><\/div>\r\n        <\/div>\r\n                    <div class=\"form-group\">\r\n                <button type=\"submit\" id=\"resortpro_unit_submit\" ng-click=\"propertyManagementLead(lead,false)\" class=\"btn btn-block btn-primary\">\r\n                    Submit Referral                <\/button>\r\n            <\/div>\r\n                \r\n    <\/form>\r\n\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"Select State Submit Referral","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1947","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Property Management Page - Vacation in Florida<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vacation-in-florida.com\/enable_pm_inquiry\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Property Management Page - Vacation in Florida\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vacation-in-florida.com\/enable_pm_inquiry\/\" \/>\n<meta property=\"og:site_name\" content=\"Vacation in Florida\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/vacationinflorida\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Property Management Page - Vacation in Florida","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vacation-in-florida.com\/enable_pm_inquiry\/","og_locale":"de_DE","og_type":"article","og_title":"Property Management Page - Vacation in Florida","og_url":"https:\/\/vacation-in-florida.com\/enable_pm_inquiry\/","og_site_name":"Vacation in Florida","article_publisher":"https:\/\/www.facebook.com\/vacationinflorida","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vacation-in-florida.com\/enable_pm_inquiry\/","url":"https:\/\/vacation-in-florida.com\/enable_pm_inquiry\/","name":"Property Management Page - Vacation in Florida","isPartOf":{"@id":"https:\/\/vacation-in-florida.com\/#website"},"datePublished":"2020-08-20T16:32:17+00:00","breadcrumb":{"@id":"https:\/\/vacation-in-florida.com\/enable_pm_inquiry\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vacation-in-florida.com\/enable_pm_inquiry\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vacation-in-florida.com\/enable_pm_inquiry\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vacation-in-florida.com\/de\/"},{"@type":"ListItem","position":2,"name":"Property Management Page"}]},{"@type":"WebSite","@id":"https:\/\/vacation-in-florida.com\/#website","url":"https:\/\/vacation-in-florida.com\/","name":"Vacation in Florida","description":"Vacation Home &amp; Boat Rental","publisher":{"@id":"https:\/\/vacation-in-florida.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vacation-in-florida.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https:\/\/vacation-in-florida.com\/#organization","name":"Vacation in Florida","url":"https:\/\/vacation-in-florida.com\/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/vacation-in-florida.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.vacation-in-florida.com\/wp-content\/uploads\/2022\/08\/LOGO_Vacation_in_Florida_com_grey.png","contentUrl":"https:\/\/www.vacation-in-florida.com\/wp-content\/uploads\/2022\/08\/LOGO_Vacation_in_Florida_com_grey.png","width":800,"height":137,"caption":"Vacation in Florida"},"image":{"@id":"https:\/\/vacation-in-florida.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/vacationinflorida","https:\/\/www.instagram.com\/vacation_in_florida","https:\/\/www.youtube.com\/c\/VacationinFlorida"]}]}},"_links":{"self":[{"href":"https:\/\/vacation-in-florida.com\/de\/wp-json\/wp\/v2\/pages\/1947","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vacation-in-florida.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vacation-in-florida.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vacation-in-florida.com\/de\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/vacation-in-florida.com\/de\/wp-json\/wp\/v2\/comments?post=1947"}],"version-history":[{"count":0,"href":"https:\/\/vacation-in-florida.com\/de\/wp-json\/wp\/v2\/pages\/1947\/revisions"}],"wp:attachment":[{"href":"https:\/\/vacation-in-florida.com\/de\/wp-json\/wp\/v2\/media?parent=1947"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}