{"id":7356,"date":"2026-02-03T12:30:56","date_gmt":"2026-02-03T11:30:56","guid":{"rendered":"https:\/\/powerofreflection.com\/?page_id=7356"},"modified":"2026-05-07T10:39:54","modified_gmt":"2026-05-07T09:39:54","slug":"vriend","status":"publish","type":"page","link":"https:\/\/powerofreflection.com\/en\/vriend\/","title":{"rendered":"a friend"},"content":{"rendered":"<div id=\"fws_6a4b0ee457910\"  data-column-margin=\"default\" data-midnight=\"dark\"  class=\"wpb_row vc_row-fluid vc_row\"  style=\"padding-top: 0px; padding-bottom: 0px; \"><div class=\"row-bg-wrap\" data-bg-animation=\"none\" data-bg-animation-delay=\"\" data-bg-overlay=\"false\"><div class=\"inner-wrap row-bg-layer\" ><div class=\"row-bg viewport-desktop\"  style=\"\"><\/div><\/div><\/div><div class=\"row_col_wrap_12 col span_12 dark left\">\n\t<div  class=\"vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone\"  data-padding-pos=\"all\" data-has-bg-color=\"false\" data-bg-color=\"\" data-bg-opacity=\"1\" data-animation=\"\" data-delay=\"0\" >\n\t\t<div class=\"vc_column-inner\" >\n\t\t\t<div class=\"wpb_wrapper\">\n\t\t\t\t<h2 style=\"font-size: 35px;color: #ff5a02;line-height: 1.3;text-align: left\" class=\"vc_custom_heading\" >\ud83d\udc99 Stronger together for Connective Tissue!<\/h2>\n<div class=\"wpb_text_column wpb_content_element\"  id=\"body_text\">\n\t<div class=\"wpb_wrapper\">\n\t\t<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><strong>\ud83d\udc49 Wordt vriend van onze stichting door een donatie vanaf \u20ac30 per jaar (12 maanden). Vul hieronder het formulier in voor automatische incasso:<\/strong><\/p>\n\t<\/div>\n<\/div>\n\n\n\n\n<div class=\"wpb_text_column wpb_content_element\" >\n\t<div class=\"wpb_wrapper\">\n\t\t<p><script>\n    \/\/ccc\n    class TantoniusMollieFront {\n\n        \/**\n         *  constructor\n         *\/\n        constructor() {\n            this.initialize(this);\n            this.initializeEvents(this);\n        }\n\n        \/**\n         * initialize \n         *\/\n        initialize(thisObj) {\n\n            \n            \n            jQuery('#taMollieRecurringPaymentForm').show();\n\n        }\n\n        \/**\n         * initializeEvents\n         *\/\n        initializeEvents(thisObj) {\n            jQuery('#taMollieSubmitButton').on(\"click\", function(event) {\n                event.preventDefault();\n                thisObj.validate(thisObj);\n            })\n\n            jQuery('#taMollieConfirmButton').on(\"click\", function(event) {\n                event.preventDefault();\n                thisObj.register(thisObj);\n            })\n\n            jQuery('#taMollieCancelConfirmButton').on(\"click\", function(event) {\n                event.preventDefault();\n                thisObj.cancelConfirm(thisObj);\n            })\n\n            jQuery('.TaMollieRecurringAmountChooseOption').on(\"click\", function(event) {\n                thisObj.selectPaymentAmountOption(this, thisObj);\n\n            })\n            jQuery('#taMollieRecurringPaymentFormOtherAmountDiv').on(\"click\", function(event) {\n                thisObj.selectPaymentOtherAmountOption(this, thisObj);\n            })\n\n            jQuery('.TaMollieRecurringPeriodChooseOption').on(\"click\", function(event) {\n                thisObj.selectPaymentPeriod(this, thisObj);\n            })\n\n            jQuery('.TaMollieRecurringPaymentMethodChooseOption').on(\"click\", function(event) {\n                thisObj.selectPaymentMethod(this, thisObj);\n            })\n\n        }\n\n        \/**\n         * Register \n         *\/\n        register(thisObj) {\n            let interval = jQuery('[name=\"interval\"]').val();\n            let selector = (interval == 'once') ? '#taMollieRecurringPaymentFormConnecting' : '#taMollieRecurringPaymentFormRegistering';\n\n            jQuery(selector).show();\n            jQuery('#taMollieRecurringPaymentFormConfirmation').hide();\n\n            var formDataObj = {};\n            jQuery('#taMollieRecurringPaymentForm input').each(function(index, data) {\n                var value = jQuery(this).val();\n                var name = jQuery(this).attr('name');\n                formDataObj[name] = value\n            });\n            let jsonData = JSON.stringify(formDataObj)\n\n\n            let url = \"\/wp-content\/plugins\/tantonius-mollie\/api\/register.php\"\n            jQuery.post(url, {\n                    'form': jsonData\n                },\n                function(data, status) {\n                    window.location.href = data.link.payment_link;\n                }).fail(function() {\n                jQuery('#taMollieRecurringPaymentFormAjaxError').show();\n                jQuery(selector).hide();\n            });\n        }\n\n        \/**\n         * Validate\n         * \n         *\/\n        validate(thisObj) {\n\n            jQuery('#taMollieRecurringPaymentFormErrorMessages').hide();\n            jQuery('#taMollieRecurringPaymentFormEmailExistsError').hide();\n            jQuery(\"html, body\").animate({\n                scrollTop: 0\n            }, \"slow\");\n\n            let isValid = true;\n            let textFields = ['senderFirstName', 'senderLastName', 'senderEmail'];\n            textFields.forEach(function(item) {\n                let selector = 'input[name=\"' + item + '\"]';\n                jQuery(selector).removeClass('taMollieInputError');\n                if (jQuery(selector).val() == '') {\n                    jQuery(selector).addClass('taMollieInputError');\n                    isValid = false;\n                }\n                if (item == 'senderEmail' && !thisObj.validateEmailFormat((jQuery(selector).val()))) {\n                    jQuery(selector).addClass('taMollieInputError');\n                    isValid = false;\n                }\n            });\n\n            let radioFields = [{\n                    inputId: '#taMollieRecurringPaymentFormAmount',\n                    selector: '#TaMollieRecurringAmountChoose',\n                    emptyValue: 4\n                },\n                {\n                    inputId: '#taMollieRecurringPaymentFormInterval',\n                    selector: '#TaMollieRecurringPeriodChoose',\n                    emptyValue: ''\n                },\n                {\n                    inputId: '#taMollieRecurringPaymentFormPaymentMethod',\n                    selector: '#TaMollieRecurringPaymentMethodChoose',\n                    emptyValue: ''\n                },\n            ];\n\n            radioFields.forEach(function(item, index) {\n                jQuery(item.selector).removeClass('taMollieInputError');\n                if (jQuery(item.inputId).val() == item.emptyValue ||\n                    (jQuery.isNumeric(item.emptyValue) && jQuery(item.inputId).val() <= item.emptyValue)) {\n                    isValid = false;\n                    jQuery(item.selector).addClass('taMollieInputError');\n                }\n            });\n\n\n\n            \/\/ Check if e-mail is in use by ajax\n\n            let interval = jQuery('[name=\"interval\"]').val();\n            if (interval != 'once') {\n                jQuery('#taMollieRecurringPaymentFormSpinner').show();\n                let selector = 'input[name=\"senderEmail\"]';\n                let email = jQuery(selector).val();\n                let url = \"\/wp-content\/plugins\/tantonius-mollie\/api\/verifyEmail.php?email=\" + email;\n                jQuery.get(url,\n                    function(data, status) {\n                        jQuery('#taMollieRecurringPaymentFormSpinner').hide();\n                        if (data.email_exists) {\n                            jQuery('#taMollieRecurringPaymentFormEmailExistsError').show();\n                            jQuery(selector).addClass('taMollieInputError');\n                            isValid = false;\n                        }\n\n                        if (isValid) {\n                            thisObj.showConfirmationDiv(thisObj);\n                        } else {\n                            jQuery('#taMollieRecurringPaymentFormErrorMessages').show();\n                        }\n                    });\n            } else {\n                if (isValid) {\n                    thisObj.showConfirmationDiv(thisObj);\n                } else {\n                    jQuery('#taMollieRecurringPaymentFormErrorMessages').show();\n                }\n            }\n\n        }\n\n\n\n        \/**\n         * validateEmailFormat\n         *\/\n        validateEmailFormat(email) {\n            var emailReg = \/^([\\w-\\.]+@([\\w-]+\\.)+[\\w-]{2,4})?$\/;\n            return emailReg.test(email);\n        }\n\n        \/**\n         * showConfirmationDiv\n         *\/\n        showConfirmationDiv(thisObj) {\n\n            if (jQuery('#taMollieRecurringPaymentFormInterval').val() != 'once') {\n                jQuery('#taMollieCancelConfirmMandateInfo').show();\n            } else {\n                jQuery('#taMollieCancelConfirmMandateInfo').hide();\n            }\n\n            jQuery('#taMollieRecurringPaymentFormConfirmation').show();\n            jQuery('#taMollieRecurringPaymentForm').hide();\n            jQuery('#taMollieRecurringPaymentForm input').each(function(d) {\n                let selector = '#taMollieRecurringPaymentFormConfirmation_' + jQuery(this).attr('name');\n                let value = jQuery(this).val();\n                jQuery(selector).html(value);\n            })\n        }\n\n        \/**\n         * showConfirmationDiv\n         *\/\n        cancelConfirm(thisObj) {\n            jQuery('#taMollieRecurringPaymentFormConfirmation').hide();\n            jQuery('#taMollieRecurringPaymentForm').show();\n        }\n\n        \/**\n         * selectPaymentAmountOption\n         *\/\n        selectPaymentAmountOption(button, thisObj) {\n            let amount = jQuery(button).attr('rel');\n            jQuery('.TaMollieRecurringAmountChooseOption').removeClass('selected');\n            jQuery('#taMollieRecurringPaymentFormOtherAmountDiv').removeClass('selected');\n            jQuery('#taMollieRecurringPaymentFormAmountDiv').hide();\n            jQuery(button).addClass('selected');\n            jQuery('#taMollieRecurringPaymentFormAmount').val(amount);\n        }\n\n\n        \/**\n         * selectPaymentOtherAmountOption\n         *\/\n        selectPaymentOtherAmountOption(button, thisObj) {\n\n            jQuery('#taMollieRecurringPaymentFormAmountDiv').show();\n            jQuery('.TaMollieRecurringAmountChooseOption').removeClass('selected');\n            jQuery(button).addClass('selected');\n        }\n\n        \/**\n         * selectPaymentPeriod\n         *\/\n        selectPaymentPeriod(button, thisObj) {\n            let period = jQuery(button).attr('rel');\n            let periodName = jQuery(button).html();\n\n            jQuery('#taMollieRecurringPaymentFormInterval').val(period);\n            jQuery('#taMollieRecurringPaymentFormIntervalName').val(periodName);\n            jQuery('.TaMollieRecurringPeriodChooseOption').removeClass('selected');\n            jQuery(button).addClass('selected');\n        }\n\n        selectPaymentMethod(button, thisObj) {\n            let method = jQuery(button).attr('rel');\n            jQuery('#taMollieRecurringPaymentFormPaymentMethod').val(method);\n            jQuery('.TaMollieRecurringPaymentMethodChooseOption').removeClass('selected');\n            jQuery(button).addClass('selected');\n        }\n\n        \/**\n         * showPaymentSuccess\n         *\/\n        showPaymentSuccess() {\n            jQuery('#taMollieRecurringPaymentFormSuccess').show();\n            jQuery('#taMollieRecurringPaymentFormSubscribing').hide();\n        }\n\n    }\n<\/script><style>\n    #taMollieRecurringPaymentForm {\n        border: 1px solid #FF5A02;\n        border-radius: 20px;\n        padding: 10px;\n        width: 800px;\n        display: none;\n        position: relative;\n    }\n\n    #taMollieRecurringPaymentForm small {\n        font-size: 12px;\n    }\n\n    #taMollieRecurringPaymentFormSpinner {\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        border-radius: 20px;\n        text-align: center;\n        display: none;\n    }\n\n    #taMollieRecurringPaymentFormSpinner img {\n        width: 25%;\n        margin: auto;\n    }\n\n    #taMollieRecurringPaymentForm .senderData {\n        width: 100%;\n    }\n\n    #taMollieRecurringPaymentForm .senderData p {\n        float: left;\n        width: 30%;\n        margin: 0px !important;\n        padding-right: 20px !important;\n        \/* padding: 0px !important;*\/\n        text-align: right;\n    }\n\n    #taMollieRecurringPaymentForm .senderData input {\n        float: left;\n        width: 40%;\n        margin-bottom: 15px !important;\n        margin-top: 0px !important;\n        padding-right: 0px !important;\n        padding-bottom: 0px !important;\n        padding-top: 0px !important;\n        background-color: #E8F0FE;\n        border: 0px;\n        border-radius: 10px;\n        height: 25px;\n        color: #676767;\n        padding-left: 10px !important;\n    }\n\n    #taMollieRecurringPaymentForm .senderData input[type=\"submit\"] {\n        float: left;\n        background-color: #FF5A02;\n        margin-top: 130px !important;\n        width: 40% !important;\n        color: white;\n        padding-left: 0px !important;\n        margin: auto !important;\n    }\n\n\n    @media only screen and (max-width: 768px) {\n        #taMollieRecurringPaymentForm {\n            width: 100%;\n        }\n\n        #taMollieRecurringPaymentForm .senderData p {\n            text-align: left;\n        }\n\n        #taMollieRecurringPaymentForm .senderData p,\n        #taMollieRecurringPaymentForm .senderData input {\n            width: 100%;\n        }\n    }\n\n    .taMollieInputError {\n        background-color: #f2bfcc !important;\n        border-radius: 15px;\n    }\n\n    #taMollieRecurringPaymentFormEmailExistsError {\n        display: none;\n    }\n\n    #TaMollieRecurringAmountChoose,\n    #TaMollieRecurringPeriodChoose,\n    #TaMollieRecurringPaymentMethodChoose,\n    #taMollieRecurringPaymentFormErrorMessages {\n        margin-top: 10px;\n        padding-top: 10px;\n        float: left;\n        width: 40%;\n    }\n\n    #TaMollieRecurringAmountChoose div {\n        background-color: #E8F0FE;\n        padding: 15px;\n        border-radius: 20px;\n        width: 45% !important;\n        margin-bottom: 10px;\n        margin-left: 10px;\n        float: left;\n        width: 20%;\n        text-align: center;\n        cursor: pointer;\n    }\n\n    #taMollieRecurringPaymentFormAmountDiv {\n        display: none;\n        width: 100% !important;\n    }\n\n    #taMollieRecurringPaymentFormAmountDiv input {\n        font-size: 14px;\n        width: 100% !important;\n        margin: 0px;\n    }\n\n    #TaMollieRecurringPeriodChoose div {\n\n        background-color: #E8F0FE;\n        padding: 5px;\n        border-radius: 10px;\n        width: 95% !important;\n        margin-bottom: 10px;\n        margin-left: 10px;\n        float: left;\n        width: 20%;\n        text-align: center;\n        cursor: pointer;\n    }\n\n    #TaMollieRecurringPaymentMethodChoose div {\n\n        background-color: #E8F0FE;\n        padding: 5px;\n        border-radius: 10px;\n        width: 30% !important;\n        margin-bottom: 10px;\n        margin-left: 10px;\n        float: left;\n        width: 20%;\n        text-align: center;\n        cursor: pointer;\n    }\n\n    #TaMollieRecurringPaymentMethodChoose img {\n        height: 80px;\n    }\n\n    #TaMollieRecurringPaymentMethodChoose p {\n        width: fit-content !important;\n        width: 100px !important;\n        margin: auto !important;\n        background-color: #FF5A02;\n    }\n\n\n    #taMollieRecurringPaymentFormErrorMessages {\n        display: none;\n    }\n\n    #taMollieRecurringPaymentFormErrorMessages div {\n        background-color: #f2bfcc !important;\n        padding: 15px;\n        border-radius: 10px;\n        margin-bottom: 10px;\n        margin-left: 0px;\n    }\n\n\n    #TaMollieRecurringAmountChoose div:hover,\n    #TaMollieRecurringPeriodChoose div:hover,\n    #TaMollieRecurringPaymentMethodChoose div:hover {\n        background-color: #eaaf91;\n    }\n\n    #TaMollieRecurringAmountChoose div.selected,\n    #TaMollieRecurringPeriodChoose div.selected,\n    #TaMollieRecurringPaymentMethodChoose .selected {\n        background-color: #FF5A02;\n        color: white;\n    }\n\n    @media only screen and (max-width: 768px) {\n\n        #TaMollieRecurringAmountChoose,\n        #TaMollieRecurringPeriodChoose,\n        #taMollieRecurringPaymentFormErrorMessages {\n            width: 100%;\n        }\n\n        #TaMollieRecurringAmountChoose div {\n            width: 95% !important;\n            margin-left: 0px;\n        }\n\n\n        #TaMollieRecurringPaymentMethodChoose {\n            width: 95% !important;\n        }\n\n        #TaMollieRecurringPaymentMethodChoose div {\n            width: 95% !important;\n        }\n    }\n\n    #TaMollieRecurringAmountChoose div input {\n        float: none;\n    }\n\n\n    #taMollieRecurringPaymentFormRegistering,\n    #taMollieRecurringPaymentFormSubscribing,\n    #taMollieRecurringPaymentFormSuccess,\n    #taMollieRecurringPaymentFormConnecting {\n        margin-top: 100px;\n        display: none;\n        background-color: #eaaf91;\n        border-radius: 15px;\n        width: fit-content;\n        text-align: center;\n        padding: 20px;\n        margin: auto;\n    }\n\n    #taMollieRecurringPaymentFormSuccess img {\n        width: 100px;\n        margin: auto;\n    }\n\n    #taMollieRecurringPaymentFormConfirmation {\n        display: none;\n        margin-top: 100px;\n        background-color: #eaaf91 !important;\n        border-radius: 15px;\n        width: 50%;\n        text-align: left;\n        padding: 20px;\n    }\n\n    #taMollieRecurringPaymentFormConfirmation p {\n        float: left;\n        margin: 0px;\n        padding: 0px;\n    }\n\n    @media only screen and (max-width: 768px) {\n        #taMollieRecurringPaymentFormConfirmation {\n\n            width: 100%;\n\n        }\n    }\n\n    #taMollieRecurringPaymentFormAjaxError {\n        background-color: #f2bfcc !important;\n        border-radius: 15px;\n        padding: 10px;\n        display: none;\n    }\n\n    #taMollieRecurringPaymentFormAjaxError img {\n        width: 20%;\n        display: block;\n        margin-left: auto;\n        margin-right: auto;\n    }\n<\/style>\n\n<script>\n    jQuery(document).ready(function() {\n        let tantoniusMollieFront = new TantoniusMollieFront()\n    });\n<\/script>\n\n<form method=\"post\" id=\"taMollieRecurringPaymentForm\" action=\"\">\n\n    <div id=\"taMollieRecurringPaymentFormSpinner\">\n        <img decoding=\"async\" src=\"\/wp-content\/plugins\/tantonius-mollie\/images\/bouncing-circles.svg\">\n    <\/div>\n    \n  \n    <input type=\"hidden\" name=\"interval\" value=\"\" id=\"taMollieRecurringPaymentFormInterval\">\n    <input type=\"hidden\" name=\"intervalName\" value=\"\" id=\"taMollieRecurringPaymentFormIntervalName\">\n    <input type=\"hidden\" name=\"paymentMethod\" value=\"\" id=\"taMollieRecurringPaymentFormPaymentMethod\">\n    <div class=\"senderData\">\n        <p>&nbsp;<\/p>\n        <div id=\"taMollieRecurringPaymentFormErrorMessages\">\n            <div> Please check the fields.<\/div>\n        <\/div>\n        <div style=\"clear: both;\"><\/div>\n        <p> First Name *<\/p>\n        <input name='senderFirstName' value='' \/>\n        <div style=\"clear: both;\"><\/div>\n        <p> Family Name *<\/p>\n        <input name='senderLastName' value='' \/>\n        <div style=\"clear: both;\"><\/div>\n        <p> Email *\n            <span id=\"taMollieRecurringPaymentFormEmailExistsError\">\n                <br>This email has already ben registered. Please contact us if you want to change your donation type.            <\/span>\n        <\/p>\n        <input name='senderEmail' value=\"\" \/>\n        <div style=\"clear: both;\"><\/div>\n\n        <p> Amount *<br><small>min 5 Eur&nbsp;<\/small><\/p>\n        <div id=\"TaMollieRecurringAmountChoose\">\n                                     \n                                        \n                                        \n                                        \n                                        \n                                        \n                                     <div rel=\"30\" class=\"TaMollieRecurringAmountChooseOption\">\n                        30 Eur\n                    <\/div>\n                                       \n                                     <div rel=\"50\" class=\"TaMollieRecurringAmountChooseOption\">\n                        50 Eur\n                    <\/div>\n                                       \n                                        \n                                        \n                                     <div rel=\"100\" class=\"TaMollieRecurringAmountChooseOption\">\n                        100 Eur\n                    <\/div>\n                                       \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                        \n                                          <div id =\"taMollieRecurringPaymentFormOtherAmountDiv\">\n                Other amount \n            <\/div>\n             <div id =\"taMollieRecurringPaymentFormAmountDiv\">\n                <input type=\"number\" name=\"amount\"  maxlength=\"6\" min=\"5\" id=\"taMollieRecurringPaymentFormAmount\" value=\"0\">\n            <\/div>\n        <\/div>\n        <div style=\"clear: both;\"><\/div>\n\n\n        <p> Period *<\/p>\n        <div id=\"TaMollieRecurringPeriodChoose\">\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <div rel=\"12 months\" class=\"TaMollieRecurringPeriodChooseOption\">\n                      12 Months                    <\/div>\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \n        <\/div>\n\n\n        \n        <div style=\"clear: both;\"><\/div>\n\n        <p>Payment method *<\/p>\n        <div id=\"TaMollieRecurringPaymentMethodChoose\">\n            <div class=\"TaMollieRecurringPaymentMethodChooseOption\" rel=\"creditcard\">\n                <img decoding=\"async\" src=\"\/wp-content\/plugins\/tantonius-mollie\/images\/credit-card.png\">\n            <\/div>\n            <div class=\"TaMollieRecurringPaymentMethodChooseOption\" rel=\"ideal\">\n                <img decoding=\"async\" src=\"\/wp-content\/plugins\/tantonius-mollie\/images\/ideal.png\">\n            <\/div>\n        <\/div>\n        \n        <div style=\"clear: both;\"><\/div>\n        <p>&nbsp;<\/p>\n        <input type=\"submit\" id=\"taMollieSubmitButton\" value=\"Send\" \/>\n    <\/div>\n\n    <div style=\"clear: both;\"><\/div>\n    <input type=\"hidden\" name=\"mollieRedirectUrl\" value=\"https:\/\/powerofreflection.com\/en\/wp-json\/wp\/v2\/pages\/7356\">\n    <br>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n<div id=\"taMollieRecurringPaymentFormConfirmation\">\n    <h5>Please confirm your donation.<\/h5>\n            <p> First Name:&nbsp;\n            <span id='taMollieRecurringPaymentFormConfirmation_senderFirstName'>\n            <\/span>\n        <\/p>\n        <div style=\"clear: both;\"><\/div>\n            <p> Family Name:&nbsp;\n            <span id='taMollieRecurringPaymentFormConfirmation_senderLastName'>\n            <\/span>\n        <\/p>\n        <div style=\"clear: both;\"><\/div>\n            <p> Email:&nbsp;\n            <span id='taMollieRecurringPaymentFormConfirmation_senderEmail'>\n            <\/span>\n        <\/p>\n        <div style=\"clear: both;\"><\/div>\n            <p> Amount (Eur):&nbsp;\n            <span id='taMollieRecurringPaymentFormConfirmation_amount'>\n            <\/span>\n        <\/p>\n        <div style=\"clear: both;\"><\/div>\n            <p> Period:&nbsp;\n            <span id='taMollieRecurringPaymentFormConfirmation_intervalName'>\n            <\/span>\n        <\/p>\n        <div style=\"clear: both;\"><\/div>\n            <p> Payment method:&nbsp;\n            <span id='taMollieRecurringPaymentFormConfirmation_paymentMethod'>\n            <\/span>\n        <\/p>\n        <div style=\"clear: both;\"><\/div>\n        <p>&nbsp;<\/p>\n    <div style=\"clear: both;\"><\/div>\n    <span id= 'taMollieCancelConfirmMandateInfo'> We need your authorization  to automatically collect recurring payments from their bank account or credit card and as first you need to pay 1 euro cent from your account.<br>&nbsp;<br>\n   <\/span>\n   \n    <input type=\"submit\" id=\"taMollieCancelConfirmButton\" value=\"Back\" \/>\n    <input type=\"submit\" id=\"taMollieConfirmButton\" value=\"Send\" \/>\n\n<\/div>\n<div id=\"taMollieRecurringPaymentFormRegistering\">\n    <img decoding=\"async\" src=\"\/wp-content\/plugins\/tantonius-mollie\/images\/hourglass.gif\" style=\"width: 100px;\">\n    <p>Registering...<\/p>\n<\/div>\n\n<div id=\"taMollieRecurringPaymentFormConnecting\">\n    <img decoding=\"async\" src=\"\/wp-content\/plugins\/tantonius-mollie\/images\/hourglass.gif\" style=\"width: 100px;\">\n    <p>Connecting<\/p>\n<\/div>\n\n<div id=\"taMollieRecurringPaymentFormSubscribing\">\n    <img decoding=\"async\" src=\"\/wp-content\/plugins\/tantonius-mollie\/images\/hourglass.gif\" style=\"width: 100px;\">\n    <p> Making a subscription. This lasts some seconds.<\/p>\n<\/div>\n\n<div id=\"taMollieRecurringPaymentFormSuccess\">\n    <img decoding=\"async\" src=\"\/wp-content\/plugins\/tantonius-mollie\/images\/thanks.svg\">\n    <p>Thankyou for donating.<\/p>\n<\/div>\n\n\n<div id=\"taMollieRecurringPaymentFormAjaxError\">\n    <img decoding=\"async\" src=\"\/wp-content\/plugins\/tantonius-mollie\/images\/error-905.svg\">\n    <p>There has been a problem with the payment process. We have your inputed data and will contact you.<\/p>\n<\/div>\u200b<\/p>\n\t<\/div>\n<\/div>\n\n\n\n\n\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div> \n<\/div><\/div>\n\t\t<div id=\"fws_6a4b0ee459ca4\"  data-column-margin=\"default\" data-midnight=\"dark\"  class=\"wpb_row vc_row-fluid vc_row\"  style=\"padding-top: 0px; padding-bottom: 0px; \"><div class=\"row-bg-wrap\" data-bg-animation=\"none\" data-bg-animation-delay=\"\" data-bg-overlay=\"false\"><div class=\"inner-wrap row-bg-layer\" ><div class=\"row-bg viewport-desktop\"  style=\"\"><\/div><\/div><\/div><div class=\"row_col_wrap_12 col span_12 dark left\">\n\t<div  class=\"vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone\"  data-padding-pos=\"all\" data-has-bg-color=\"false\" data-bg-color=\"\" data-bg-opacity=\"1\" data-animation=\"\" data-delay=\"0\" >\n\t\t<div class=\"vc_column-inner\" >\n\t\t\t<div class=\"wpb_wrapper\">\n\t\t\t\t\n<div class=\"wpb_text_column wpb_content_element\"  id=\"body_text\">\n\t<div class=\"wpb_wrapper\">\n\t\t<p><strong>Or directly by bank transfer:<\/strong><br \/><strong>Bank Account: IBAN NL51 INGB 0106 0091 41<\/strong><br \/><strong>Name: Stichting Power Of Reflection<\/strong><\/p>\n<p>\u00a0<\/p>\n\t<\/div>\n<\/div>\n\n\n\n\n\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div> \n<\/div><\/div>\n\t\t<div id=\"fws_6a4b0ee459eac\"  data-column-margin=\"default\" data-midnight=\"dark\"  class=\"wpb_row vc_row-fluid vc_row\"  style=\"padding-top: 0px; padding-bottom: 0px; \"><div class=\"row-bg-wrap\" data-bg-animation=\"none\" data-bg-animation-delay=\"\" data-bg-overlay=\"false\"><div class=\"inner-wrap row-bg-layer\" ><div class=\"row-bg viewport-desktop\"  style=\"\"><\/div><\/div><\/div><div class=\"row_col_wrap_12 col span_12 dark left\">\n\t<div  class=\"vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone\"  data-padding-pos=\"all\" data-has-bg-color=\"false\" data-bg-color=\"\" data-bg-opacity=\"1\" data-animation=\"\" data-delay=\"0\" >\n\t\t<div class=\"vc_column-inner\" >\n\t\t\t<div class=\"wpb_wrapper\">\n\t\t\t\t\n<div class=\"wpb_text_column wpb_content_element\"  id=\"body_text\">\n\t<div class=\"wpb_wrapper\">\n\t\t<p data-start=\"641\" data-end=\"703\">With your contribution, you help support:<\/p>\n<p>\u2705 Wheelchair Accessible \u2014 Freedom on Wheels<br data-start=\"806\" data-end=\"809\" \/>\u2705 Mutual support and experience sharing<br data-start=\"853\" data-end=\"856\" \/>\u2705 Scientific research and advocacy<\/p>\n<p>Pain, fatigue, and limitations that are often invisible \u2014 yet shape every aspect of daily life. For people with a connective tissue disorder, each day is a challenge. Some rely on a wheelchair for their mobility and to maintain their independence.<\/p>\n<p>Thank you for your support!<\/p>\n<p>&nbsp;<\/p>\n<p><strong>The Power Of Reflection Foundation is recognized as an ANBI (RSIN: 864999756), so your donations may be <a href=\"https:\/\/www.belastingdienst.nl\/wps\/wcm\/connect\/bldcontentnl\/belastingdienst\/prive\/inkomstenbelasting\/aftrekposten\/persoonsgebonden-aftrek\/giften_aan_goede_doelen\/giften\" target=\"_blank\" rel=\"noopener\">tax-deductible<\/a>.<\/strong><\/p>\n<p>\u00a0<\/p>\n\t<\/div>\n<\/div>\n\n\n\n\n\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div> \n<\/div><\/div>","protected":false},"excerpt":{"rendered":"\ud83d\udc99 Samen Sterker voor Bindweefsel! &nbsp; &nbsp; \ud83d\udc49 Wordt vriend van onze stichting door een donatie vanaf \u20ac30 per jaar (12 maanden). Vul hieronder het formulier in voor automatische incasso:...","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7356","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/powerofreflection.com\/en\/wp-json\/wp\/v2\/pages\/7356","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/powerofreflection.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/powerofreflection.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/powerofreflection.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/powerofreflection.com\/en\/wp-json\/wp\/v2\/comments?post=7356"}],"version-history":[{"count":30,"href":"https:\/\/powerofreflection.com\/en\/wp-json\/wp\/v2\/pages\/7356\/revisions"}],"predecessor-version":[{"id":7663,"href":"https:\/\/powerofreflection.com\/en\/wp-json\/wp\/v2\/pages\/7356\/revisions\/7663"}],"wp:attachment":[{"href":"https:\/\/powerofreflection.com\/en\/wp-json\/wp\/v2\/media?parent=7356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}