  <section class="mb-4">
    
    <div class="row" style="justify-content:center !important;">
        <div class="col-md-9 mb-md-0 mb-5" >
            <form id="leank-donation-form" method="POST" name="leank-donation-form" action="/en/paypoint-onay" class="needs-validation" novalidate>
                <!--Grid row-->
                <div class="form-row" >
                  <div class="col-md-12 text-center">

                      <button type="button" id="addValueButton1" class="btn btn-primary" onclick="addValue1()" value="1500" style="border-color:#00aaef !important; width:22%; margin-top:20px; background-color:#00aaef !important;">1500 ₺</button>
                      <button type="button" id="addValueButton2" class="btn btn-primary" onclick="addValue2()" value="1000" style="border-color:#00aaef !important; width:22%; margin-top:20px; background-color:#00aaef !important;">1000 ₺</button>
                      <button type="button" id="addValueButton3" class="btn btn-primary" onclick="addValue3()" value="750" style="border-color:#00aaef !important; width:22%; margin-top:20px; background-color:#00aaef !important;">750 ₺</button>
                      <button type="button" id="addValueButton4" class="btn btn-primary" onclick="addValue4()" value="" style="border-color:#00aaef !important; width:22%; margin-top:20px; background-color:#00aaef !important;">Diğer</button>

                  </div>
                </div>
                <div class="form-row">
                  <div class="col-md-12" style="justify-content:center;">
                    <div class="md-form mb-0">
                        <input type="number" pattern="\d*" id="userBagisValue" min="350" name="userBagisValue" value="" onchange="calcCurrency()" onblur="calcCurrency()"  oninput="calcCurrency()" class="form-control" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" value="" required>
                        <label for="userBagisValue" class="">Donation Amount (Turkish Lira)</label>
                        <div class="invalid-feedback">Minimum bağış miktarı 350 TL'dir</div>
                    </div>
                  </div>
                </div>
                
                                    <div class="form-row dovizKurlari" id="dovizKurlari" name="dovizKurlari">

                    <div class="col-md-4">
                        <div class="md-form mb-0">
                            <input type= "hidden" id="currDollar" name="currDollar" value="44.83" required>
                            <input type= "hidden" id="currEuro" name="currEuro" value="52.77" required>
                            <input type= "hidden" id="currPound" name="currPound" value="60.62" required>
                            <input type="number" value="0" id="currEuroExc" name="currEuroExc" class="form-control" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" readonly required>
                            <label for="currEuroExc">Euro</label>
                       
                        </div>
                    </div>
                    <div class="col-md-4">
                        <div class="md-form mb-0">
                            <input type="number" value="0" id="currDollarExc" name="currDollarExc" class="form-control" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" readonly required>
                            <label for="currDollarExc">Dollar</label>
                       
                        </div>
                    </div>
                    <div class="col-md-4">
                        <div class="md-form mb-0">
                            <input type="number" value="0" id="currPoundExc" name="currPoundExc" class="form-control" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" readonly required>
                            <label for="currPoundExc">Pound</label>
                       
                        </div>
                    </div>
                    <p style="text-align:center;">* Foreign exchange amounts are for informational purposes only. The final donation amount is calculated from the exchange rate determined by your bank during the transaction.</p>

                  </div>
                                    
                <div class="form-row">
                    <!--Grid column-->
                    <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" id="lblUserName" class="">Name and Surname: </label>
                            <div class="invalid-feedback">Invalid name and surname.</div>
                        </div>
                    </div>
                    <!--Grid column-->
                    <div class="col-md-6">
                        <div class="md-form mb-0">
                            <input type="date" min="1910-01-01" max="2006-01-01" 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="">Birth Date</label>
                            <div class="invalid-feedback">Invalid birth date.</div>
                        </div>
                    </div>
                    <!--Grid column-->
                </div>
                <!--Grid row-->
                <div class="form-row">
                    <!--Grid column-->
                    <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">Invalid email address.</div>
                        </div>
                        </div>
                         <!--Grid column-->
                    <div class="col-md-6">
                        <div class="md-form mb-0">
                            <input type="text" pattern="\d*" maxlength="11" minlength="11" id="userPhone" name="userPhone" class="form-control" 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">Enter your phone number with a "0" at the beginning.</div>
                        </div>
                    </div>
                    
                    <!--Grid column-->
                </div>
                <!--Grid row-->
                <div class="form-row">
                    <!--Grid column-->
                    <div class="col-md-12">
                        <div class="md-form mb-0">
                            <input type="text" maxlength="100" minlength="5" id="userAddress" name="userAddress" class="form-control md-textarea" style="background-color: transparent !important; border:none; border-bottom: 1px solid #ced4da; padding:10px 0px;" required>
                            <label for="userAddress" class="">Address</label>
                            <div class="invalid-feedback">Invalid address.</div>
                        </div>
                    </div>
                    <!--Grid column-->
                </div>
                <!--Grid row-->
                <div class="form-row">
                    <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">Message is not required. </div>
                        </div>
                    </div>
                </div>
				<div  class="text-center text-md-center" style="margin-top:15px;">
					<a class="form-check-label">
						Your contact information will help us to send newsletters about what we have achieved thanks to your support.					</a>
				</div>
				<div style="margin-top:15px;">
				  <input type="checkbox" class="form-check-input" id="materialChecked2" checked required>
				  <label class="form-check-label" for="materialChecked2"><a href="/hizmet-sozlesmesi/" target="_blank">I accept the service agreement.</a></label>
				</div>
				<div style="margin-top:15px;">
					  <input type="checkbox" class="form-check-input" id="materialChecked4" checked required>
                    <label class="form-check-label" for="materialChecked4"><a>I consent to the SOS Children's Villages Association to keep the information I have provided in the donor database in accordance with the laws on the personal data protection.</a></label>
                  </div>
                  <div class="text-center text-md-center">
                      <button class="btn btn-primary" 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>
  {"id":1184,"date":"2019-03-01T09:17:53","date_gmt":"2019-03-01T06:17:53","guid":{"rendered":"http:\/\/soscocukkoyu:8080\/?page_id=1184"},"modified":"2026-03-10T09:55:47","modified_gmt":"2026-03-10T07:55:47","slug":"bagis-yap","status":"publish","type":"page","link":"https:\/\/soscocukkoyu.org\/en\/bagis-yap\/","title":{"rendered":"Donation"},"content":{"rendered":"<p>[vc_row css=&#8221;.vc_custom_1588347625169{margin-top: 50px !important;margin-bottom: 50px !important;}&#8221;][vc_column][vc_empty_space height=&#8221;50px&#8221;][vc_custom_heading text=&#8221;Online Donation&#8221; font_container=&#8221;tag:h2|font_size:36|text_align:center|color:%2300aeef&#8221; el_id=&#8221;title&#8221;][vc_single_image image=&#8221;8645&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text css=&#8221;.vc_custom_1764573273137{padding-top: 20px !important;padding-right: 25px !important;padding-left: 25px !important;}&#8221;]MAKE WISHES COME TRUE<br \/>\nAs the new year approaches, we all have a wish\u2026<br \/>\nSome wish to be with loved ones, some for a fresh start, and some for a hopeful future\u2026<br \/>\nBut some wishes also demand a step from us.<br \/>\nThis year, our wish is for a safe home where every child can grow up surrounded by love.<br \/>\nMake children&#8217;s wishes come true in the new year with your donations.[\/vc_column_text][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row css=&#8221;.vc_custom_1588347625169{margin-top: 50px !important;margin-bottom: 50px !important;}&#8221;][vc_column][vc_empty_space height=&#8221;50px&#8221;][vc_custom_heading text=&#8221;Online Donation&#8221; font_container=&#8221;tag:h2|font_size:36|text_align:center|color:%2300aeef&#8221; el_id=&#8221;title&#8221;][vc_single_image image=&#8221;8645&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text css=&#8221;.vc_custom_1764573273137{padding-top: 20px !important;padding-right: 25px !important;padding-left: 25px !important;}&#8221;]MAKE WISHES COME TRUE As the new year approaches, we all have a wish\u2026 Some wish to be with loved ones, some for a fresh start, and some for a hopeful future\u2026 But some wishes [&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-1184","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/pages\/1184","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=1184"}],"version-history":[{"count":98,"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/pages\/1184\/revisions"}],"predecessor-version":[{"id":8939,"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/pages\/1184\/revisions\/8939"}],"wp:attachment":[{"href":"https:\/\/soscocukkoyu.org\/en\/wp-json\/wp\/v2\/media?parent=1184"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}