{"id":1994,"date":"2021-06-26T10:10:53","date_gmt":"2021-06-26T09:10:53","guid":{"rendered":"http:\/\/nakanarach.pl\/?page_id=1994"},"modified":"2023-09-15T14:50:06","modified_gmt":"2023-09-15T13:50:06","slug":"dodaj-usluge-firme","status":"publish","type":"page","link":"https:\/\/nakanarach.pl\/index.php\/dodaj-usluge-firme\/","title":{"rendered":"Dodaj us\u0142ug\u0119\/firm\u0119"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Je\u015bli chcesz, aby Twoja us\u0142uga lub firma w <strong>PROMOCJI NA START<\/strong> w cenie ju\u017c od <strong>99 euro<\/strong> <strong>(op\u0142ata jednorazowa za rok) <\/strong>znalaz\u0142a si\u0119 w naszej bazie<strong> POLSKICH US\u0141UG <\/strong>(do 20 s\u0142\u00f3w) prosimy o wype\u0142nienie poni\u017cszego formularza lub o przes\u0142anie danych teleadresowych, opisu, informacji (obowi\u0105zuje abonament roczny) poprzez poni\u017cszy formularz lub na adres e-mail: <strong>nakanarachpl@gmail.com<\/strong><br>Publikacja nast\u0105pi po op\u0142aceniu faktury i zaksi\u0119gowaniu \u015brodk\u00f3w na naszym koncie. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Dodatkowo wpis uka\u017ce si\u0119 jako s\u0142owne og\u0142oszenie drobne w najbli\u017cszym wydaniu gazety!<\/p>\n\n\n\n<p class=\"has-vivid-red-color has-text-color has-medium-font-size wp-block-paragraph\"><strong>PROMOCJA NA START!<\/strong><\/p>\n\n\n\n<p class=\"has-vivid-red-color has-text-color has-medium-font-size wp-block-paragraph\"><strong>obowi\u0105zuje przy zam\u00f3wieniu i op\u0142aceniu faktury elektronicznej.  <\/strong><\/p>\n\n\n\r\n<!-- START JS for Form ID: 1993 -->\r\n<script type=\"text\/javascript\">\r\njQuery(document).ready(function($) {\r\n\r\n    jQuery(\"#preloader-wpxter\").fadeOut(500, function() {\r\n        jQuery(\"#ecf-form-wpxter\").fadeIn(300);\r\n    });\r\n\r\n    Ladda.bind('.ladda-button');\r\n\r\n    $(function() {\r\n\r\n        \r\n        \/* Validation *\/\r\n        $(\"#form-wpxter\").validate({\r\n            \/* Rules for form validation *\/\r\n            rules: {\r\n                name0:{required: true},text1:{required: true},text2:{required: true},text3:{required: true},email4:{required: true,email: true},text5:{required: true},message6:{required: true,minlength: 10},\r\n\r\n                            },\r\n            \/* Messages for form validation *\/\r\n            messages: {\r\n                name0:{required: \"To pole jest wymagane\"},text1:{required: \"To pole jest wymagane\"},text2:{required: \"To pole jest wymagane\"},text3:{required: \"To pole jest wymagane\"},email4:{required: \"To pole jest wymagane\"},text5:{required: \"To pole jest wymagane\"},message6:{required: \"To pole jest wymagane\"}            },\r\n            \/* Do not change code below *\/\r\n            errorPlacement: function(error, element) {\r\n                error.insertAfter(element.parent());\r\n            },\r\n\r\n            submitHandler: function(form) {\r\n                                ecf_onsubmit(jQuery('.form-wpxter'));\r\n\r\n                \r\n            },\r\n\r\n            invalidHandler: function(form) {\r\n                Ladda.stopAll();\r\n            },\r\n\r\n            onkeyup: false,\r\n            onfocusout: false,\r\n            onclick: false\r\n\r\n        });\r\n    });\r\n\r\n\r\n    \/* Form Submit ( Ajax ) *\/\r\n    function ecf_onsubmit(form) {\r\n\r\n        if (form.attr('action') == '#') {\r\n\r\n            data = {};\r\n            eldat = [];\r\n            data['action'] = 'ecf_deliver_mail';\r\n            data['formid'] = '1993';\r\n            data['security'] = 'ab80c5e47c';\r\n\r\n\r\n            \r\n            jQuery('input, textarea', form).each(function(key) {\r\n\r\n                items = {};\r\n\r\n                if (typeof $(this).data('type') === 'undefined') {\r\n                    return true;\r\n                }\r\n\r\n\r\n                \r\n                items['type'] = $(this).data('type');\r\n                items['label'] = $(this).data('label');\r\n                items['value'] = this.value;\r\n                items['name'] = this.name;\r\n\r\n                eldat.push(items);\r\n\r\n            });\r\n\r\n\r\n                        data['allelmnt'] = JSON.stringify(eldat);\r\n\r\n            submitForm();\r\n\r\n            return false;\r\n\r\n        }\r\n\r\n    }\r\n\r\n    \/* Start submitForm\t *\/\r\n    function submitForm() {\r\n\r\n        jQuery.ajax({\r\n            url: 'https:\/\/nakanarach.pl\/wp-admin\/admin-ajax.php',\r\n            type: 'POST',\r\n            dataType: 'json',\r\n            data: data,\r\n            success: function(data) {\r\n\r\n                if (data.Ok == true) {\r\n\r\n                    $(\"#form-wpxter\").get(0).reset();\r\n\r\n                    if (data.msg == 'redirect') {\r\n                        window.location = \"http:\/\/\";\r\n                    } else {\r\n                        notifyme('Twoje zg\u0142oszenie zosta\u0142o pomy\u015blnie wys\u0142ane', 'n', 'success',\r\n                            'left middle');\r\n                    }\r\n\r\n                } else {\r\n                    $(\"#form-wpxter\").get(0).reset();\r\n                    notifyme(data.msg, 'n', 'error', 'left middle');\r\n                }\r\n\r\n                Ladda.stopAll();\r\n\r\n            }\r\n        });\r\n\r\n        \r\n    }\r\n\r\n\r\n    \/* Notify *\/\r\n    function notifyme(msg, b, typ, pos) {\r\n        if (b == 'n') {\r\n            b = 'cf-submittedwpxter';\r\n        } else {\r\n            b = 'atcwpxter';\r\n        }\r\n\r\n        $(\"#\" + b).gnotify(msg, {\r\n            style: \"nbootstrap\",\r\n            elementPosition: pos,\r\n            className: typ\r\n        });\r\n\r\n        msg = null;\r\n        typ = null;\r\n\r\n    }\r\n\r\n});\r\n<\/script>\r\n<!-- END JS for Form ID: 1993 -->\r\n\r\n<!-- START Form Markup for Form ID: 1993 -->\r\n<div id=\"preloader-wpxter\" class=\"ecfpreloader\"><\/div>\r\n<div id=\"ecf-form-wpxter\" class=\"ecf-body\" style=\"display:none\">\r\n    <form method=\"post\" enctype=\"multipart\/form-data\" action=\"#\" id=\"form-wpxter\" class=\"ecf-form form-wpxter\">\r\n        <header>Dodaj us\u0142ug\u0119\/firm\u0119<\/header>        <fieldset>\r\n            <section><label class=\"label\">Imi\u0119 i Naziwsko<\/label><label class=\"input\"><input data-type=\"name\" data-label=\"Imi\u0119 i Naziwsko\" id=\"name0\" type=\"text\" name=\"name0\" \/><\/label><\/section><section><label class=\"label\">Nazwa firmy lub us\u0142ugi<\/label><label class=\"input\"><input data-type=\"text\" data-label=\"Nazwa firmy lub us\u0142ugi\" id=\"text1\" type=\"text\" name=\"text1\" \/><\/label><\/section><section><label class=\"label\">Miejscowo\u015b\u0107<\/label><label class=\"input\"><input data-type=\"text\" data-label=\"Miejscowo\u015b\u0107\" id=\"text2\" type=\"text\" name=\"text2\" \/><\/label><\/section><section><label class=\"label\">Adres strony internetowej<\/label><label class=\"input\"><input data-type=\"text\" data-label=\"Adres strony internetowej\" id=\"text3\" type=\"text\" name=\"text3\" \/><\/label><\/section><section><label class=\"label\">Email<\/label><label class=\"input\"><input data-type=\"email\" data-label=\"Email\" id=\"email4\" type=\"text\" name=\"email4\" \/><\/label><\/section><section><label class=\"label\">Telefon z numerem kierunkowym<\/label><label class=\"input\"><input data-type=\"text\" data-label=\"Telefon z numerem kierunkowym\" id=\"text5\" type=\"text\" name=\"text5\" \/><\/label><\/section><section><label class=\"label\">Opis us\u0142ugi<\/label><label class=\"textarea\"><textarea data-type=\"message\" data-label=\"Opis us\u0142ugi\" id=\"message6\" name=\"message6\" rows=\"7\"><\/textarea><\/label><\/section>        <\/fieldset>\r\n        <footer>\r\n            <button data-style=\"slide-down\" id=\"cf-submittedwpxter\" class=\"ecfbutton ladda-button\" type=\"submit\" name=\"cf-submittedwpxter\"><span class=\"ladda-label\">SEND<\/span><\/button>\r\n        <\/footer>\r\n    <\/form>\r\n\r\n    \r\n<\/div>\r\n<!-- END Form Markup for Form ID: 1993 -->\r\n\r\n\r\n\t\t\t\t","protected":false},"excerpt":{"rendered":"<p>Je\u015bli chcesz, aby Twoja us\u0142uga lub firma w PROMOCJI NA START w cenie ju\u017c od 99 euro (op\u0142ata jednorazowa za rok) znalaz\u0142a si\u0119 w naszej bazie POLSKICH US\u0141UG (do 20 s\u0142\u00f3w) prosimy o wype\u0142nienie poni\u017cszego formularza lub o przes\u0142anie danych teleadresowych, opisu, informacji (obowi\u0105zuje abonament roczny) poprzez poni\u017cszy formularz lub na adres e-mail: nakanarachpl@gmail.comPublikacja nast\u0105pi [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1994","page","type-page","status-publish","hentry"],"aioseo_notices":[],"blog_post_layout_featured_media_urls":{"thumbnail":"","full":""},"categories_names":null,"comments_number":"0","wpmagazine_modules_lite_featured_media_urls":{"thumbnail":"","cvmm-medium":"","cvmm-medium-plus":"","cvmm-portrait":"","cvmm-medium-square":"","cvmm-large":"","cvmm-small":"","full":""},"_links":{"self":[{"href":"https:\/\/nakanarach.pl\/index.php\/wp-json\/wp\/v2\/pages\/1994","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nakanarach.pl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nakanarach.pl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nakanarach.pl\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/nakanarach.pl\/index.php\/wp-json\/wp\/v2\/comments?post=1994"}],"version-history":[{"count":13,"href":"https:\/\/nakanarach.pl\/index.php\/wp-json\/wp\/v2\/pages\/1994\/revisions"}],"predecessor-version":[{"id":7231,"href":"https:\/\/nakanarach.pl\/index.php\/wp-json\/wp\/v2\/pages\/1994\/revisions\/7231"}],"wp:attachment":[{"href":"https:\/\/nakanarach.pl\/index.php\/wp-json\/wp\/v2\/media?parent=1994"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}