{"id":252,"date":"2015-07-31T19:04:28","date_gmt":"2015-07-31T19:04:28","guid":{"rendered":"http:\/\/www.etheplace.com\/?page_id=252"},"modified":"2022-12-08T17:49:23","modified_gmt":"2022-12-08T21:49:23","slug":"apply","status":"publish","type":"page","link":"http:\/\/www.4150beeridge.com\/?page_id=252","title":{"rendered":"Apply"},"content":{"rendered":"\n<style>\n    <\/style>\n\n<!-- Start form -->\n<div class=\"_wplf liveforms\">\n    <div id=\"liveform_container_252\">\n                <div id=\"formarea\">\n            <form id=\"form-212\" action=\"\" method=\"post\" enctype=\"multipart\/form-data\">\n                <input type=\"hidden\" id=\"__isliveforms\" name=\"__isliveforms\" value=\"171ea6df18\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F252\" \/>                <input type=\"hidden\" id=\"formid\" name=\"form_id\" value=\"212\"\/>\n                <input type=\"hidden\" id=\"formid\" name=\"form_validator\" value=\"4lijYPHXdW3FpGPvdP5WPrlNQwnbLIS9XT9mQ1Dd2wQU9DSsPxiAuc6X9dcQiVSwwoUt6dCNUbUXAp-xKj56RA\"\/>\n                <input type=\"hidden\" id=\"fields\" name=\"fields\" value=\"WHWtHuJXGmYjrLyOCm9oVrR_Aozk2MrOwEW-SOskcuWZJNKfMuF9xqIzWtOynyAFzn4NiQTuhiW8KH8P2RM9qpM_Cf_5Ib7e8vDczhQkOr-k92zPwvPotr6s1e1xNa2oA57gRf5xjl5ZUOtuR86qk7AxNzkl0rjDg463CE5lR7Jz--noRjzL_dqxXJLdlQA3DWBgw4tMupxhkvayT3mv67zAzK3Nqo1JGsZs7_5GfWw\"\/>\n                                        <div class=\"row form-page form-page-1 last-page\" id=\"row_6a13f805f320f\">\n                                                            <div class=\"wplf-col col-md-12\" id=\"col_6a13f805f324f\">\n                                    <div id=\"Name_1434643597488\" class='form-group  ' data-cond-fields=\"\" data-cond-action=\":\" >\n    <label for='field' style='display: block;clear: both'>\n        Name                     <span class=\"note\"><\/span>\n            <\/label>\n    <input type='text' name='submitform[Name_1434643597488]'  id = 'field_Name_1434643597488'  value = ''  placeholder='' class='form-control'  \/>    <\/div>\n<div id=\"Number_1434643642466\" class='form-group  ' data-cond-fields=\"\" data-cond-action=\":\" >\n    <label for='field' style='display: block;clear: both'>\n        Phone Number                     <span class=\"note\"><\/span>\n            <\/label>\n    <input type='number' name='submitform[Number_1434643642466]'  id = 'field_Number_1434643642466'  value = ''  value='' placeholder='' class='form-control'  \/>    <\/div>\n<div id=\"Email_1434643131825\" class='form-group  ' data-cond-fields=\"\" data-cond-action=\":\" >\n    <label for='field' style='display: block;clear: both'>\n        Email                     <span class=\"note\"><\/span>\n            <\/label>\n    <input type='email' name='submitform[Email_1434643131825]'  id = 'field_Email_1434643131825'  value = ''  placeholder='' class='form-control'  \/>    <\/div>\n<div id=\"Checkbox_1434643220105\" class='form-group  ' data-cond-fields=\"\" data-cond-action=\":\" >\n    <label for='field' style='display: block;clear: both'>\n        by checking this box, I agree and read above  <span title='Required Field' style='color: var(--color-danger);'>*<\/span>                    <span class=\"note\"><\/span>\n            <\/label>\n    \t\t\t<div class='checkboxes pos-h' >\n\t\t\t\t\t\t\t<label><input class=\"wplf-checkbox\" type='checkbox' value='' name='submitform[Checkbox_1434643220105][]'  required='required' data-rule-text='true' data-msg-required='Please fill out this field'  \/> <\/label>\n\t\t\t\t\t\t<\/div>\n\t\t    <\/div>\n\n                                <\/div>\n                                                                                <\/div>\n                                            <div class=\"row\" id=\"final-submit\">\n                                                <div class=\"col-md-12 text-right\">\n                                                        <button type=\"submit\" class=\"btn wplf-form-submit-button btn-primary \">Submit<\/button>\n                        <\/div>\n                    <\/div>\n                                <\/form>\n        <\/div>\n    <\/div>\n<\/div>\n<!-- End form -->\n\n<script type='text\/javascript'>\n\n    function validateForm() {\n        var validator = jQuery('#form-212').validate({\n            errorPlacement: function (error, element) {\n                console.log(element);\n                error.insertAfter(element.parent());\n                \/*if (element.attr(\"type\") == \"radio\" || element.attr(\"type\") == \"checkbox\" ) {\n                    error.insertAfter(element.parent());\n                } else {\n                    error.insertAfter(element);\n                }*\/\n            }\n\n        });\n        var $form = jQuery('#form-212').find('input,select,textarea');\n        var validForm = true;\n        $form.each(function () {\n            if (!validator.element(this)) {\n                validForm = false;\n                jQuery(this).parent('.form-group').removeClass('has-success').addClass('has-error');\n            } else {\n                jQuery(this).parent('.form-group').removeClass('has-error').addClass('has-success');\n            }\n        });\n        return validForm;\n    }\n\n    jQuery(function ($) {\n\n\n        \n        let $form = $('#form-212');\n        const auto_fill = 0;\n\n        if(auto_fill) {\n            $form.find('.form-control').each(function () {\n                if($(this).attr('type') !== 'hidden')\n                    $(this).val(localStorage.getItem($(this).attr('id')));\n            });\n        }\n\n        let submit_btn_text;\n        let next_part_id;\n        let this_part_id;\n\n        let set_show = {display: 'block'};\n        let set_hide = {display: 'none'};\n        let validator = $form.validate();\n        let validInput = true;\n\n        let submit_button_label = \"Submit\";\n        let submit_button_busy_label = \"txt\";\n\n        \n\n        $('.nav-wizard li a').on('click', function () {\n            if ($(this).parent('li').hasClass('disabled'))\n                return false;\n        });\n\n        $('input,select,textarea').on('change', function () {\n            var validator = $form.validate();\n            if (!validator.element(this)) {\n                $(this).parent('.form-group').removeClass('has-success').addClass('has-error');\n            } else {\n                $(this).parent('.form-group').removeClass('has-error').addClass('has-success');\n            }\n        });\n\n\n        $('.change-part').on('click', function () {\n            next_part_id = $(this).attr('data-next');\n            this_part_id = $(this).attr('data-parent');\n\n\n            \/* Pre validate *\/\n            validInput = true;\n            var $inputs = $('#' + this_part_id).find(\"input,select,textarea\");\n            $inputs.each(function () {\n                if (!validator.element(this)) {\n                    validInput = false;\n                    $(this).parent('.form-group').removeClass('has-success').addClass('has-error');\n                } else {\n                    $(this).parent('.form-group').removeClass('has-error').addClass('has-success');\n                }\n            });\n\n            if (validInput == true) {\n                $('.liveforms-nav-wizard li').removeClass('active');\n                $('#' + next_part_id + '_crumb').removeClass('disabled').addClass('active');\n                $(this).parent('.form-group').removeClass('has-error').addClass('has-success');\n                $('#' + this_part_id).removeClass('active');\n                $('#' + next_part_id).addClass('active');\n\n            } else {\n\n            }\n        });\n\n\n        \/*ajax submit*\/\n        var options = {\n            url: 'http:\/\/www.4150beeridge.com\/?action=submit_form',\n            beforeSubmit: function (arr, $_form, options) {\n                $form.find('button[type=submit]').html(submit_button_busy_label);\n                $('#formarea').addClass('blockui');\n                if(auto_fill) {\n                    $form.find('.form-control').each(function () {\n                        localStorage.setItem($(this).attr('id'), $(this).val());\n                    })\n                }\n            },\n            success: function (response) {\n\n                $('#formarea').removeClass('blockui');\n                $form.find('button[type=submit]').html(submit_button_label);\n                if ($('#formarea .tab-pane').length > 1) {\n                    $('#' + this_part_id).css(set_hide);\n                    $('#form_part_0').css(set_show);\n                }\n\n                if (response.action === 'success') {\n                    var msg = \"<div class='alert alert-success text-center'>\" + response.message + \"<\/div>\";\n                    $('#formarea').html(msg);\n                    if (response.redirect_to !== undefined) {\n                        var rmsg = \"<div class='alert alert-info text-center' style='margin-top: 20px'>Redirecting...<\/div>\";\n                        $('#formarea').append(rmsg);\n                        setTimeout(function () {\n                            location.href = response.redirect_to;\n                        }, 4000);\n                    }\n\n                } else if (response.action === 'error') {\n                    $('#formarea').append(\"<div class='alert alert-danger' style='margin-top: 20px' onclick='jQuery(this).fadeOut();'><i class='fas fa-exclamation-triangle'><\/i> \" + response.message + \"<\/div>\");\n                } else {\n                    if (response.action === 'payment') {\n                        $('#formarea').html(response.paymentform);\n                    } else {\n\n                        showAlerts([response.message], 'danger');\n                    }\n                }\n            },\n            error: function (res) {\n                console.log(res);\n            }\n        };\n        $form.on('submit', function (e) {\n            e.preventDefault();\n            if (validateForm()) {\n                $form.find('button[type=submit]').html(submit_button_busy_label);\n                $(this).ajaxSubmit(options);\n            }\n            return false;\n        });\n\n        $('.conditioned').each(function () {\n            var cur_field_id = $(this).attr('id');\n            cur_conditioned_fields = $(this).data('cond-fields');\n            cur_cond_fields = cur_conditioned_fields.split('|');\n            for (i = 0; i < cur_cond_fields.length; i++) {\n                var cond_field = cur_cond_fields[i].split(':');\n                addConditionClass(jQuery('#' + cond_field[0]), cur_field_id);\n            }\n            $('.cond_filler_' + cur_field_id).each(function () {\n                if ($(this).attr('type') == 'checkbox' || $(this).attr('type') == 'radio') {\n                    $(this).on('change', function () {\n                        applyRule(cur_field_id);\n                    });\n                } else if ($(this).attr('type') == 'text' || $(this).attr('type') == 'email') {\n                    $(this).on('keyup', function () {\n                        applyRule(cur_field_id);\n                    });\n                } else {\n                    $(this).on('change', function () {\n                        applyRule(cur_field_id);\n                    });\n                }\n            });\n        });\n\n\n        function showAlerts(msgs, type) {\n            jQuery('.formnotice').slideUp();\n            alert_box = '<div style=\"margin-top: 20px\" class=\"alert formnotice alert-' + type + ' disappear\"><button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-hidden=\"true\">&times;<\/button>';\n            for (i = 0; i < msgs.length; i++) {\n                alert_box += '' + msgs[i] + '<br\/>';\n            }\n            alert_box += '<\/div>';\n            jQuery('#form-6a13f805f31c2').append(alert_box);\n\n        }\n\n        function addConditionClass(field_id, cond_class) {\n            jQuery(field_id).each(function () {\n                if (jQuery(this).is('input') || jQuery(this).is('select'))\n                    jQuery(this).addClass('cond_filler_' + cond_class);\n                jQuery(this).children().each(function () {\n                    addConditionClass(jQuery(this), cond_class);\n                })\n            });\n            return false;\n        }\n\n        function compareRule(cmp_operator, cmp_value, input_value) {\n            var comp_res = false;\n            switch (cmp_operator) {\n                case 'is':\n                    comp_res = input_value === cmp_value;\n                    break;\n                case 'is-not':\n                    comp_res = input_value !== cmp_value;\n                    break;\n                case 'less-than':\n                    comp_res = input_value < cmp_value;\n                    break;\n                case 'greater-than':\n                    comp_res = input_value > cmp_value;\n                    break;\n                case 'starts-with':\n                    comp_res = input_value.indexOf(cmp_value) === 0;\n                    break;\n                case 'contains':\n                    comp_res = input_value.indexOf(cmp_value) !== -1;\n                    break;\n                case 'ends-with':\n                    comp_res = input_value.indexOf(cmp_value) === (input_value.length - cmp_value.length);\n                    break;\n                default:\n                    comp_res = false;\n                    break;\n\n            }\n\n            return comp_res;\n        }\n\n        function applyRule(field_id) {\n\n            var this_conditions = jQuery('#' + field_id).data('cond-fields').split('|');\n            var this_action = jQuery('#' + field_id).data('cond-action').split(':');\n            var tmp_res = false;\n            var match_all = this_action[1] === 'all';\n            var matched = null;\n\n            $(this_conditions).each(function (index, condition) {\n                condition = condition.split(\":\");\n                var compare_field = condition[0];\n                var operator = condition[1];\n                var compare_with = condition[2];\n                if (compare_field !== '') {\n                    var input_value = 'not-found';\n                    var input_field = $('#' + compare_field).find('.cond_filler_' + field_id);\n                    if (input_field[0].type === 'radio' || input_field[0].type === 'checlbox')\n                        input_value = $('#' + compare_field + ' .cond_filler_' + field_id + ':checked').val();\n                    else\n                        input_value = input_field.val();\n                    if (matched === null) matched = compareRule(operator, compare_with, input_value);\n                    else {\n                        if (match_all) matched = matched && compareRule(operator, compare_with, input_value);\n                        else matched = matched || compareRule(operator, compare_with, input_value);\n                    }\n                }\n            });\n\n            if (matched) {\n                jQuery('#' + field_id).removeClass('hide');\n            } else {\n                jQuery('#' + field_id).addClass('hide');\n            }\n        }\n\n        \n    });\n<\/script>\n\n\n<p>Send us your information to receive a lease application.<\/p>\n\n\n<pre class=\"wp-block-preformatted\">\n\n\n\n<strong>Rules For Residents<\/strong>\nThese rules and regulations have been adopted to secure your comfort and safety, while maintaining a quality living environment.\n\u00a0\n1. Resident agrees that the Premises shall be used solely for residential purposes and in conformity with all applicable Federal, State, and Municipal laws and ordinances.\n2. Resident or guest shall not act in any way that annoys or disturbs other residents, guests or employees of Landlord, act in any matter which is illegal, or which will injure the reputation of the Landlord, Property Owner, apartment building or community. Resident shall be responsible for the conduct of all persons residing with or visiting resident. Resident and resident\u2019s guests will conduct themselves in a manner that will not interfere with the quiet enjoyment of others or will result in the damage or destruction of the Premises. Noise and music must be kept at levels that will not disturb others.\u00a0<strong>Quiet hours between 10:00 PM until 8:00 AM will be enforced.<\/strong>\n3. The Premises shall be used and occupied by a resident as a private residence only and no business of any kind shall be conducted from the premises.\n4. No signs, notices or advertisements shall be attached or displayed by resident on or about the Premises.\n5. Resident shall comply with any future rules and regulations and all applicable laws and ordinances pertaining to the Premises.\n6. Profane, obscene or loud language is prohibited on the Premises.\n7. Resident and resident\u2019s guests should be considerate of neighbors and abide by the laws while consuming alcoholic beverages on the premises.\n8. Resident shall keep the Premises in a neat and clean condition.\n9. Resident shall always keep the window glass clean and shall not cover any window in any manner which, in the opinion of Landlord, in its sole discretion, detracts from the appearance of the Premises. No tablecloth, dust cloth, towels, curtains, rugs\/carpets or articles of clothing shall be hung or shaken from any window, door or porch by resident.\n10.Resident shall not throw or sweep any items or debris from any window or door.\n11. Resident shall not store any combustible, flammable, hazardous chemicals or explosive substance on or about the Premises.\n12. Resident shall keep garbage, trash, waste and debris in proper containers and dispose of same at least weekly.\n13. Resident shall keep all hot water heaters, electrical panels and plumbing systems serving the Premises clear and free of debris, trash and clutter.\n14. Resident shall not paint, nail, or install or remove wallpaper, or otherwise alter the Premises in any manner without written consent of Landlord.\n15. Resident shall not alter, replace or add door or window locks and shall return all keys to Landlord upon the termination of the Lease. A landlord agrees to change locks upon written request of the resident and receipt of payment for the applicable locksmith service fee.\n16. No barbecues or open fires by residents are permitted on any porch, lanai or balcony on or about the Premises.\n17. All goods, articles, merchandise, provisions, furniture, trunks, boxes, bicycles, and wheelchairs of resident shall not be permitted to remain in the yard, porch, lanai or balcony on or about the Premises.\n18. Resident shall not park or allow resident\u2019s guests to park anywhere on or about the Premises except in regular spaces provided for vehicle parking. Resident shall not park or allow resident\u2019s guests to park any abandoned, derelict, unlicensed or unregistered motor vehicles, all-terrain vehicles, outboard motor or vessels (collectively \u201cUnauthorized Vehicles\u201d) anywhere on or about the Premises. Unauthorized Vehicles are detrimental to the image of the Premises and may create safety hazards for the resident of the Premises and are therefore subject to being towed at the expense of the owner of such Unauthorized Vehicle. The foregoing applies equally to Unauthorized Vehicles that are improperly parked on the Premises, such as those that are double parked, parked in fire lanes or other delineated \u201cno parking zones\u201d or parked on unpaved areas not intended for vehicle parking. Resident shall not park or store any recreational vehicle, trailer or commercial vehicle on or about the Premises without the prior written consent of the Landlord and absent such consent, such recreational vehicle, trailer or commercial vehicle shall be deemed to be an Unauthorized Vehicle.\n\u00a0<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Send us your information to receive a lease application. Rules For Residents These rules and regulations have been adopted to secure your comfort and safety, while maintaining a quality living environment. \u00a0 1. Resident agrees that the Premises shall be used solely for residential purposes and in conformity with all applicable Federal, State, and Municipal [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":[],"_links":{"self":[{"href":"http:\/\/www.4150beeridge.com\/index.php?rest_route=\/wp\/v2\/pages\/252"}],"collection":[{"href":"http:\/\/www.4150beeridge.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.4150beeridge.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.4150beeridge.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.4150beeridge.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=252"}],"version-history":[{"count":5,"href":"http:\/\/www.4150beeridge.com\/index.php?rest_route=\/wp\/v2\/pages\/252\/revisions"}],"predecessor-version":[{"id":344,"href":"http:\/\/www.4150beeridge.com\/index.php?rest_route=\/wp\/v2\/pages\/252\/revisions\/344"}],"wp:attachment":[{"href":"http:\/\/www.4150beeridge.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}