{"id":384,"date":"2025-10-22T17:25:22","date_gmt":"2025-10-22T17:25:22","guid":{"rendered":"https:\/\/psychologysavcenkoite.in.ua\/?page_id=384"},"modified":"2026-02-16T18:41:44","modified_gmt":"2026-02-16T18:41:44","slug":"%f0%9f%95%8a%ef%b8%8f-%d0%b0%d0%bd%d0%ba%d0%b5%d1%82%d0%b0-%d0%b4%d0%bb%d1%8f-%d1%83%d1%87%d0%b0%d1%81%d1%82%d1%96-%d0%b2-%d1%82%d0%b5%d1%80%d0%b0%d0%bf%d1%96%d1%97","status":"publish","type":"page","link":"https:\/\/psychologysavcenkoite.in.ua\/?page_id=384","title":{"rendered":"\ud83d\udd4a\ufe0f \u0410\u043d\u043a\u0435\u0442\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430"},"content":{"rendered":"\n<div style=\"max-width:720px; margin:0 auto; padding:20px; background:#fff; border-radius:15px; box-shadow:0 5px 15px rgba(0,0,0,0.1); font-family:Arial,sans-serif;\">\n  <h2 style=\"text-align:center; color:#333;\">\u2728 \u0410\u043d\u043a\u0435\u0442\u0430 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430 \u0456\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u0443 \u00ab\u0410\u043d\u0442\u0438\u0442\u0440\u0438\u0432\u043e\u0433\u0430\u00bb<\/h2>\n  <p style=\"text-align:center; color:#666;\">\u0414\u044f\u043a\u0443\u044e, \u0449\u043e \u043e\u0431\u0438\u0440\u0430\u0454\u0448 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443 \ud83d\udc9b<\/p>\n\n  <form id=\"intensive-form\">\n      <label>\u0406\u043c\u2019\u044f \u0442\u0430 \u043f\u0440\u0456\u0437\u0432\u0438\u0449\u0435:<\/label>\n      <input type=\"text\" name=\"name\" required style=\"width:100%; padding:8px; margin-bottom:10px;\">\n\n      <label>\u041a\u043e\u043d\u0442\u0430\u043a\u0442 (Email \u0430\u0431\u043e Telegram):<\/label>\n      <input type=\"text\" name=\"contact\" required style=\"width:100%; padding:8px; margin-bottom:10px;\">\n\n      <label>\u041f\u0440\u0438\u0447\u0438\u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u0456:<\/label>\n      <textarea name=\"reason\" style=\"width:100%; padding:8px; margin-bottom:10px;\"><\/textarea>\n\n      <label>\u0421\u0438\u043c\u043f\u0442\u043e\u043c\u0438 \u0442\u0440\u0438\u0432\u043e\u0433\u0438:<\/label>\n      <textarea name=\"symptoms\" style=\"width:100%; padding:8px; margin-bottom:10px;\"><\/textarea>\n\n      <label>\u0426\u0456\u043b\u0456 \u0456\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u0443:<\/label>\n      <textarea name=\"goal\" style=\"width:100%; padding:8px; margin-bottom:10px;\"><\/textarea>\n\n      <label>\u0415\u043c\u043e\u0446\u0456\u0439\u043d\u0438\u0439 \u0441\u0442\u0430\u043d:<\/label>\n      <textarea name=\"state\" style=\"width:100%; padding:8px; margin-bottom:10px;\"><\/textarea>\n\n      <label>\u0414\u043e\u0441\u0432\u0456\u0434 \u0442\u0435\u0440\u0430\u043f\u0456\u0457:<\/label>\n      <input type=\"text\" name=\"experience\" style=\"width:100%; padding:8px; margin-bottom:10px;\">\n\n      <label>\u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043c\u0435\u043d\u0435 \ud83d\udc9b:<\/label>\n      <textarea name=\"message\" style=\"width:100%; padding:8px; margin-bottom:10px;\"><\/textarea>\n\n      <button type=\"submit\" style=\"background:#a7a28f; color:#fff; padding:12px; width:100%; border:none; border-radius:10px; cursor:pointer;\">\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0430\u043d\u043a\u0435\u0442\u0443<\/button>\n  <\/form>\n\n  <p id=\"success-message\" style=\"display:none; color:green; margin-top:15px; text-align:center;\">\n    \u0414\u044f\u043a\u0443\u044e \u0437\u0430 \u0434\u043e\u0432\u0456\u0440\u0443! \ud83d\udc9b\n  <\/p>\n<\/div>\n\n<script>\n  document.getElementById('intensive-form').addEventListener('submit', async function(e) {\n    e.preventDefault();\n\n    const webhookURL = \"https:\/\/hook.eu1.make.com\/sj6p4e4zw3fedbmb3ohnk8ert5blxnel\"; \/\/ <<< \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0441\u044e\u0434\u0438!\n\n    const formData = new FormData(this);\n    const jsonObject = {};\n\n    formData.forEach((value, key) => {\n      jsonObject[key] = value;\n    });\n\n    try {\n      const response = await fetch(webhookURL, {\n        method: \"POST\",\n        headers: { \"Content-Type\": \"application\/json\" },\n        body: JSON.stringify(jsonObject)\n      });\n\n      if (!response.ok) throw new Error(response.status);\n\n      this.reset();\n      document.getElementById('success-message').style.display = \"block\";\n      window.scrollTo({ top: 0, behavior: \"smooth\" });\n\n    } catch (err) {\n      alert(\"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u0456 \u0430\u043d\u043a\u0435\u0442\u0438. \u041a\u043e\u0434: \" + err.message);\n    }\n  });\n<\/script>\n\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"755\" height=\"407\" src=\"https:\/\/psychologysavcenkoite.in.ua\/wp-content\/uploads\/2025\/10\/\u0417\u043d\u0456\u043c\u043e\u043a-\u0435\u043a\u0440\u0430\u043d\u0430-2025-10-22-202112-1.png\" alt=\"\" class=\"wp-image-386\" srcset=\"https:\/\/psychologysavcenkoite.in.ua\/wp-content\/uploads\/2025\/10\/\u0417\u043d\u0456\u043c\u043e\u043a-\u0435\u043a\u0440\u0430\u043d\u0430-2025-10-22-202112-1.png 755w, https:\/\/psychologysavcenkoite.in.ua\/wp-content\/uploads\/2025\/10\/\u0417\u043d\u0456\u043c\u043e\u043a-\u0435\u043a\u0440\u0430\u043d\u0430-2025-10-22-202112-1-300x162.png 300w\" sizes=\"auto, (max-width: 755px) 100vw, 755px\" \/><\/figure>\n\n\n\n<!DOCTYPE html>\n<html lang=\"uk\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>\u0410\u043d\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u0443\u0447\u0430\u0441\u0442\u0456 \u0432 \u0442\u0435\u0440\u0430\u043f\u0456\u0457 \u2014 \u042e\u043b\u0456\u044f \u0421\u0430\u0432\u0447\u0435\u043d\u043a\u043e<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    body {\n      font-family: \"Inter\", sans-serif;\n      background-color: #f8f6f1;\n      color: #1f1f1f;\n      line-height: 1.6;\n      margin: 0;\n      padding: 0;\n    }\n\n    .container {\n      max-width: 720px;\n      margin: 40px auto;\n      background: #ffffff;\n      border-radius: 20px;\n      box-shadow: 0 10px 25px rgba(0,0,0,0.1);\n      padding: 40px 50px;\n    }\n\n    h1 {\n      text-align: center;\n      color: #333333;\n      font-size: 28px;\n      margin-bottom: 10px;\n    }\n\n    p.subtitle {\n      text-align: center;\n      color: #6c6c6c;\n      margin-bottom: 30px;\n    }\n\n    label {\n      font-weight: 500;\n      display: block;\n      margin-bottom: 6px;\n      margin-top: 20px;\n    }\n\n    input[type=\"text\"],\n    input[type=\"email\"],\n    textarea,\n    select {\n      width: 100%;\n      padding: 10px 14px;\n      border: 1px solid #ddd;\n      border-radius: 10px;\n      font-size: 16px;\n      background-color: #fafafa;\n      transition: all 0.2s ease;\n    }\n\n    input:focus,\n    textarea:focus,\n    select:focus {\n      border-color: #a7a28f;\n      outline: none;\n      background-color: #fff;\n    }\n\n    textarea {\n      min-height: 100px;\n      resize: vertical;\n    }\n\n    .checkbox-group {\n      margin-top: 8px;\n    }\n\n    .checkbox-group label {\n      display: inline-block;\n      margin-right: 15px;\n      font-weight: normal;\n    }\n\n    button {\n      display: block;\n      width: 100%;\n      background-color: #a7a28f;\n      color: white;\n      border: none;\n      border-radius: 12px;\n      font-size: 18px;\n      padding: 14px;\n      margin-top: 30px;\n      cursor: pointer;\n      transition: all 0.3s ease;\n    }\n\n    button:hover {\n      background-color: #8f8a78;\n    }\n\n    .footer-note {\n      text-align: center;\n      color: #777;\n      font-size: 14px;\n      margin-top: 25px;\n    }\n\n    .success-message {\n      display: none;\n      text-align: center;\n      color: #4a774e;\n      background: #edf6ee;\n      border-radius: 12px;\n      padding: 15px;\n      margin-top: 20px;\n      font-weight: 500;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"container\">\n    <h1>\ud83d\udd4a\ufe0f \u0410\u043d\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u0443\u0447\u0430\u0441\u0442\u0456 \u0432 \u0442\u0435\u0440\u0430\u043f\u0456\u0457<\/h1>\n    <p class=\"subtitle\">\u0414\u044f\u043a\u0443\u044e, \u0449\u043e \u043e\u0431\u0438\u0440\u0430\u0454\u0448 \u0448\u043b\u044f\u0445 \u0434\u043e \u0441\u0435\u0431\u0435 \ud83d\udc9b <br>\u0423\u0441\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u0456.<\/p>\n\n    <form id=\"therapy-form\" action=\"https:\/\/formspree.io\/f\/mwprdblk\" method=\"POST\">\n      <label>\u0406\u043c\u2019\u044f \u0442\u0430 \u043f\u0440\u0456\u0437\u0432\u0438\u0449\u0435:<\/label>\n      <input type=\"text\" name=\"\u0406\u043c\u2019\u044f \u0442\u0430 \u043f\u0440\u0456\u0437\u0432\u0438\u0449\u0435\" required>\n\n      <label>\u0412\u0456\u043a:<\/label>\n      <input type=\"text\" name=\"\u0412\u0456\u043a\">\n\n      <label>\u041c\u0456\u0441\u0442\u043e \u043f\u0440\u043e\u0436\u0438\u0432\u0430\u043d\u043d\u044f \/ \u043a\u0440\u0430\u0457\u043d\u0430:<\/label>\n      <input type=\"text\" name=\"\u041c\u0456\u0441\u0442\u043e\">\n\n      <label>\u0417\u0440\u0443\u0447\u043d\u0438\u0439 \u0441\u043f\u043e\u0441\u0456\u0431 \u0437\u0432\u2019\u044f\u0437\u043a\u0443:<\/label>\n      <div class=\"checkbox-group\">\n        <label><input type=\"checkbox\" name=\"\u0417\u0432\u2019\u044f\u0437\u043e\u043a\" value=\"Telegram\"> Telegram<\/label>\n        <label><input type=\"checkbox\" name=\"\u0417\u0432\u2019\u044f\u0437\u043e\u043a\" value=\"WhatsApp\"> WhatsApp<\/label>\n        <label><input type=\"checkbox\" name=\"\u0417\u0432\u2019\u044f\u0437\u043e\u043a\" value=\"Email\"> Email<\/label>\n        <label><input type=\"checkbox\" name=\"\u0417\u0432\u2019\u044f\u0437\u043e\u043a\" value=\"\u0406\u043d\u0448\u0435\"> \u0406\u043d\u0448\u0435<\/label>\n      <\/div>\n\n      <label>\u041a\u043e\u043d\u0442\u0430\u043a\u0442 (\u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0430\u0431\u043e \u043d\u043e\u043c\u0435\u0440):<\/label>\n      <input type=\"text\" name=\"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\">\n\n      <label>\u0429\u043e \u0442\u0435\u0431\u0435 \u043f\u0440\u0438\u0432\u0435\u043b\u043e \u043d\u0430 \u0442\u0435\u0440\u0430\u043f\u0456\u044e?<\/label>\n      <textarea name=\"\u041f\u0440\u0438\u0447\u0438\u043d\u0430 \u0437\u0432\u0435\u0440\u043d\u0435\u043d\u043d\u044f\"><\/textarea>\n\n      <label>\u0427\u0438 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0432(\u043b\u0430) \u0442\u0438 \u0440\u0430\u043d\u0456\u0448\u0435 \u0442\u0435\u0440\u0430\u043f\u0456\u044e?<\/label>\n      <div class=\"checkbox-group\">\n        <label><input type=\"radio\" name=\"\u0422\u0435\u0440\u0430\u043f\u0456\u044f \u0440\u0430\u043d\u0456\u0448\u0435\" value=\"\u0422\u0430\u043a\"> \u0422\u0430\u043a<\/label>\n        <label><input type=\"radio\" name=\"\u0422\u0435\u0440\u0430\u043f\u0456\u044f \u0440\u0430\u043d\u0456\u0448\u0435\" value=\"\u041d\u0456\"> \u041d\u0456<\/label>\n      <\/div>\n\n      <label>\u042f\u043a\u0449\u043e \u0442\u0430\u043a \u2014 \u044f\u043a\u0438\u0439 \u043d\u0430\u043f\u0440\u044f\u043c \u0430\u0431\u043e \u0444\u043e\u0440\u043c\u0430\u0442 \u0440\u043e\u0431\u043e\u0442\u0438 \u0431\u0443\u0432?<\/label>\n      <input type=\"text\" name=\"\u0422\u0438\u043f \u0442\u0435\u0440\u0430\u043f\u0456\u0457\">\n\n      <label>\u0429\u043e \u0442\u0438 \u0445\u043e\u0447\u0435\u0448 \u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u0430\u0431\u043e \u0437\u0446\u0456\u043b\u0438\u0442\u0438 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0440\u043e\u0431\u043e\u0442\u0438?<\/label>\n      <textarea name=\"\u0426\u0456\u043b\u044c \u0442\u0435\u0440\u0430\u043f\u0456\u0457\"><\/textarea>\n\n      <label>\u042f\u043a \u0442\u0438 \u0437\u0430\u0440\u0430\u0437 \u0441\u0435\u0431\u0435 \u043f\u043e\u0447\u0443\u0432\u0430\u0454\u0448 (\u0435\u043c\u043e\u0446\u0456\u0439\u043d\u043e, \u0444\u0456\u0437\u0438\u0447\u043d\u043e, \u0435\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u043d\u043e)?<\/label>\n      <textarea name=\"\u041f\u043e\u0442\u043e\u0447\u043d\u0438\u0439 \u0441\u0442\u0430\u043d\"><\/textarea>\n\n      <label>\u0427\u0438 \u0454 \u043c\u0435\u0434\u0438\u0447\u043d\u0456 \u0430\u0431\u043e \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0456\u0447\u043d\u0456 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f, \u044f\u043a\u0456 \u043c\u0435\u043d\u0456 \u0432\u0430\u0436\u043b\u0438\u0432\u043e \u0432\u0440\u0430\u0445\u0443\u0432\u0430\u0442\u0438?<\/label>\n      <textarea name=\"\u041e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f\"><\/textarea>\n\n      <label>\u042f\u043a\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0442\u0435\u0431\u0435 \u0446\u0456\u043a\u0430\u0432\u0438\u0442\u044c:<\/label>\n      <div class=\"checkbox-group\">\n        <label><input type=\"checkbox\" name=\"\u0424\u043e\u0440\u043c\u0430\u0442\" value=\"\u0406\u043d\u0434\u0438\u0432\u0456\u0434\u0443\u0430\u043b\u044c\u043d\u0430 \u0442\u0435\u0440\u0430\u043f\u0456\u044f\"> \u0406\u043d\u0434\u0438\u0432\u0456\u0434\u0443\u0430\u043b\u044c\u043d\u0430 \u0442\u0435\u0440\u0430\u043f\u0456\u044f<\/label>\n        <label><input type=\"checkbox\" name=\"\u0424\u043e\u0440\u043c\u0430\u0442\" value=\"\u0413\u0440\u0443\u043f\u043e\u0432\u0430 \u0440\u043e\u0431\u043e\u0442\u0430\"> \u0413\u0440\u0443\u043f\u043e\u0432\u0430 \u0440\u043e\u0431\u043e\u0442\u0430<\/label>\n        <label><input type=\"checkbox\" name=\"\u0424\u043e\u0440\u043c\u0430\u0442\" value=\"\u0413\u0456\u043f\u043d\u043e\u0441\u0435\u0441\u0456\u044f\"> \u0413\u0456\u043f\u043d\u043e\u0441\u0435\u0441\u0456\u044f<\/label>\n        <label><input type=\"checkbox\" name=\"\u0424\u043e\u0440\u043c\u0430\u0442\" value=\"\u0414\u0456\u0430\u0433\u043d\u043e\u0441\u0442\u0438\u043a\u0430\"> \u0414\u0456\u0430\u0433\u043d\u043e\u0441\u0442\u0438\u043a\u0430<\/label>\n        <label><input type=\"checkbox\" name=\"\u0424\u043e\u0440\u043c\u0430\u0442\" value=\"\u0406\u043d\u0448\u0435\"> \u0406\u043d\u0448\u0435<\/label>\n      <\/div>\n\n      <label>\u0417\u0440\u0443\u0447\u043d\u0438\u0439 \u0433\u0440\u0430\u0444\u0456\u043a:<\/label>\n      <div class=\"checkbox-group\">\n        <label><input type=\"checkbox\" name=\"\u0413\u0440\u0430\u0444\u0456\u043a\" value=\"\u0420\u0430\u0437 \u043d\u0430 \u0442\u0438\u0436\u0434\u0435\u043d\u044c\"> \u0420\u0430\u0437 \u043d\u0430 \u0442\u0438\u0436\u0434\u0435\u043d\u044c<\/label>\n        <label><input type=\"checkbox\" name=\"\u0413\u0440\u0430\u0444\u0456\u043a\" value=\"\u0420\u0430\u0437 \u043d\u0430 \u0434\u0432\u0430 \u0442\u0438\u0436\u043d\u0456\"> \u0420\u0430\u0437 \u043d\u0430 \u0434\u0432\u0430 \u0442\u0438\u0436\u043d\u0456<\/label>\n        <label><input type=\"checkbox\" name=\"\u0413\u0440\u0430\u0444\u0456\u043a\" value=\"\u0406\u043d\u0448\u0435\"> \u0406\u043d\u0448\u0435<\/label>\n      <\/div>\n\n      <label>\u0422\u0432\u043e\u044f \u0446\u0456\u043b\u044c \u0430\u0431\u043e \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u0438\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0432\u0456\u0434 \u0442\u0435\u0440\u0430\u043f\u0456\u0457:<\/label>\n      <textarea name=\"\u041e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f\"><\/textarea>\n\n      <label>\u042f\u043a \u0431\u0438 \u0442\u0438 \u0445\u043e\u0442\u0456\u0432(\u043b\u0430), \u0449\u043e\u0431 \u044f \u0437 \u0442\u043e\u0431\u043e\u044e \u0437\u0432\u2019\u044f\u0437\u0430\u043b\u0430\u0441\u044f?<\/label>\n      <div class=\"checkbox-group\">\n        <label><input type=\"radio\" name=\"\u0417\u0432\u2019\u044f\u0437\u0430\u0442\u0438\u0441\u044f\" value=\"\u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f\"> \u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f<\/label>\n        <label><input type=\"radio\" name=\"\u0417\u0432\u2019\u044f\u0437\u0430\u0442\u0438\u0441\u044f\" value=\"\u0414\u0437\u0432\u0456\u043d\u043e\u043a\"> \u0414\u0437\u0432\u0456\u043d\u043e\u043a<\/label>\n        <label><input type=\"radio\" name=\"\u0417\u0432\u2019\u044f\u0437\u0430\u0442\u0438\u0441\u044f\" value=\"\u0406\u043d\u0448\u0435\"> \u0406\u043d\u0448\u0435<\/label>\n      <\/div>\n\n      <label>\u0422\u0432\u043e\u0454 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043c\u0435\u043d\u0435 \ud83d\udc9b:<\/label>\n      <textarea name=\"\u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f\"><\/textarea>\n\n      <button type=\"submit\">\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0430\u043d\u043a\u0435\u0442\u0443<\/button>\n      <p class=\"success-message\" id=\"success-message\">\u0414\u044f\u043a\u0443\u044e \u0437\u0430 \u0434\u043e\u0432\u0456\u0440\u0443 \ud83c\udf3f<br>\u0422\u0432\u043e\u044f \u0430\u043d\u043a\u0435\u0442\u0430 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u0430 \ud83d\udc9b<\/p>\n\n      <p class=\"footer-note\">\u0412\u0441\u0456 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u0437\u0430\u043b\u0438\u0448\u0430\u044e\u0442\u044c\u0441\u044f \u043a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u0438\u043c\u0438 \ud83d\udd4a\ufe0f<\/p>\n    <\/form>\n  <\/div>\n\n<script>\nconst form = document.getElementById(\"therapy-form\");\nconst successMessage = document.getElementById(\"success-message\");\n\n\/\/ \u0412\u0430\u0448 Make Webhook URL\nconst webhookURL = \"https:\/\/hook.eu1.make.com\/vuoxgximzhb7xpoc5q8ev6q3o8i8q7at\";\n\nform.addEventListener(\"submit\", async (e) => {\n  e.preventDefault();\n\n  \/\/ \u0417\u0431\u0438\u0440\u0430\u0454\u043c\u043e \u0434\u0430\u043d\u0456 \u0437 \u0444\u043e\u0440\u043c\u0438 \u0432 \u043e\u0431'\u0454\u043a\u0442\n  const payload = {};\n  new FormData(form).forEach((value, key) => {\n    \/\/ \u042f\u043a\u0449\u043e \u043a\u0456\u043b\u044c\u043a\u0430 \u0447\u0435\u043a\u0431\u043e\u043a\u0441\u0456\u0432 \u0437 \u043e\u0434\u043d\u0430\u043a\u043e\u0432\u0438\u043c \u0456\u043c\u2019\u044f\u043c \u2013 \u043e\u0431\u2019\u0454\u0434\u043d\u0443\u0454\u043c\u043e \u0432 \u043c\u0430\u0441\u0438\u0432\n    if(payload[key]) {\n      if(Array.isArray(payload[key])) {\n        payload[key].push(value);\n      } else {\n        payload[key] = [payload[key], value];\n      }\n    } else {\n      payload[key] = value;\n    }\n  });\n\n  try {\n    const response = await fetch(webhookURL, {\n      method: \"POST\",\n      headers: {\n        \"Content-Type\": \"application\/json\"\n      },\n      body: JSON.stringify(payload)\n    });\n\n    if (!response.ok) throw new Error(response.status + \" \" + response.statusText);\n\n    form.reset();\n    successMessage.style.display = \"block\";\n\n  } catch (error) {\n    alert(\"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u0456 \u0430\u043d\u043a\u0435\u0442\u0438. \u041a\u043e\u0434: \" + error.message);\n  }\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>\u2728 \u0410\u043d\u043a\u0435\u0442\u0430 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430 \u0456\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u0443 \u00ab\u0410\u043d\u0442\u0438\u0442\u0440\u0438\u0432\u043e\u0433\u0430\u00bb \u0414\u044f\u043a\u0443\u044e, \u0449\u043e \u043e\u0431\u0438\u0440\u0430\u0454\u0448 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443 \ud83d\udc9b \u0406\u043c\u2019\u044f \u0442\u0430 \u043f\u0440\u0456\u0437\u0432\u0438\u0449\u0435: \u041a\u043e\u043d\u0442\u0430\u043a\u0442 (Email \u0430\u0431\u043e Telegram): \u041f\u0440\u0438\u0447\u0438\u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u0456: \u0421\u0438\u043c\u043f\u0442\u043e\u043c\u0438 \u0442\u0440\u0438\u0432\u043e\u0433\u0438: \u0426\u0456\u043b\u0456 \u0456\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u0443: \u0415\u043c\u043e\u0446\u0456\u0439\u043d\u0438\u0439 \u0441\u0442\u0430\u043d: \u0414\u043e\u0441\u0432\u0456\u0434 \u0442\u0435\u0440\u0430\u043f\u0456\u0457: \u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043c\u0435\u043d\u0435 \ud83d\udc9b: \u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0430\u043d\u043a\u0435\u0442\u0443 \u0414\u044f\u043a\u0443\u044e \u0437\u0430 \u0434\u043e\u0432\u0456\u0440\u0443! \ud83d\udc9b \u0410\u043d\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u0443\u0447\u0430\u0441\u0442\u0456 \u0432 \u0442\u0435\u0440\u0430\u043f\u0456\u0457 \u2014 \u042e\u043b\u0456\u044f \u0421\u0430\u0432\u0447\u0435\u043d\u043a\u043e \ud83d\udd4a\ufe0f \u0410\u043d\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u0443\u0447\u0430\u0441\u0442\u0456 \u0432 \u0442\u0435\u0440\u0430\u043f\u0456\u0457 \u0414\u044f\u043a\u0443\u044e, \u0449\u043e \u043e\u0431\u0438\u0440\u0430\u0454\u0448 \u0448\u043b\u044f\u0445 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":863,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-384","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/psychologysavcenkoite.in.ua\/index.php?rest_route=\/wp\/v2\/pages\/384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/psychologysavcenkoite.in.ua\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/psychologysavcenkoite.in.ua\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/psychologysavcenkoite.in.ua\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/psychologysavcenkoite.in.ua\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=384"}],"version-history":[{"count":30,"href":"https:\/\/psychologysavcenkoite.in.ua\/index.php?rest_route=\/wp\/v2\/pages\/384\/revisions"}],"predecessor-version":[{"id":874,"href":"https:\/\/psychologysavcenkoite.in.ua\/index.php?rest_route=\/wp\/v2\/pages\/384\/revisions\/874"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/psychologysavcenkoite.in.ua\/index.php?rest_route=\/wp\/v2\/media\/863"}],"wp:attachment":[{"href":"https:\/\/psychologysavcenkoite.in.ua\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}