
    <script type='text/javascript'>
    jQuery(document).ready(function() {
        jQuery('#calendar').fullCalendar({
            header: {
                left: 'prev,next today',
                center: 'title',
                right: 'month,agendaWeek,agendaDay'
            },
            titleFormat: {
                month: ' MMMM yyyy',                                // September 2009
                week: "MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}",      // Sep 7 - 13 2009
                day: 'dddd, MMM d, yyyy'                            // Tuesday, Sep 8, 2009
            },
            editable: false,
            weekends: true,
            timeFormat: 'h:mm{-h:mmtt }',
            axisFormat: 'h:mm{-h:mmtt }',
                        firstDay: 1,
            slotMinutes: 60,
            defaultView: 'agendaWeek',
            minTime: 15,

            maxTime: 20,
            monthNames: ["January","February","March","April","May","June","July", "August", "September", "October", "November", "December" ],
            monthNamesShort: ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],
            dayNames: ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],
            dayNamesShort: ["Sun","Mon", "Tue", "Wed", "Thus", "Fri", "Sat"],
            buttonText: {
                today: "Today",
                day: "Day",
                week:"Week",
                month:"Month"
            },
            selectable: false,
            selectHelper: false,
            select: function(start, end, allDay) {
                    jQuery('#AppFirstModal').show();
                },

            events: [
                                        {
                            title: "Booked",
                            start: new Date(2015, 2, 30, 14, 00),
                            end: new Date(2015, 2, 30, 16, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 2, 31, 14, 00),
                            end: new Date(2015, 2, 31, 16, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 01, 14, 00),
                            end: new Date(2015, 3, 01, 16, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 01, 18, 00),
                            end: new Date(2015, 3, 01, 20, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 02, 14, 00),
                            end: new Date(2015, 3, 02, 16, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 02, 18, 00),
                            end: new Date(2015, 3, 02, 20, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 03, 14, 00),
                            end: new Date(2015, 3, 03, 16, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 03, 18, 00),
                            end: new Date(2015, 3, 03, 20, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 04, 14, 00),
                            end: new Date(2015, 3, 04, 16, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 04, 18, 00),
                            end: new Date(2015, 3, 04, 20, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 05, 14, 00),
                            end: new Date(2015, 3, 05, 16, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 05, 18, 00),
                            end: new Date(2015, 3, 05, 20, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 11, 14, 00),
                            end: new Date(2015, 3, 11, 16, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 08, 17, 30),
                            end: new Date(2015, 3, 08, 19, 30),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 06, 15, 00),
                            end: new Date(2015, 3, 06, 17, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 18, 15, 00),
                            end: new Date(2015, 3, 18, 17, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 07, 15, 00),
                            end: new Date(2015, 3, 07, 17, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 07, 17, 30),
                            end: new Date(2015, 3, 07, 19, 30),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 09, 15, 00),
                            end: new Date(2015, 3, 09, 17, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 10, 15, 00),
                            end: new Date(2015, 3, 10, 17, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 10, 17, 30),
                            end: new Date(2015, 3, 10, 19, 30),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 08, 15, 00),
                            end: new Date(2015, 3, 08, 17, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 12, 15, 00),
                            end: new Date(2015, 3, 12, 17, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 12, 17, 30),
                            end: new Date(2015, 3, 12, 19, 30),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 14, 15, 00),
                            end: new Date(2015, 3, 14, 17, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 14, 17, 30),
                            end: new Date(2015, 3, 14, 19, 30),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 15, 17, 30),
                            end: new Date(2015, 3, 15, 19, 30),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 13, 15, 00),
                            end: new Date(2015, 3, 13, 17, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 15, 15, 00),
                            end: new Date(2015, 3, 15, 17, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                         {
                            title: "Booked",
                            start: new Date(2015, 3, 21, 15, 00),
                            end: new Date(2015, 3, 21, 17, 00),
                            allDay: false,
                            backgroundColor : "#1FCB4A",
                            textColor: "black",
                        },                                 {
                                    title: "Nog Niet Opgenomen",
                                    start: new Date(2015, 2, 23, 00, 00),
                                    end: new Date(2015, 2, 23, 23, 59),
                                    allDay: false,
                                    backgroundColor : "#FF7575",
                                    textColor: "black",
                                },                                 {
                                    title: "Nog Niet Opgenomen",
                                    start: new Date(2015, 2, 24, 00, 00),
                                    end: new Date(2015, 2, 24, 23, 59),
                                    allDay: false,
                                    backgroundColor : "#FF7575",
                                    textColor: "black",
                                },                                 {
                                    title: "Nog Niet Opgenomen",
                                    start: new Date(2015, 2, 25, 00, 00),
                                    end: new Date(2015, 2, 25, 23, 59),
                                    allDay: false,
                                    backgroundColor : "#FF7575",
                                    textColor: "black",
                                },                                 {
                                    title: "Nog Niet Opgenomen",
                                    start: new Date(2015, 2, 26, 00, 00),
                                    end: new Date(2015, 2, 26, 23, 59),
                                    allDay: false,
                                    backgroundColor : "#FF7575",
                                    textColor: "black",
                                },                                 {
                                    title: "Nog Niet Opgenomen",
                                    start: new Date(2015, 2, 27, 00, 00),
                                    end: new Date(2015, 2, 27, 23, 59),
                                    allDay: false,
                                    backgroundColor : "#FF7575",
                                    textColor: "black",
                                },                                 {
                                    title: "Nog Niet Opgenomen",
                                    start: new Date(2015, 2, 28, 00, 00),
                                    end: new Date(2015, 2, 28, 23, 59),
                                    allDay: false,
                                    backgroundColor : "#FF7575",
                                    textColor: "black",
                                },                                 {
                                    title: "Nog Niet Opgenomen",
                                    start: new Date(2015, 2, 29, 00, 00),
                                    end: new Date(2015, 2, 29, 23, 59),
                                    allDay: false,
                                    backgroundColor : "#FF7575",
                                    textColor: "black",
                                },                                 {
                                    title: "Weekendverlof",
                                    start: new Date(2015, 3, 17, 00, 00),
                                    end: new Date(2015, 3, 17, 23, 59),
                                    allDay: false,
                                    backgroundColor : "#FF7575",
                                    textColor: "black",
                                },                                 {
                                    title: "Weekendverlof",
                                    start: new Date(2015, 3, 18, 00, 00),
                                    end: new Date(2015, 3, 18, 23, 59),
                                    allDay: false,
                                    backgroundColor : "#FF7575",
                                    textColor: "black",
                                },                                 {
                                    title: "Weekendverlof",
                                    start: new Date(2015, 3, 19, 00, 00),
                                    end: new Date(2015, 3, 19, 23, 59),
                                    allDay: false,
                                    backgroundColor : "#FF7575",
                                    textColor: "black",
                                },                         {
                        }
            ]
        });

        //jQuery UI date picker on modal for
        //document.addnewappointment.appdate.value = jQuery.datepicker.formatDate('', new Date());
        /*jQuery(function(){
            jQuery("#datepicker").datepicker({
                inline: true,
                minDate: 0,
                altField: '#alternate',
                firstDay: ,
                //beforeShowDay: unavailable,
                onSelect: function(dateText, inst) {
                    var dateAsString = dateText;
                    var seleteddate = jQuery.datepicker.formatDate('', new Date(dateAsString));
                    var seleteddate2 = jQuery.datepicker.formatDate('dd-mm-yy', new Date(dateAsString));
                    document.addnewappointment.appdate.value = seleteddate;
                },
            });
            //jQuery( "#datepicker" ).datepicker( jQuery.datepicker.regional[ "af" ] );
        });*/

        //Modal Form Works - show frist modal
        jQuery('#addappointment').click(function(){
            var todaydate = jQuery.fullCalendar.formatDate(new Date(),'dd-MM-yyyy');
            jQuery('#appdate').val(todaydate);
            jQuery('#AppFirstModal').show();
        });

        //hide modal
        jQuery('#close').click(function(){
            jQuery('#AppFirstModal').hide();
        });

        //AppFirstModal Validation
        jQuery('#next1').click(function(){
            jQuery(".apcal-error").hide();
            if(jQuery('#service').val() == 0) {
                jQuery("#service").after("<span class='apcal-error'><br><strong>Select any service.</strong></span>");
                return false;
            }
            var ServiceId =  jQuery('#service').val();
            var AppDate =  jQuery('#appdate').val();
            var SecondData = "ServiceId=" + ServiceId + "&AppDate=" + AppDate;
            jQuery('#loading1').show(); // loading button onclick next1 at first modal
            jQuery('#next1').hide();    // hide next button
            jQuery.ajax({
            dataType : 'html',
            type: 'GET',
            url : location.href,
            cache: false,
            data : SecondData,
            complete : function() {  },
            success: function(data) {
                    data = jQuery(data).find('div#AppSecondModal');
                    jQuery('#loading1').hide();
                    jQuery('#AppFirstModal').hide();
                    jQuery('#AppSecondModalDiv').show();
                    jQuery('#AppSecondModalDiv').html(data);
                }
            });
        });

        //Second Modal form validation
        jQuery('#booknowapp').click(function(){
            jQuery(".apcal-error").hide();
            var start_time = jQuery('input[name=start_time]:radio:checked').val();
            if(!start_time) {
                jQuery("#selecttimediv").after("<span class='apcal-error'><br><strong>Select any time.</strong></span>");
                return false;
            }

            if( !jQuery('#clientname').val() ) {
                jQuery("#clientname").after("<span class='apcal-error'><br><strong>Name required.</strong></span>");
                return false;
            } else if(!isNaN( jQuery('#clientname').val() )) {
                jQuery("#clientname").after("<span class='apcal-error'><p><strong>Invalid name.</strong></p></span>");
                return false;
            }

            var regex = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
            if( !jQuery('#clientemail').val() ) {
                jQuery("#clientemail").after("<span class='apcal-error'><br><strong>Email required.</strong></span>");
                return false;
            } else {
                if(regex.test(jQuery('#clientemail').val()) == false ) {
                    jQuery("#clientemail").after("<span class='apcal-error'><p><strong>Invalid Email.</strong></p></span>");
                    return false;
                }
            }

            if( !jQuery('#clientphone').val() ) {
                jQuery("#clientphone").after("<span class='apcal-error'><br><strong>Phone required.</strong></span>");
                return false;
            } else if(isNaN( jQuery('#clientphone').val() )) {
                jQuery("#clientphone").after("<span class='apcal-error'><p><strong>Invalid phone number.</strong></p></span>");
                return false;
            }
        });

        //back button show first modal
        jQuery('#back').click(function(){
            jQuery('#AppFirstModal').show();
            jQuery('#AppSecondModal').hide();
        });
    });


    //Modal Form Works
    function Backbutton() {
        jQuery('#AppFirstModal').show();
        jQuery('#AppSecondModalDiv').hide();
        jQuery('#next1').show();
    }

    //validation on second modal form submissions == appointment_register_nonce_field
    function CheckValidation() {
        jQuery(".apcal-error").hide();
        var start_time = jQuery('input[name=start_time]:radio:checked').val();
        if(!start_time) {
            jQuery("#selecttimediv").after("<p style='width:350px; padding:2px;' class='apcal-error'><strong>Select any time.</strong></p>");
            return false;
        }

        if( !jQuery('#clientname').val() ) {
            jQuery("#clientname").after("<span class='apcal-error'><br><strong>Name required.</strong></span>");
            return false;
        } else if(!isNaN( jQuery('#clientname').val() )) {
            jQuery("#clientname").after("<span class='apcal-error'><br><strong>Invalid Name</strong></span>");
            return false;
        }

        var regex = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
        if( !jQuery('#clientemail').val() ) {
            jQuery("#clientemail").after("<span class='apcal-error'><br><strong>Email required.</strong></span>");
            return false;
        } else {
            if(regex.test(jQuery('#clientemail').val()) == false ) {
                jQuery("#clientemail").after("<span class='apcal-error'><br><strong>Invalid Email</strong></span>");
                return false;
            }
        }

        if( !jQuery('#clientphone').val() ) {
            jQuery("#clientphone").after("<span class='apcal-error'><br><strong>Phone required.</strong></span>");
            return false;
        } else if(isNaN( jQuery('#clientphone').val() )) {
            jQuery("#clientphone").after("<span class='apcal-error'><br><strong>Invalid phone number.</strong></span>");
            return false;
        }
		
		var wp_nonce = jQuery('#appointment_register_nonce_field').val();
		 
        var ServiceId = jQuery('#serviceid').val();
        var AppDate = jQuery('#appointmentdate').val();
        var  ServiceDuration =  jQuery('#serviceduration').val();
        var StartTime = jQuery('input[name=start_time]:radio:checked').val();
        var Client_Name =  jQuery('#clientname').val();
        var Client_Email =  jQuery('#clientemail').val();
        var Client_Phone =  jQuery('#clientphone').val();
        var Client_Note =  jQuery('#clientnote').val();
        var currenturl = jQuery(location).attr('href');
        var SecondData = "ServiceId=" + ServiceId + "&AppDate=" + AppDate + "&StartTime=" + StartTime + '&Client_Name=' + Client_Name +'&Client_Email=' + Client_Email +'&Client_Phone=' + Client_Phone +'&Client_Note=' + Client_Note+'&Service_Duration=' + ServiceDuration + '&wp_nonce=' + wp_nonce;
        var currenturl = jQuery(location).attr('href');
        var url = currenturl;
        jQuery('#loading2').show();     // loading button onclick next1 at first modal
        jQuery('#buttonbox').hide();    // loading button onclick book now at first modal
        jQuery.ajax({
            dataType : 'html',
            type: 'POST',
            url : url,
            cache: false,
            data : SecondData,
            complete : function() {  },
            success: function() {
                jQuery('#AppSecondModalDiv').hide();
                alert("Thank you for scheduling appointment with us. A confirmation mail will be forward to you soon after admin approval.");
                var currenturl = jQuery(location).attr('href');
                var url = currenturl.replace("#","");
                window.location = url;
            }
        });
    }
    </script>
    <style type='text/css'>
    .apcal-error{
        color: #FF0000;
    }
    </style>

    <!---Display Booking Instruction--->
        <div id="bookinginstructions" align="center">
        Bezoekuren zijn van 15 uur tot 20 uur elke dag. 
<br>
Maximaal 2 bezoekers per keer. 
<br>
<b>Personen met een infectie (verkoudheid, griep en dergelijke) worden <i>NIET</i> toegelaten.</b>
<br>    </div>
    
    <!---Schedule New New Appointment Button--->
    <div id="bkbtndiv" align="center" style="padding:5px;">
        <button name="addappointment" class="apcal_btn apcal_btn-primary apcal_btn-large" type="submit" id="addappointment">
            <strong></strong><i class="icon-calendar icon-white"></i>
                Maak een afspraak            </strong>
        </button>
    </div>

    <!---Show appointment calendar--->
    <div id='calendar'>
        <div align="right">Appointment Calendar Powered By: <a href="http://appointzilla.com/" title="Appointment Scheduling plugin for Wordpress" target="_blank">AppointZilla</a></div>
        <!---AppSecondModal For Schedule New Appointment--->
        <div id="AppSecondModalDiv" style="display:none;"></div>
    </div>


    <!---AppFirstModal For Schedule New Appointment--->
    <div id="AppFirstModal" style="display:none">
        <div class="apcal_modal" id="myModal" style="z-index:99999;">
            <form action="" method="post" name="addnewappointment" id="addnewappointment" >
                <div class="apcal_modal-info">
                    <div class="apcal_alert apcal_alert-info">
                        <div><a href="#" style="float:right; margin-right:-4px;" id="close"><i class="icon-remove"></i></a>
                        </div>
                        <p><strong>Schedule New Appointment</strong></p>
                        <div>Select Date & Service</div>
                    </div>
                </div>

                <div class="apcal_modal-body">
                    <div id="firdiv" style="float:left;">
                        <div id="datepicker"></div>

                         <!--PHP Date-picker -->
                         <form id="form1" name="form1" method="post" action="">
						 
                         ﻿<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
<!--
//	JS strings
	var l_lang = "nl_NL";
	var l_sel_date = "Selecteer Datum";
	var l_not_allowed = "Dit is geen geldige datum";
	var l_date_before = "Kies een datum vóór %s";
	var l_date_after = "Kies een datum na %s";
	var l_date_between = "Kies een datum tussen\n%s en %s";
	var l_use_ymd_drop = "0";
	var l_day = "Dag";
	var l_month = "Maand";
	var l_year = "Jaar";
//	Long Month Names
	var l_january = "januari";
	var l_february = "februari";
	var l_march = "maart";
	var l_april = "april";
	var l_may = "mei";
	var l_june = "juni";
	var l_july = "juli";
	var l_august = "augustus";
	var l_september = "september";
	var l_october = "oktober";
	var l_november = "november";
	var l_december = "december";
if(l_lang == "el_GR"){
//	Date Month Names Greek
	var l_januaryu = "";
	var l_februaryu = "";
	var l_marchu = "";
	var l_aprilu = "";
	var l_mayu = "";
	var l_juneu = "";
	var l_julyu = "";
	var l_augustu = "";
	var l_septemberu = "";
	var l_octoberu = "";
	var l_novemberu = "";
	var l_decemberu = "";
}
//	Short Month Names
	var s_jan = "jan";
	var s_feb = "feb";
	var s_mar = "mrt";
	var s_apr = "apr";
	var s_may = "mei";
	var s_jun = "jun";
	var s_jul = "jul";
	var s_aug = "aug";
	var s_sep = "sep";
	var s_oct = "okt";
	var s_nov = "nov";
	var s_dec = "dec";
//	Long Day Names
	var l_monday = "maandag";
	var l_tuesday = "dinsdag";
	var l_wednesday = "woensdag";
	var l_thursday = "donderdag";
	var l_friday = "vrijdag";
	var l_saturday = "zaterdag";
	var l_sunday = "zondag";
//	Short Day Names
	var s_mon = "ma";
	var s_tue = "di";
	var s_wed = "wo";
	var s_thu = "do";
	var s_fri = "vr";
	var s_sat = "za";
	var s_sun = "zo";
// -->
</SCRIPT>
<input type="hidden" name="date1" id="date1" value="2026-04-29" /><input type="hidden" name="date1_dp" id="date1_dp" value="" /><input type="hidden" name="date1_year_start" id="date1_year_start" value="2026" /><input type="hidden" name="date1_year_end" id="date1_year_end" value="2035" /><input type="hidden" name="date1_da1" id="date1_da1" value="1777334400" /><input type="hidden" name="date1_da2" id="date1_da2" value="2051222400" /><input type="hidden" name="date1_sna" id="date1_sna" value="" /><input type="hidden" name="date1_aut" id="date1_aut" value="" /><input type="hidden" name="date1_frm" id="date1_frm" value="" /><input type="hidden" name="date1_tar" id="date1_tar" value="" /><input type="hidden" name="date1_inp" id="date1_inp" value="1" /><input type="hidden" name="date1_fmt" id="date1_fmt" value="j F Y" /><input type="hidden" name="date1_dis" id="date1_dis" value="" /><input type="hidden" name="date1_pr1" id="date1_pr1" value="" /><input type="hidden" name="date1_pr2" id="date1_pr2" value="" /><input type="hidden" name="date1_prv" id="date1_prv" value="" /><input type="hidden" name="date1_pth" id="date1_pth" value="https://www.ingcredible.nl/log/wp-content/plugins/appointment-calendar/calendar/" /><input type="hidden" name="date1_spd" id="date1_spd" value="[[],[],[]]" /><input type="hidden" name="date1_spt" id="date1_spt" value="0" /><input type="hidden" name="date1_och" id="date1_och" value="myChanged%28%29" /><input type="hidden" name="date1_str" id="date1_str" value="1" /><input type="hidden" name="date1_rtl" id="date1_rtl" value="0" /><input type="hidden" name="date1_wks" id="date1_wks" value="" /><input type="hidden" name="date1_int" id="date1_int" value="1" /><input type="hidden" name="date1_hid" id="date1_hid" value="1" /><input type="hidden" name="date1_hdt" id="date1_hdt" value="1000" /><input type="hidden" name="date1_hl" id="date1_hl" value="nl_NL" /><div id="div_date1" style="position:relative;visibility:visible;z-index:100;;margin-left:20px" class="div_calendar calendar-border"   onmouseover="javascript:cancelHide('date1');"><IFRAME id="date1_frame" src="https://www.ingcredible.nl/log/wp-content/plugins/appointment-calendar/calendar/calendar_form.php?objname=date1&selected_day=29&selected_month=04&selected_year=2026&year_start=2026&year_end=2035&dp=0&da1=1777334400&da2=2051222400&sna=&aut=&frm=&tar=&inp=1&fmt=j F Y&dis=&pr1=&pr2=&prv=&pth=https://www.ingcredible.nl/log/wp-content/plugins/appointment-calendar/calendar/&spd=[[],[],[]]&spt=0&och=myChanged%28%29&str=1&rtl=0&wks=&int=1&hid=1&hdt=1000&hl=nl_NL" frameBorder="0" scrolling="no" allowtransparency="true" width="250px" height="100%" style="z-index: 100;height:201px;" margin-left=20px></IFRAME></div>							
                        </form>

                        <script language="javascript">
                        function myChanged() {
                            var x = document.getElementById('date1').value;
                            x = moment(x).format('DD-MM-YYYY');
                            document.getElementById('appdate').value = x;
                        }
                        </script>
                    </div>

                    <div id="secdiv" style="float:right;">
                        <strong>Your Appointment Date:</strong><br>
                        <input name="appdate" id="appdate" type="text" readonly="" height="30px;" style="height:30px;" />
                        
												
						<br /><br />
                        <strong>Select Service:</strong><br />
                        <select name="service" id="service">
                            <option value="0">Select Service</option>
                                                                                                                                            <option value="1">
                                        Bezoek                                    </option>
                                                        </select>
                        <br>
                        <button name="next1" class="apcal_btn" type="button" id="next1" value="next1">Next <i class="icon-arrow-right"></i></button>
                        <div id="loading1" style="display:none;">Loading...<img src="https://www.ingcredible.nl/log/wp-content/plugins/appointment-calendar/images/loading.gif" /></div>
                    </div>
                </div>
            </form>
          </div>
    </div>
    <!---AppSecondModal For Schedule New Appointment--->
	
    {"id":2978,"date":"2015-03-23T07:27:24","date_gmt":"2015-03-23T06:27:24","guid":{"rendered":"http:\/\/www.ingcredible.nl\/log\/?page_id=2978"},"modified":"2015-03-23T08:30:14","modified_gmt":"2015-03-23T07:30:14","slug":"sc-appointment-calendar","status":"publish","type":"page","link":"https:\/\/www.ingcredible.nl\/log\/?page_id=2978","title":{"rendered":"Afspraak maken"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"<p> <a class=\"more-link\" href=\"https:\/\/www.ingcredible.nl\/log\/?page_id=2978\">read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2978","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.ingcredible.nl\/log\/index.php?rest_route=\/wp\/v2\/pages\/2978","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ingcredible.nl\/log\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ingcredible.nl\/log\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ingcredible.nl\/log\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ingcredible.nl\/log\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2978"}],"version-history":[{"count":1,"href":"https:\/\/www.ingcredible.nl\/log\/index.php?rest_route=\/wp\/v2\/pages\/2978\/revisions"}],"predecessor-version":[{"id":2980,"href":"https:\/\/www.ingcredible.nl\/log\/index.php?rest_route=\/wp\/v2\/pages\/2978\/revisions\/2980"}],"wp:attachment":[{"href":"https:\/\/www.ingcredible.nl\/log\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2978"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}