    <section class="mb-4">
        <div class="row" style="justify-content:center !important;">
            <div class="col-md-9 mb-md-0 mb-5">
                <form action="/en/duzenli-bagis-onay/" id="duzenli-bagis-form" method="POST" name="duzenli-bagis-form" class="needs-validation" novalidate >
                  <div class="form-row">
                    <div class="col-md-12 text-center" style="justify-content:center;">

                        <button type="button" id="addValueButton3" class="btn btn-primary" onclick="addValue3()" value="1500" style="border-color:#00aaef !important; margin-top:20px; background-color:#00aaef !important;">1500 ₺</button>
                        <button type="button" id="addValueButton4" class="btn btn-primary" onclick="addValue4()" value="1000" style="border-color:#00aaef !important; margin-top:20px; background-color:#00aaef !important;">1000 ₺</button>
						<button type="button" id="addValueButton5" class="btn btn-primary" onclick="addValue5()" value="750" style="border-color:#00aaef !important; margin-top:20px; background-color:#00aaef !important;">750 ₺</button>
						<button type="button" id="addValueButton6" class="btn btn-primary" onclick="addValue6()" value="" style="border-color:#00aaef !important; margin-top:20px; background-color:#00aaef !important;">Custom</button>

                    </div>
                  </div>

                  <div class="form-row" style="margin-top: 15px">
                    <div class="col-md-6">
                      <div class="md-form mb-0">
                        <input type="number" pattern="\d*" id="userDonationAmount" min="300" name="userDonationAmount" value="" class="form-control" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" value="" required>
                        <label for="userDonationAmount">Donation Amount</label>
                        <div class="invalid-feedback">Minimum bağış miktarı 300 TL'dir.</div>
                      </div>
                    </div>
                    <div class="col-md-6">
                      <div class="md-form mb-0">
                      <input type="number" pattern="\d*" id="userDonationDuration" min="3" max="99" name="userDonationDuration" value="96" class="form-control" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" required>
                        <label for="userDonationDuration">Düzenli Bağış Yapılacak Ay Sayısı</label>
                        <div class="invalid-feedback">Geçersiz giriş. Lütfen 3 ile 99 arası bir sayı giriniz.</div>
                      </div>
                    </div>
                  </div>

                  <div class="form-row" style="margin-top: 15px">
                    <div class="col-md-6">
                      <div class="md-form mb-0">
                        <input type="text" minlength="5" id="userName" name="userName" class="form-control" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" required>
                        <label for="userName">Name and Surname</label>
                        <div class="invalid-feedback">Please provide name and surname.</div>
                      </div>
                    </div>
                    <div class="col-md-6">
                      <div class="md-form mb-0">
                        <input type="email" id="userEmailAddress" name="userEmailAddress" class="form-control md-textarea" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" required>
                        <label for="userEmailAddress" class="">Email Address</label>
                        <div class="invalid-feedback">Please provide email address.</div>
                      </div>
                    </div>

                  </div>
                  <div class="form-row" style="margin-top: 15px">
                    <div class="col-md-6">
                      <div class="md-form mb-0">
                        <input type="text" pattern="\d*" maxlength="10" minlength="10" id="userPhone" name="userPhone" class="form-control" placeholder="5XXxxxXXxx " style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" required>
                        <label for="userPhone" class="">Phone Number</label>
                        <div class="invalid-feedback">Please write your phone number without '0'.</div>
                      </div>
                    </div>
                    <div class="col-md-6">
                        <div class="md-form mb-0">
                            <input type="date" min="1910-01-01" max="2007-12-31" id="userBirthDate" name="userBirthDate" class="form-control datepicker" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" value="" required>
                            <label for="userBirthDate" class="">Doğum Tarihiniz</label>
                            <div class="invalid-feedback">Geçerli bir doğum tarihi giriniz.</div>
                        </div>
                    </div>
                  </div>
                  <div class="form-row" style="margin-top: 15px">
                    <div class="col-md-12">
                      <div class="md-form mb-0">
                        <textarea type="text" id="userAddress" maxlength="200" name="userAddress" class="form-control md-text" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" required></textarea>
                        <label for="userAddress" class="">Your Address</label>
                        <div class="invalid-feedback">Please provide your address.</div>
                      </div>
                    </div>
                  </div>
                  <div class="form-row" style="margin-top: 15px">
                    <div class="col-md-12">
                      <div class="md-form mb-0">
                        <textarea type="text" id="userMessage" maxlength="200" name="userMessage" class="form-control md-text" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;"></textarea>
                        <label for="userMessage" class="">Your Message</label>
                        <div class="valid-feedback">This area is optional. You can leave blank.</div>
                      </div>
                    </div>
                  </div>
					<div  class="text-center text-md-center" style="margin-top:15px;">
					<a class="form-check-label">
						Your contact details will help us send newsletters about what we have accomplished with your support.					</a>
				</div>
                  
				  <div class="form-row" style="margin-top: 15px">
                    <div class="col-md-6">
                      <div class="md-form mb-0">
                        <input type="text" id="cardName" maxlength="60" name="cardName" class="form-control" autocomplete="nope" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" required>
                        <label for="cardName" class="">Name on the card</label>
                        <div class="invalid-feedback">Please enter the name on the card</div>
                      </div>
                    </div>
                    <div class="col-md-6">
                      <div class="md-form mb-0">
                        <input type="text" id="cardNo" maxlength="16" name="cardNo" class="form-control" autocomplete="nope" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" required>
                        <label for="cardNo" class="">Card ID</label>
                        <div class="invalid-feedback">Please enter the Card ID</div>
                      </div>
                    </div>
                  </div>
                  
                  <div class="form-row" style="margin-top: 15px">
                    <div class="col-md-4">
                      <div class="md-form mb-0">
                        <input type="text" id="cardValidMonth" maxlength="2" name="cardValidMonth" class="form-control" autocomplete="nope" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" required>
                        <label for="cardName" class="">Month</label>
                        <div class="invalid-feedback">Please enter the month of your card's expiry date.</div>
                      </div>
                    </div>
                    <div class="col-md-4">
                      <div class="md-form mb-0">
                        <input type="text" id="cardValidYear" maxlength="2" minlength="2" name="cardValidYear" class="form-control" autocomplete="nope" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" required>
                        <label for="cardValidYear" class="">Year</label>
                        <div class="invalid-feedback">Please enter the year of your card's expiry date.</div>
                      </div>
                    </div>
                    <div class="col-md-4">
                      <div class="md-form mb-0">
                        <input type="text" id="cardCvv" maxlength="3" minlength="3" name="cardCvv" class="form-control" autocomplete="nope" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" required>
                        <label for="cardCvv" class="">Security code (CVV/CVC)</label>
                        <div class="invalid-feedback">Please enter the security code on the card</div>
                      </div>
                    </div>
                  </div>
                  
                  <div  style="margin-top:15px;">
                    <input type="checkbox" class="form-check-input" id="materialChecked2" required>
                    <label class="form-check-label" for="materialChecked2"><a href="/hizmet-sozlesmesi/" target="_blank">I read and accept service agreement.</a></label>
                  </div>
					<div style="margin-top:15px;">
					  <input type="checkbox" class="form-check-input" id="materialChecked4" required>
                    <label class="form-check-label" for="materialChecked4"><a>I approve that SOS Children's Village Association keeps the information I have provided in the donor database in accordance with the laws on the protection of personal data.</a></label>
                  </div>

                  <div class="text-center text-md-center">
                    <button class="btn btn-primary" data-paynet="submit" type="submit" id="submit" name="submit"  style="border-color:#00aaef !important; margin-top:20px; margin-bottom:50px; background-color:#00aaef !important; width:50%" >DONATE NOW</button>
                  </div>

                </form>
            </div>
        </div>


    </section>

    <script>


        function addValue2()
        {
          var bagisValue2 = document.getElementById('addValueButton2').value;
          document.getElementById('userDonationAmount').value = bagisValue2;
          document.getElementById('userDonationAmount').focus();
        };
        function addValue3()
        {
          var bagisValue3 = document.getElementById('addValueButton3').value;
          document.getElementById('userDonationAmount').value = bagisValue3;
          document.getElementById('userDonationAmount').focus();
        };
        function addValue4()
        {
          var bagisValue4 = document.getElementById('addValueButton4').value;
          document.getElementById('userDonationAmount').value = bagisValue4;
          document.getElementById('userDonationAmount').focus();
        };
		
		function addValue5()
        {
          var bagisValue5 = document.getElementById('addValueButton5').value;
          document.getElementById('userDonationAmount').value = bagisValue5;
          document.getElementById('userDonationAmount').focus();
        };
		
		function addValue6()
        {
          document.getElementById('userDonationAmount').focus();
        };


        (function() {
        'use strict';
        window.addEventListener('load', function() {
        // Fetch all the forms we want to apply custom Bootstrap validation styles to
        var forms = document.getElementsByClassName('needs-validation');
        // Loop over them and prevent submission
        var validation = Array.prototype.filter.call(forms, function(form) {
        form.addEventListener('submit', function(event) {
        if (form.checkValidity() === false) {
        event.preventDefault();
        event.stopPropagation();
        }
        form.classList.add('was-validated');
        }, false);
        });
        }, false);
        })();

    </script>

    {"id":2403,"date":"2019-07-22T16:37:00","date_gmt":"2019-07-22T13:37:00","guid":{"rendered":"https:\/\/soscocukkoyu.org\/?page_id=2403"},"modified":"2026-02-19T17:59:57","modified_gmt":"2026-02-19T15:59:57","slug":"duzenli-bagis-yap","status":"publish","type":"page","link":"https:\/\/soscocukkoyu.org\/en\/duzenli-bagis-yap\/","title":{"rendered":"Regular Donation"},"content":{"rendered":"<p>[vc_row][vc_column][vc_single_image image=&#8221;7221&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_empty_space height=&#8221;30px&#8221;][vc_column_text]You can make a difference in children&#8217;s lives by making a regular donation to the SOS Children&#8217;s<br \/>\nVillage Association. With your donation, you can support a child from childhood to adulthood.<\/p>\n<p>Why should you continue your support?<\/p>\n<p style=\"padding-left: 40px;\">Your support will empower our children to move forward in life without giving up at every step<br \/>\nWith your regular monthly donation, you will contribute to the education of each child<br \/>\nWith your regular support, you will contribute to children&#8217;s books, notebooks, stationery, educational materials, school uniforms, pocket money<\/p>\n<p>[\/vc_column_text][vc_column_text][\/vc_column_text][vc_empty_space height=&#8221;30px&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">As SOS Children&#8217;s Village Association, we process your personal data within the scope of the &#8220;Personal Data Protection Law&#8221;. All rights reserved.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_single_image image=&#8221;7221&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_empty_space height=&#8221;30px&#8221;][vc_column_text]You can make a difference in children&#8217;s lives by making a regular donation to the SOS Children&#8217;s Village Association. With your donation, you can support a child from childhood to adulthood. Why should you continue your support? Your support will empower our children to move forward in life without giving up [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"h5ap_radio_sources":[],"footnotes":""},"class_list":["post-2403","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/pages\/2403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/comments?post=2403"}],"version-history":[{"count":32,"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/pages\/2403\/revisions"}],"predecessor-version":[{"id":8128,"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/pages\/2403\/revisions\/8128"}],"wp:attachment":[{"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/media?parent=2403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}