{"id":243,"date":"2026-03-04T07:35:01","date_gmt":"2026-03-04T07:35:01","guid":{"rendered":"https:\/\/drsusantatah.org\/ourorganisation\/?page_id=243"},"modified":"2026-04-04T16:24:58","modified_gmt":"2026-04-04T16:24:58","slug":"donate","status":"publish","type":"page","link":"https:\/\/drsusantatah.org\/ourorganisation\/donate\/","title":{"rendered":"Donate"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"243\" class=\"elementor elementor-243\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ffa4155 e-flex e-con-boxed e-con e-parent\" data-id=\"ffa4155\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bc55a9c e-con-full e-grid e-con e-child\" data-id=\"bc55a9c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd38402 elementor-widget elementor-widget-image\" data-id=\"fd38402\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1079\" height=\"1149\" src=\"https:\/\/drsusantatah.org\/ourorganisation\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-12.57.20-PM.jpeg\" class=\"attachment-full size-full wp-image-611\" alt=\"\" srcset=\"https:\/\/drsusantatah.org\/ourorganisation\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-12.57.20-PM.jpeg 1079w, https:\/\/drsusantatah.org\/ourorganisation\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-12.57.20-PM-600x639.jpeg 600w, https:\/\/drsusantatah.org\/ourorganisation\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-12.57.20-PM-282x300.jpeg 282w, https:\/\/drsusantatah.org\/ourorganisation\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-12.57.20-PM-962x1024.jpeg 962w, https:\/\/drsusantatah.org\/ourorganisation\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-01-at-12.57.20-PM-768x818.jpeg 768w\" sizes=\"(max-width: 1079px) 100vw, 1079px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8d61238 e-con-full e-flex e-con e-child\" data-id=\"8d61238\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82234c0 elementor-widget elementor-widget-heading\" data-id=\"82234c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Help Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-694e6d2 elementor-widget elementor-widget-text-editor\" data-id=\"694e6d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Help us for the donation<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca446c1 elementor-widget elementor-widget-shortcode\" data-id=\"ca446c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\r\n    <div class=\"donation-wrapper\"\r\n         data-product=\"1084\"\r\n         data-max=\"1000\">\r\n\r\n        <div class=\"error-message hidden\">\r\n            Maximum donation is \u20ac1000        <\/div>\r\n\r\n        <div class=\"buttons-wrapper\">\r\n                            <button class=\"donation-button\" data-amount=\"20\">\r\n                    \u20ac20,00                <\/button>\r\n                            <button class=\"donation-button\" data-amount=\"30\">\r\n                    \u20ac30,00                <\/button>\r\n                            <button class=\"donation-button\" data-amount=\"50\">\r\n                    \u20ac50,00                <\/button>\r\n                            <button class=\"donation-button\" data-amount=\"100\">\r\n                    \u20ac100,00                <\/button>\r\n                    <\/div>\r\n\r\n        <div class=\"input-wrapper\">\r\n            <input type=\"text\" class=\"donation-amount\" placeholder=\"0.00\" \/>\r\n        <\/div>\r\n\r\n        <button class=\"buy-now\" disabled>Donate Now<\/button>\r\n    <\/div>\r\n\r\n    <script>\r\n    jQuery(document).ready(function($) {\r\n\r\n        $('.donation-wrapper').each(function() {\r\n\r\n            const wrapper = $(this);\r\n            const buttons = wrapper.find('.donation-button');\r\n            const input = wrapper.find('.donation-amount');\r\n            const error = wrapper.find('.error-message');\r\n            const buyBtn = wrapper.find('.buy-now');\r\n\r\n            const maxAmount = parseFloat(wrapper.data('max'));\r\n            const productID = wrapper.data('product');\r\n\r\n            \/\/ Button click\r\n            buttons.on('click', function() {\r\n\r\n                const amount = $(this).data('amount');\r\n\r\n                input.val(parseFloat(amount).toFixed(2).replace('.', ','));\r\n\r\n                buttons.removeClass('selected');\r\n                $(this).addClass('selected');\r\n\r\n                error.addClass('hidden');\r\n                validate();\r\n            });\r\n\r\n            \/\/ Input typing\r\n            input.on('input', function() {\r\n\r\n                let value = $(this).val().replace(\/[^0-9,]\/g, '');\r\n                $(this).val(value);\r\n\r\n                buttons.removeClass('selected');\r\n                validate();\r\n            });\r\n\r\n            \/\/ Validation\r\n            function validate() {\r\n\r\n                const val = input.val().replace(',', '.');\r\n                const num = parseFloat(val);\r\n\r\n                if (isNaN(num) || num <= 0 || num > maxAmount) {\r\n                    error.removeClass('hidden');\r\n                    buyBtn.prop('disabled', true);\r\n                } else {\r\n                    error.addClass('hidden');\r\n                    buyBtn.prop('disabled', false);\r\n                }\r\n            }\r\n\r\n            \/\/ Buy button\r\n            buyBtn.on('click', function() {\r\n\r\n                const val = parseFloat(input.val().replace(',', '.'));\r\n\r\n                if (!isNaN(val) && val > 0 && val <= maxAmount) {\r\n                   window.location.href = `https:\/\/drsusantatah.org\/ourorganisation\/donation\/?add-to-cart=${productID}&quantity=${val}`;\r\n                }\r\n            });\r\n\r\n        });\r\n\r\n    });\r\n    <\/script>\r\n\r\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Help Us Help us for the donation<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-243","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/drsusantatah.org\/ourorganisation\/wp-json\/wp\/v2\/pages\/243","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drsusantatah.org\/ourorganisation\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/drsusantatah.org\/ourorganisation\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/drsusantatah.org\/ourorganisation\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/drsusantatah.org\/ourorganisation\/wp-json\/wp\/v2\/comments?post=243"}],"version-history":[{"count":218,"href":"https:\/\/drsusantatah.org\/ourorganisation\/wp-json\/wp\/v2\/pages\/243\/revisions"}],"predecessor-version":[{"id":1280,"href":"https:\/\/drsusantatah.org\/ourorganisation\/wp-json\/wp\/v2\/pages\/243\/revisions\/1280"}],"wp:attachment":[{"href":"https:\/\/drsusantatah.org\/ourorganisation\/wp-json\/wp\/v2\/media?parent=243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}