Animal

Chick Adoption Form



plugin_url = “http://animalplace.org/wp-content/plugins/form-maker”; WDF_GRADING_TEXT =’Your score should be less than’; FormCurrency_40 = ‘$’; FormPaypalTax_40 = ‘0’; var check_submit40 = 0; var check_before_submit40 = {}; var required_fields40 = [“1″,”2″,”3″,”9″,”24″,”26″,”34″,”35″,”17″,”44″,”45″,”11″,”46″,”16″,”48″,”49″,”51″,”23″,”52″,”54″,”55″,”57″,”58″,”59″,”60″,”61″,”62″,”63″,”65″,”66″,”67″,”68″,”69″,”33″,”14″,”32”]; var labels_and_ids40 = {“1″:”type_name”,”2″:”type_submitter_mail”,”3″:”type_address”,”9″:”type_phone”,”24″:”type_text”,”26″:”type_own_select”,”25″:”type_textarea”,”47″:”type_radio”,”34″:”type_checkbox”,”35″:”type_checkbox”,”17″:”type_own_select”,”37″:”type_text”,”39″:”type_text”,”40″:”type_text”,”41″:”type_radio”,”42″:”type_radio”,”43″:”type_text”,”44″:”type_checkbox”,”45″:”type_checkbox”,”11″:”type_text”,”46″:”type_radio”,”16″:”type_checkbox”,”48″:”type_radio”,”49″:”type_radio”,”50″:”type_checkbox”,”51″:”type_radio”,”23″:”type_own_select”,”52″:”type_radio”,”53″:”type_text”,”70″:”type_radio”,”71″:”type_textarea”,”54″:”type_text”,”55″:”type_checkbox”,”57″:”type_checkbox”,”58″:”type_radio”,”59″:”type_text”,”60″:”type_textarea”,”61″:”type_checkbox”,”62″:”type_radio”,”63″:”type_radio”,”64″:”type_textarea”,”65″:”type_checkbox”,”66″:”type_radio”,”67″:”type_radio”,”68″:”type_radio”,”69″:”type_checkbox”,”33″:”type_textarea”,”14″:”type_text”,”30″:”type_checkbox”,”32″:”type_captcha”,”31″:”type_submit_reset”}; var check_regExp_all40 = []; var check_paypal_price_min_max40 = []; var file_upload_check40 = []; function wd_file_upload_check(form_id, upload_check_field){ var x = jQuery(“#form” + form_id); var find_wrong_type_upload = false; var upload_check = upload_check_field ? upload_check_field : window[‘file_upload_check’+form_id]; jQuery.each( upload_check, function( wdid, upload_types ) { var element = “#wdform_” + wdid + “_element” + form_id; if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).length != 0 && x.find(jQuery(“div[wdid='”+wdid+”‘]”)).css(“display”) != “none”) { ext_available=getfileextension(jQuery(element).val(), upload_types); if(!ext_available) { jQuery(“#form”+form_id+” #wd_upload_type_”+wdid).remove(); x.find(jQuery(“div[wdid='”+wdid+”‘] .wdform-element-section”)).append(“

Can not upload this type of file

“); jQuery(“#form”+form_id+ ” div[wdid='”+wdid+”‘] .wdform-label-section:first .wdform-label”).addClass(“error_label_upload”); find_wrong_type_upload = true; } else{ jQuery(“#form”+form_id+” #wd_upload_type_”+wdid).remove(); jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label_upload”).removeClass(“error_label_upload”) } } }); if(!upload_check_field && find_wrong_type_upload === true){ scroll_on_element(form_id); } if(find_wrong_type_upload === false) return true; return false; } function wd_is_filled(form_id, field_id){ var x = jQuery(“#form” + form_id); var req_fields = field_id ? field_id.split() : window[‘required_fields’+form_id]; var not_filled = {}; jQuery(req_fields).each(function(index, wdid){ if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).length != 0 && x.find(jQuery(“div[wdid='”+wdid+”‘]”)).css(“display”) != “none” ) { switch(window[‘labels_and_ids’+form_id][wdid]){ case ‘type_text’: case ‘type_textarea’: case ‘type_paypal_price_new’: case ‘type_spinner’: case ‘type_number’: case ‘type_submitter_mail’: { var element = “#wdform_” + wdid + “_element” + form_id; if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(element).val() == jQuery(element).attr(‘title’) || jQuery(element).val() == “”){ not_filled[wdid] = element; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(element).focus(function() { jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); }).blur(function() { wd_is_filled(form_id, wdid); }); } break; } case ‘type_own_select’: case ‘type_country’: case ‘type_paypal_select’: { var element = “#wdform_” + wdid + “_element” + form_id; if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”){ if(jQuery(element).val() == “”){ not_filled[wdid] = element; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(element).focus(function() { jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); }).blur(function() { wd_is_filled(form_id, wdid); }).change(function() { jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); wd_is_filled(form_id, wdid); }); } break; } case ‘type_phone’: { var element = [“#wdform_” + wdid + “_element_first” + form_id, “#wdform_” + wdid + “_element_last” + form_id]; jQuery(element).each(function(ind,elem){ if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(elem).val() == “” || jQuery(elem).val() == jQuery(elem).attr(‘title’)){ not_filled[wdid] = elem; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(elem).focus(function() { jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); }).blur(function() { wd_is_filled(form_id, wdid); }); } }); break; } case ‘type_name’: { var element = [“#wdform_” + wdid + “_element_title” + form_id, “#wdform_” + wdid + “_element_first” + form_id, “#wdform_” + wdid + “_element_last” + form_id, “#wdform_” + wdid + “_element_middle” + form_id]; jQuery(element).each(function(ind,elem){ if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if((jQuery(elem).val() == “” || jQuery(elem).val() == jQuery(elem).attr(‘title’)) && typeof jQuery(elem).val() != “undefined”){ not_filled[wdid] = elem; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(elem).focus(function() { jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); }).blur(function() { wd_is_filled(form_id, wdid); }); } }); break; } case ‘type_address’: { var element = [“#wdform_” + wdid + “_street1” + form_id, “#wdform_” + wdid + “_street2” + form_id, “#wdform_” + wdid + “_city” + form_id, “#wdform_” + wdid + “_state” + form_id, “#wdform_” + wdid + “_postal” + form_id, “#wdform_” + wdid + “_country” + form_id]; jQuery(element).each(function(ind,elem){ if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(elem).val() == “” && typeof jQuery(elem).val() != “undefined”){ not_filled[wdid] = elem; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(elem).focus(function() { jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); }).blur(function() { wd_is_filled(form_id, wdid); }); } }); break; } case ‘type_checkbox’: case ‘type_radio’: case ‘type_scale_rating’: case ‘type_paypal_checkbox’: case ‘type_paypal_radio’: case ‘type_paypal_shipping’: { if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”){ if(x.find(jQuery(“div[wdid='”+ wdid +”‘] input:checked”)).length == 0 || jQuery(“#wdform_”+ wdid +”_other_input” + form_id).val() == “”){ not_filled[wdid] = true; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery.each(jQuery(“#form” + form_id + ” div[wdid='”+ wdid +”‘] input”), function( i, val ){ jQuery(this).change(function() { if(x.find(jQuery(“div[wdid='”+ wdid +”‘] input:checked”)).length == 0 || jQuery(“#wdform_”+ wdid +”_other_input” + form_id).val() == “”){ wd_is_filled(form_id, wdid); } else{ jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); } }); }); } break; } case ‘type_star_rating’: { var element = “#wdform_” + wdid + “_selected_star_amount” + form_id; if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(element).val() == “”){ not_filled[wdid] = true; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(“#wdform_” + wdid + “_element” + form_id).click(function(){ if(jQuery(element).val() != “”){ jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); } }); } break; } case ‘type_range’: { var element = [“#wdform_” + wdid + “_element” + form_id + “0”, “#wdform_” + wdid + “_element” + form_id + “1”]; jQuery(element).each(function(ind,elem){ if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(elem).val() == “”){ not_filled[wdid] = elem; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(elem).focus(function() { jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); }).blur(function() { wd_is_filled(form_id, wdid); }); } }); break; } case ‘type_grading’: { if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { var count_grading = 0; jQuery.each(jQuery(“#wdform_” + wdid + “_element” + form_id + ” input”), function( i, val ){ if(jQuery(this).val() != “”) count_grading ++; }); if(count_grading == 0) not_filled[wdid] = true; } if(!field_id && !window[‘check_submit’+form_id]){ jQuery.each(jQuery(“#wdform_” + wdid + “_element” + form_id + ” input”), function( i, val ){ jQuery(this).focus(function() { jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); }).blur(function() { wd_is_filled(form_id, wdid); }); }); } break; } case ‘type_slider’: { var slider_element = “#wdform_” + wdid + “_element” + form_id; var element = “#wdform_” + wdid + “_slider_value” + form_id; var min_value = “#wdform_” + wdid + “_element_min” + form_id; if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(element).val() == jQuery(min_value).html()){ not_filled[wdid] = true; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(slider_element).slider({ change: function( event, ui ) { jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); wd_is_filled(form_id, wdid); } }); } break; } case ‘type_date’: case ‘type_date_new’: { var element = “#wdform_” + wdid + “_element” + form_id; if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(element).val() == “”){ not_filled[wdid] = element; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(element).focus(function() { jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); }).change(function() { jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); wd_is_filled(form_id, wdid); }); } break; } case ‘type_date_range’: { var element = [“#wdform_” + wdid + “_element” + form_id + “0”, “#wdform_” + wdid + “_element” + form_id + “1”]; jQuery(element).each(function(ind,elem){ if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(elem).val() == “”){ not_filled[wdid] = elem; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(elem).focus(function() { jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); }).change(function() { wd_is_filled(form_id, wdid); }); } }); break; } case ‘type_date_fields’: { var element = [“#wdform_” + wdid + “_day” + form_id, “#wdform_” + wdid + “_month” + form_id, “#wdform_” + wdid + “_year” + form_id]; jQuery(element).each(function(ind,elem){ if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(elem).val() == “”){ not_filled[wdid] = elem; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(elem).focus(function() { jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); }).blur(function() { wd_is_filled(form_id, wdid); }).change(function() { wd_is_filled(form_id, wdid); }); } }); break; } case ‘type_time’: { var element = [“#wdform_” + wdid + “_hh” + form_id, “#wdform_” + wdid + “_mm” + form_id, “#wdform_” + wdid + “_ss” + form_id]; jQuery(element).each(function(ind,elem){ if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(elem).val() == “” && typeof jQuery(elem).val() != “undefined”){ not_filled[wdid] = elem; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(elem).focus(function() { jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); }).blur(function() { wd_is_filled(form_id, wdid); }); } }); break; } case ‘type_password’: { var element = “#wdform_” + wdid + “_element” + form_id; if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(element).val() == “”){ not_filled[wdid] = element; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(element).focus(function() { jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); }).blur(function() { wd_is_filled(form_id, wdid); }); } break; } case ‘type_file_upload’: { var element = “#wdform_” + wdid + “_element” + form_id; if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(element).val() == jQuery(element).attr(‘title’) || jQuery(element).val() == “”){ not_filled[wdid] = element; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(element).focus(function() { jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); }).change(function() { jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); wd_is_filled(form_id, wdid); }); } break; } case ‘type_matrix’: { if(jQuery(“#form” + form_id + ” div[wdid='”+ wdid +”‘] input”).attr(‘type’) ==”radio” || jQuery(“#form” + form_id + ” div[wdid='”+ wdid +”‘] input”).attr(‘type’) ==”checkbox”){ if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(x.find(jQuery(“div[wdid='”+ wdid +”‘] input:checked”)).length == 0){ not_filled[wdid] = true; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery.each(jQuery(“#form” + form_id + ” div[wdid='”+ wdid +”‘] input”), function( i, val ){ jQuery(this).change(function() { if(x.find(jQuery(“div[wdid='”+ wdid +”‘] input:checked”)).length == 0){ wd_is_filled(form_id, wdid); } else{ jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); } }); }); } } else if(jQuery(“#form” + form_id + ” div[wdid='”+ wdid +”‘] input”).attr(‘type’) ==”text”){ if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { var count_input_matrix = 0; jQuery.each(jQuery(“#form” + form_id + ” div[wdid='”+ wdid +”‘] input”), function( i, val ){ if(jQuery(this).val() != “”) count_input_matrix ++; }); if(count_input_matrix == 0) not_filled[wdid] = true; } if(!field_id && !window[‘check_submit’+form_id]){ jQuery.each(jQuery(“#form” + form_id + ” div[wdid='”+ wdid +”‘] input”), function( i, val ){ jQuery(this) .focus(function() { jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); }) .blur(function() { wd_is_filled(form_id, wdid); }); }); } } else{ if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { var count_select_matrix = 0; jQuery.each(jQuery(“#form” + form_id + ” div[wdid='”+ wdid +”‘] select”), function( i, val ){ if(jQuery(this).val() != “”) count_select_matrix ++; }); if(count_select_matrix == 0) not_filled[wdid] = true; } if(!field_id && !window[‘check_submit’+form_id]){ jQuery.each(jQuery(“#form” + form_id + ” div[wdid='”+ wdid +”‘] select”), function( i, val ){ jQuery(this).focus(function() { if(jQuery(this).val() == “”){ jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); } }).change(function() { wd_is_filled(form_id, wdid); }).blur(function() { wd_is_filled(form_id, wdid); }); }); } } break; } case ‘type_send_copy’: { if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(“div[wdid='”+ wdid +”‘] input:checked”).length == 0){ not_filled[wdid] = true; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(“#form” + form_id + ” div[wdid='”+ wdid +”‘] input”).change(function() { if(jQuery(“div[wdid='”+ wdid +”‘] input:checked”).length == 0){ wd_is_filled(form_id, wdid); } else{ jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); } }); } break; } case ‘type_captcha’: case ‘type_arithmetic_captcha’:{ var element = “”; if(window[‘labels_and_ids’+form_id][wdid] == ‘type_captcha’) element=”#wd_captcha_input” + form_id; else element=”#wd_arithmetic_captcha_input” + form_id; if(x.find(jQuery(“div[wdid='”+wdid+”‘]”)).closest(“.wdform-page-and-images”).css(‘display’) !=”none”) { if(jQuery(element).val() == “”){ not_filled[wdid] = element; } } if(!field_id && !window[‘check_submit’+form_id]){ jQuery(element).focus(function() { jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); jQuery(“#form”+form_id+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label”).removeClass(“error_label”); }).blur(function() { wd_is_filled(form_id, wdid); }); } break; } } } }); if(Object.keys(not_filled).length === 0 && Object.keys(window[“check_before_submit” + form_id]).length === 0){ return true; } else { if(Object.keys(not_filled).length !== 0){ jQuery.each( not_filled, function( wdid, elem ) { jQuery(“#form”+form_id+” #wd_required_”+wdid).remove(); jQuery(“#form”+form_id+ ” div[wdid='”+wdid+”‘] .wdform-element-section:first”).append(“

Field is required

“); jQuery(“#form”+form_id+ ” div[wdid='”+wdid+”‘] .wdform-label-section:first .wdform-label”).addClass(“error_label”); }); } if(!field_id){ scroll_on_element(form_id); } window[‘check_submit’+form_id] = 1; return false; } } function scroll_on_element(form_id){ var parent_div = jQuery(“#form” + form_id + ” .fm-not-filled”)[0].closest(“.wdform_row”); var body_hight = document.body.clientHeight; var element_offset = jQuery(jQuery(“#form” + form_id + ” .fm-not-filled”)[0]).offset().top; var scrollChecker = function() { if(document.body.clientHeight !== body_hight ){ body_hight = document.body.clientHeight; element_offset = jQuery(jQuery(“#form” + form_id + ” .fm-not-filled”)[0]).offset().top; jQuery(‘html body’).stop(); animateBodyToError(); } }; jQuery(window).on(“scroll”,scrollChecker); function animateBodyToError(){ jQuery(‘html body’).animate({ scrollTop: element_offset – 150 }, 500, function(){ jQuery(window).off(“scroll”, scrollChecker); old_bg=jQuery(parent_div).css(“background-color”); jQuery(parent_div).effect( “shake”, {}, 500 ).css(“background-color”,”#FF8F8B”).animate({backgroundColor: old_bg}, {duration: 500, queue: false }); }); } animateBodyToError(); } function wd_check_regExp(form_id, regExpObj){ var x = jQuery(“#form” + form_id); var find_wrong_exp = false; var check_regExp = regExpObj ? regExpObj : window[‘check_regExp_all’+form_id]; jQuery.each( check_regExp, function( wdid, exp ) { var element = “#wdform_” + wdid + “_element” + form_id; var RegExpression = “”; var rules = unescape(exp[0]); (exp[1].length 0 && jQuery(element).val() != jQuery(element).attr(‘title’)){ if (RegExpression.test(jQuery(element).val()) != true){ jQuery(“#form”+form_id+” #wd_exp_”+wdid).remove(); x.find(jQuery(“div[wdid='”+wdid+”‘] .wdform-element-section”)).append(“

” + exp[2] + “

“); jQuery(“#form”+form_id+ ” div[wdid='”+wdid+”‘] .wdform-label-section:first .wdform-label”).addClass(“error_label_exp”); find_wrong_exp = true; if(!regExpObj){ scroll_on_element(form_id); } } } } }); if(find_wrong_exp === false) return true; return false; } function wd_check_price_min_max(form_id, price_nim_max){ var x = jQuery(“#form” + form_id); var check_price_min_max = price_nim_max ? price_nim_max : window[‘check_paypal_price_min_max’+form_id]; var find_wrong_price = false; jQuery.each( check_price_min_max, function( wdid, min_max_option ) { var element = “#wdform_” + wdid + “_element” + form_id; var range_min = min_max_option[3] ? min_max_option[3] : 0; var range_max = min_max_option[4] ? min_max_option[4] : -1; if((min_max_option[2] ? true : false) || jQuery(element).val()!=min_max_option[1]) if((range_max!=-1 && parseFloat(jQuery(element).val()) > range_max) || parseFloat(jQuery(element).val()) < range_min) { jQuery("#form"+form_id+" #wd_price_"+wdid).remove(); x.find(jQuery("div[wdid='"+wdid+"'] .wdform-element-section")).append("

” + “The ” + min_max_option[0] + ” value must be between ” + (min_max_option[3] ? min_max_option[3] : 0) + ‘-‘ + (min_max_option[4] ? min_max_option[4] : “any”) + “

“); jQuery(“#form”+form_id+ ” div[wdid='”+wdid+”‘] .wdform-label-section:first .wdform-label”).addClass(“error_label_price”); find_wrong_price = true; if(!price_nim_max){ scroll_on_element(form_id) } } }); if(find_wrong_price === false) return true; return false; } function formOnload40() { if (navigator.userAgent.toLowerCase().indexOf(‘msie’) != -1 && parseInt(navigator.userAgent.toLowerCase().split(‘msie’)[1]) === 8) { jQuery(“#form40”).find(jQuery(“input[type=”radio”]”)).click(function() {jQuery(“input[type=”radio”]+label”).removeClass(‘if-ie-div-label’); jQuery(“input[type=”radio”]:checked+label”).addClass(‘if-ie-div-label’)}); jQuery(“#form40”).find(jQuery(“input[type=”radio”]:checked+label”)).addClass(‘if-ie-div-label’); jQuery(“#form40”).find(jQuery(“input[type=”checkbox”]”)).click(function() {jQuery(“input[type=”checkbox”]+label”).removeClass(‘if-ie-div-label’); jQuery(“input[type=”checkbox”]:checked+label”).addClass(‘if-ie-div-label’)}); jQuery(“#form40”).find(jQuery(“input[type=”checkbox”]:checked+label”)).addClass(‘if-ie-div-label’); } jQuery.each( check_regExp_all40, function( wdid, exp ) { var exp_array = {}; exp_array[wdid] = exp; jQuery(“div[wdid='”+wdid+”‘] input”).blur(function() {wd_check_regExp(40, exp_array)}).focus(function() {jQuery(“#form”+40+” #wd_exp_”+wdid).remove(); jQuery(“#form”+40+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label_exp”).removeClass(“error_label_exp”)}); }); jQuery.each( check_paypal_price_min_max40, function( wdid, price_min_max_option ) { var price_min_max_array = {}; price_min_max_array[wdid] = price_min_max_option; jQuery(“div[wdid='”+wdid+”‘] input”).blur(function() {wd_check_price_min_max(40, price_min_max_array)}).focus(function() {jQuery(“#form”+40+” #wd_price_”+wdid).remove(); jQuery(“#form”+40+” div[wdid='”+wdid+”‘] .wdform-label-section:first .error_label_price”).removeClass(“error_label_price”)}); }); jQuery.each( file_upload_check40, function( wdid, upload_types ) { var upload_types_array = {}; upload_types_array[wdid] = upload_types; jQuery(“div[wdid='”+wdid+”‘] input”).change(function() {wd_file_upload_check(40, upload_types_array)}); }); jQuery(“div[type=”type_text”] input, div[type=”type_number”] input, div[type=”type_phone”] input, div[type=”type_name”] input, div[type=”type_submitter_mail”] input, div[type=”type_submitter_mail_confirmation”] input, div[type=”type_paypal_price”] input, div[type=”type_paypal_price_new”] input, div[type=”type_textarea”] textarea”).focus(function() {delete_value(this)}).blur(function() {return_value(this)}); jQuery(“div[type=”type_number”] input, div[type=”type_phone”] input, div[type=”type_spinner”] input, div[type=”type_range”] input, .wdform-quantity, div[type=”type_paypal_price_new”] input”).keypress(function(evt) {return check_isnum(evt)}); jQuery(“div[type=”type_grading”] input”).keypress(function(evt) {return check_isnum_or_minus(evt)}); jQuery(“div[type=”type_paypal_checkbox”] input[type=”checkbox”], div[type=”type_paypal_radio”] input[type=”radio”], div[type=”type_paypal_shipping”] input[type=”radio”]”).click(function() {set_total_value(40)}); jQuery(“div[type=”type_paypal_select”] select, div[type=”type_paypal_price”] input, div[type=”type_paypal_price_new”] input”).change(function() {set_total_value(40)}); jQuery(“.wdform-quantity”).change(function() {set_total_value(40)}); jQuery(“div[type=”type_address”] select”).change(function() {set_total_value(40)}); jQuery(“div[type=”type_time”] input”).blur(function() {add_0(this)}); jQuery(‘.wdform-element-section’).each(function() { if(!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width())!=0) { if(jQuery(this).css(‘display’)==”table-cell”) { if(jQuery(this).parent().attr(‘type’)!=”type_captcha”) jQuery(this).parent().css(‘width’, parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(“.wdform-label-section”))[0].style.width)+15); else jQuery(this).parent().css(‘width’, (parseInt(jQuery(this).parent().find(jQuery(“.captcha_input”))[0].style.width)*2+50) + parseInt(jQuery(this).parent().find(jQuery(“.wdform-label-section”))[0].style.width)+15); } } if (!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width()) != 0) { if (jQuery(this).css(‘display’) == “table-cell”) { if (jQuery(this).parent().attr(‘type’) != “type_captcha”) { jQuery(this).parent().css(‘width’, parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(“.wdform-label-section”))[0].style.width)+15); } else { jQuery(this).parent().css(‘width’, (parseInt(jQuery(this).parent().find(jQuery(“.captcha_input”))[0].style.width)*2+50) + parseInt(jQuery(this).parent().find(jQuery(“.wdform-label-section”))[0].style.width)+15); } } } if(parseInt(jQuery(this)[0].style.width.replace(‘px’, ”)) = 2*parseInt(jQuery(this).css(‘line-height’).replace(‘px’, ”))) { jQuery(this).parent().css(‘max-width’,jQuery(this).parent().width()); jQuery(this).parent().css(‘width’,”); } }); (function(jQuery){ jQuery.fn.shuffle = function() { var allElems = this.get(), getRandom = function(max) { return Math.floor(Math.random() * max); }, shuffled = jQuery.map(allElems, function(){ var random = getRandom(allElems.length), randEl = jQuery(allElems[parseInt(random)]).clone(true)[0]; allElems.splice(random, 1); return randEl; }); this.each(function(i){ jQuery(this).replaceWith(jQuery(shuffled[i])); }); return jQuery(shuffled); }; })(jQuery); jQuery(“#wd_captcha40”).click(function() {captcha_refresh(“wd_captcha”,”40″)});jQuery(“#_element_refresh40”).click(function() {captcha_refresh(“wd_captcha”,”40″)});captcha_refresh(“wd_captcha”, “40”); if( jQuery(“#wdform_17_element40″).val()==”Yes” ) jQuery(“#form40 div[wdid=37]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=37]”).css(“display”, “none”); jQuery(“#wdform_17_element40”).change(function() { if( jQuery(“#wdform_17_element40″).val()==”Yes” ) jQuery(“#form40 div[wdid=37]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=37]”).css(“display”, “none”); }); if( jQuery(“#wdform_17_element40″).val()==”Yes” ) jQuery(“#form40 div[wdid=39]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=39]”).css(“display”, “none”); jQuery(“#wdform_17_element40”).change(function() { if( jQuery(“#wdform_17_element40″).val()==”Yes” ) jQuery(“#form40 div[wdid=39]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=39]”).css(“display”, “none”); }); if( jQuery(“#wdform_17_element40″).val()==”Yes” ) jQuery(“#form40 div[wdid=41]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=41]”).css(“display”, “none”); jQuery(“#wdform_17_element40”).change(function() { if( jQuery(“#wdform_17_element40″).val()==”Yes” ) jQuery(“#form40 div[wdid=41]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=41]”).css(“display”, “none”); }); if( jQuery(“#wdform_17_element40″).val()==”No” ) jQuery(“#form40 div[wdid=42]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=42]”).css(“display”, “none”); jQuery(“#wdform_17_element40”).change(function() { if( jQuery(“#wdform_17_element40″).val()==”No” ) jQuery(“#form40 div[wdid=42]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=42]”).css(“display”, “none”); }); if( jQuery(“input[name^=’wdform_42_element40′]:checked”).val()==”Yes” ) jQuery(“#form40 div[wdid=39]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=39]”).css(“display”, “none”); jQuery(“div[wdid=42] input[type=”radio”]”).click(function() { if( jQuery(“input[name^=’wdform_42_element40′]:checked”).val()==”Yes” ) jQuery(“#form40 div[wdid=39]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=39]”).css(“display”, “none”); }); if( jQuery(“input[name^=’wdform_49_element40′]:checked”).val()==”Yes” ) jQuery(“#form40 div[wdid=50]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=50]”).css(“display”, “none”); jQuery(“div[wdid=49] input[type=”radio”]”).click(function() { if( jQuery(“input[name^=’wdform_49_element40′]:checked”).val()==”Yes” ) jQuery(“#form40 div[wdid=50]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=50]”).css(“display”, “none”); }); if( jQuery(“input[name^=’wdform_63_element40′]:checked”).val()==”Yes” ) jQuery(“#form40 div[wdid=64]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=64]”).css(“display”, “none”); jQuery(“div[wdid=63] input[type=”radio”]”).click(function() { if( jQuery(“input[name^=’wdform_63_element40′]:checked”).val()==”Yes” ) jQuery(“#form40 div[wdid=64]”).removeAttr(“style”); else jQuery(“#form40 div[wdid=64]”).css(“display”, “none”); }); if(window.before_load) { before_load(); } } jQuery(window).load(function () { formOnload40(); }); form_view_count40=0; jQuery(document).ready(function () { for(i=1; i 1) { for (i = 1; i <= form_view_max40; i++) { if (document.getElementById('40form_view' + i)) { first_form_view40 = i; break; } } generate_page_nav(first_form_view40, '40', form_view_count40, form_view_max40); } }); function check_required40(but_type, form_id) { if (but_type == 'reset') { if (window.before_reset) { before_reset(); } jQuery.each(window['labels_and_ids'+form_id], function (index, elem) { switch(elem) { case "type_text": case "type_textarea": case "type_number": case "type_spinner": case 'type_own_select': case 'type_country': case 'type_date': case 'type_date_new': case 'type_hidden': case 'type_paypal_price_new': jQuery("#wdform_"+index+"_element"+form_id).val(''); break; case 'type_submitter_mail': case 'type_password': jQuery("#wdform_"+index+"_element"+form_id).val(''); if(jQuery("#wdform_"+index+"_1_element"+form_id)){ jQuery("#wdform_"+index+"_1_element"+form_id).val(''); if(jQuery("#confirm_"+index+"_"+form_id)) jQuery("#confirm_"+index+"_"+form_id).remove(); if(elem == 'type_submitter_mail' && jQuery("#check_email_"+index+"_"+form_id)) jQuery("#check_email_"+index+"_"+form_id).remove(); } break; case 'type_date_range': jQuery("#wdform_"+index+"_element"+form_id+"0").val(''); jQuery("#wdform_"+index+"_element"+form_id+"1").val(''); break; case 'type_send_copy': jQuery("#wdform_"+index+"_element"+form_id).prop('checked', false); break; case 'type_phone': jQuery("#wdform_"+index+"_element_first"+form_id+", #wdform_"+index+"_element_last"+form_id).val(''); break; case 'type_name': jQuery("#wdform_"+index+"_element_first"+form_id+", #wdform_"+index+"_element_last"+form_id+", #wdform_"+index+"_element_title"+form_id+", #wdform_"+index+"_element_middle"+form_id).val(''); break; case 'type_address': jQuery("#wdform_"+index+"_street1"+form_id+", #wdform_"+index+"_street2"+form_id+", #wdform_"+index+"_city"+form_id+", #wdform_"+index+"_state"+form_id+", #wdform_"+index+"_postal"+form_id+", #wdform_"+index+"_country"+form_id).val(''); break; case 'type_checkbox': jQuery("#form"+form_id+" div[wdid='"+index+"'] .checkbox-div input").prop('checked', false); jQuery("#wdform_"+index+"_other_br"+form_id).remove(); jQuery("#wdform_"+index+"_other_input"+form_id).remove(); break; case 'type_radio': jQuery("#form"+form_id+" div[wdid='"+index+"'] .radio-div input").prop('checked', false); jQuery("#wdform_"+index+"_other_br"+form_id).remove(); jQuery("#wdform_"+index+"_other_input"+form_id).remove(); break; case 'type_time': jQuery("#wdform_"+index+"_hh"+form_id+", #wdform_"+index+"_mm"+form_id+", #wdform_"+index+"_ss"+form_id+", #wdform_"+index+"_am_pm"+form_id).val(''); break; case 'type_date_fields': jQuery("#wdform_"+index+"_day"+form_id+", #wdform_"+index+"_month"+form_id+", #wdform_"+index+"_year"+form_id).val(''); break; case 'type_file_upload': jQuery("#wdform_"+index+"_element"+form_id+"_save").remove(); break; case 'type_paypal_price': jQuery("#wdform_"+index+"_element_dollars"+form_id+", #wdform_"+index+"_element_cents"+form_id).val(''); break; case 'type_paypal_select': jQuery("#wdform_"+index+"_element"+form_id+", #wdform_"+index+"_element_quantity"+form_id+", #form"+form_id+" div[wdid='"+index+"'] .paypal-property select").val(''); break; case 'type_paypal_radio': jQuery("#wdform_"+index+"_element_quantity"+form_id+",#form"+form_id+" div[wdid='"+index+"'] .paypal-property select").val(''); jQuery("#form"+form_id+" div[wdid='"+index+"'] .radio-div input").prop('checked', false); break; case 'type_paypal_shipping': jQuery("#form"+form_id+" div[wdid='"+index+"'] .radio-div input").prop('checked', false); break; case 'type_paypal_checkbox': jQuery("#wdform_"+index+"_element_quantity"+form_id+",#form"+form_id+" div[wdid='"+index+"'] .paypal-property select").val(''); jQuery("#form"+form_id+" div[wdid='"+index+"'] .checkbox-div input").prop('checked', false); break; case 'type_star_rating': jQuery("#wdform_"+index+"_selected_star_amount"+form_id).val(''); jQuery("#wdform_"+index+"_element"+form_id+" img").attr('src', plugin_url+'/images/star.png'); break; case 'type_scale_rating': jQuery("#form"+form_id+" div[wdid='"+index+"'] .radio-div input").prop('checked', false); break; case 'type_slider': jQuery("#wdform_"+index+"_element"+form_id).slider({ value: eval(0), }); jQuery("#wdform_"+index+"_element_value"+form_id).html('0'); break; case 'type_range': jQuery("#wdform_"+index+"_element"+form_id+"0, #wdform_"+index+"_element"+form_id+"1").val(''); break; case 'type_grading': jQuery("#wdform_"+index+"_element"+form_id+" input").val(''); break; case 'type_matrix': jQuery("#wdform_"+index+"_element"+form_id+" .radio-div input").prop('checked', false); jQuery("#wdform_"+index+"_element"+form_id+" .checkbox-div input").prop('checked', false); jQuery("#wdform_"+index+"_element"+form_id+" input[type='text']").val(''); jQuery("#wdform_"+index+"_element"+form_id+" select").val(''); break; case 'type_paypal_total': jQuery("#wdform_"+index+"div_total"+form_id).html('$0'); jQuery("#wdform_"+index+"paypal_products"+form_id).empty(); break; default: break; } }); return; } if (but_type == 'clear') { var clear_data = confirm("Are you sure to clear saved data?"); if (clear_data == true) { jQuery.get('http://animalplace.org/wp-admin/admin-ajax.php?action=FMSaveProg&addon_task=clear_data&form_id ='+form_id ).done(function() { window.location = "/feed/"; }); } return; } if (window.before_submit) { if(before_submit()) return false; } if (but_type != 'save') { if(!wd_is_filled(form_id)) return false; if(!wd_check_regExp(form_id)) return false; if(!wd_check_price_min_max(form_id)) return false; if(!wd_file_upload_check(form_id)) return false; x = jQuery("#form"+form_id); } var a = []; if (typeof a[form_id] !== 'undefined' && a[form_id] == 1) { return; } jQuery("”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40”); jQuery(“”).appendTo(“#form40″); var disabled_fields =””; jQuery(“div[wdid]”).each(function() { if(jQuery(this).css(“display”)==”none”) { disabled_fields += jQuery(this).attr(“wdid”); disabled_fields += “,”; } if(disabled_fields) jQuery(“”).appendTo(“#form40”); });jQuery(“”).appendTo(“#form”+form_id); a[form_id] = 1; var checkStripe = 2; if(checkStripe == 1){ var jq_mainForm = jQuery(“form[id=’form”+form_id+”‘]”); if (jq_mainForm.find(“.wdfm_stripe_elem”).first().parents(“.wdform_row”).is(“:visible”)) { wdfm_call_stripe(); } else{ document.getElementById(“form”+form_id).submit(); } } else{ document.getElementById(“form”+form_id).submit(); } } function check40(id, form_id) { if(!wd_is_filled(form_id)) return false; if(!wd_check_regExp(form_id)) return false; if(!wd_check_price_min_max(form_id)) return false; if(!wd_file_upload_check(form_id)) return false; x = jQuery(“#40form_view”+id); return true; } function before_load() { } function before_submit() { } function before_reset() { }#form40 input[type=”text”] {box-sizing: border-box;} .form40 .wdform-page-and-images .other_input{max-width: none;}.form40 button, .form40input, .form40select, .form40textarea{font-size:14px;}.form40 .warning, .form40.error{background-color: #F0EFEF;border: 1px solid #013D7C;border-radius: 5px;color: #013D7C;padding: 5px;}.form40 .warning *, .form40.error *{margin:0;}.form40 .recaptcha_input_area input{height:initial !important;}.form40 input[type=”radio”]{border:none !important;outline:none !important;}.form40 input[type=”checkbox”]{border:none !important;outline:none !important;}.form40 a.ui-spinner-button{border-radius:0px !important;background: none!important;}.form40 a.ui-slider-handle {width: 13px;height: 13px;top: -4px;border: 0px;border-radius: 13px;background: #FAFAFA;border: 3px solid #B1B1B1;outline: none;}.form40 .ui-slider { height: 6px; background: #F5F5F5 !important; margin: 7px 0px;}.form40 .wdform_grading input { width: 100px;}.form40 .wdform-matrix-cell input[type=”text”] { width: 100px;font-size: 14px !important;}.form40 .wdform-matrix-cell select { width: 60px;font-size: 14px !important;}.form40 .wdform_section .wdform_column:last-child { padding-right: 0px !important;}.form40 .wdform_preload { display: none;}.form40 .wdform_grading { padding: 3px 0px;}.form40 .wdform-matrix-table { display: table; border-spacing: 0px;}.form40 .wdform-matrix-column { text-align: left; display: table-cell;}.form40 .wdform-matrix-cell { text-align: center; display: table-cell; padding: 6px 10px;}.form40 .wdform-matrix-head>div { display: table-cell; text-align: center;}.form40 .wdform-matrix-head { display: table-row;}.form40 .wdform-matrix-row0 { background: #DFDFDF; display: table-row;}.form40 .wdform-matrix-row1 { background: #E9E9E9; display: table-row;}.form40 .selected-text { text-align: left; color: #000;}.form40 .wdform-quantity { width: 30px; margin: 2px 0px;}.form40 .wdform_scale_rating label { vertical-align: middle;}.form40 .ui-corner-all { border-radius: 0px;}.form40 .ui-widget-content { border: 0px; background: transparent;}.form40 .ui-slider-range { background: #8A8A8A !important;}.form40 .wdform_map { border: 6px solid #fff;}.form40 .wdform-page-and-images { width: 100%; border: 0px solid #000 !important;padding-left:10px;}.form40 .paypal-property { display: inline-block; margin-right: 15px; vertical-align: middle;}.form40 .sel-wrap { display: inline-block; vertical-align: middle; width:100%;}.form40 .sel-imul { display: none;}.form40 .sel-imul .sel-selected { cursor: pointer; position: relative; display: inline-block; border-radius: 0px; padding: 0px 0px 0px 2px; font-size: 13px; height: 22px; line-height: 22px; overflow: hidden; background: #F8F8F8; border: 0px solid #D3D3D3; background-position: right 2px center; width: 100%;}.form40 .sel-imul.act .sel-selected { background: #fff;}.form40 .sel-selected .sel-arraw { height: 23px; width: 30px; background: url(http://animalplace.org/wp-content/plugins/form-maker/images/09/01.png) 50% 50% no-repeat; position: absolute; top: 0px; right: 0px; padding: 0px;}.form40 .sel-imul:hover .sel-selected .sel-arraw { }.form40 .sel-imul.act .sel-selected .sel-arraw { }.form40 .sel-imul .sel-options { background: #fff; border: 1px solid #dbdbdb; border-top: none; position: absolute; width: inherit; display: none; z-index: 10; max-height: 200px; overflow-y: auto; overflow-x: hidden;}.form40 .sel-options .sel-option { padding: 3px 4px; font-size: 13px; border: 1px solid #fff; border-right: none; border-left: none; text-align: left;}.form40 .sel-options .sel-option:hover { border-color: #dbdbdb; cursor: pointer;}.form40 .sel-options .sel-option.sel-ed { background: #dbdbdb; border-color: #dbdbdb;}.form40 input[type=text]{ margin: 0px;}.form40 input[type=password]{ margin: 0px;}.form40 input[type=url]{ margin: 0px;}.form40 input[type=email]{ margin: 0px;}.form40 input.text{ margin: 0px;}.form40 input.title{ margin: 0px;}.form40 textarea{ margin: 0px;}.form40 select { margin: 0px;}.form40 .form-error { border-color: red !important;}.form40 .form-error:focus { border-color: red !important;}.form40 .wdform-field { display: table-cell; padding: 5px 0px;}.form40 .wdform-label-section{ text-align: left; display: table-cell;}.form40 .wdform-element-section { text-align: left; display: table-cell; min-width: 140px;}.form40 .file-upload input { position: absolute; visibility: hidden;}.form40 .file-upload-status { margin-left: 10px; max-width: 200px; font-weight: bold; font-size: 16px; color: #888; position: absolute; border-radius: 0px; height: 23px; padding-left: 5px; padding-right: 5px; white-space: nowrap; overflow: hidden; }.form40 .file-picker { width: 41px; height: 32px; background: url(http://animalplace.org/wp-content/plugins/form-maker/images/10/01/upload.png) no-repeat; display: inline-block;}.form40 .next-page div.wdform-page-button {color: #FFF;cursor: pointer;display: inline-block;height: 38px;line-height: 35px;background:url(http://animalplace.org/wp-content/plugins/form-maker/images/10/next.png) no-repeat right #013D7C;padding: 0px 36px 0 20px;vertical-align: middle;font-size: 18px;border-top-right-radius: 7px;border-bottom-right-radius: 7px;}.form40 .previous-page div.wdform-page-button {color: #A2A2A2;cursor: pointer;display: inline-block;height: 37px;line-height: 35px;background:url(http://animalplace.org/wp-content/plugins/form-maker/images/09/previous.png) no-repeat left #F1F1F1;padding: 0 20px 0 36px;vertical-align: middle;font-size: 18px;border-top-left-radius: 7px;border-bottom-left-radius: 7px;}.form40 .button-submit { color: #ffffff; cursor: pointer; display: inline-block; line-height: 35px; background: #013D7C; padding: 0px 20px; vertical-align: middle; font-size: 18px; min-width: 80px; min-height: 35px; font-family: Segoe UI; border: 1px solid transparent; margin: 5px;}.form40 .button-reset { color: #787878; cursor: pointer; display: inline-block; line-height: 35px; background: #F0EFEF; padding: 0px 20px; vertical-align: middle; font-size: 18px; min-width: 80px; min-height: 35px; font-family: Segoe UI; float: right; border: 1px solid transparent; margin: 5px;}.form40 .wdform_page { background: #FFFFFF; padding-top: 15px; border-radius: 0px; font-family: Segoe UI;}.form40 .wdform_column { border-right: none !important; padding-right: 50px !important; float: left; border-spacing: 2px; border-collapse: separate !important;}.form40 .wdform_section_break2 { color: #013D7C; display: inline-block; text-align: left; font-size: 23px;margin: 16px 10px 40px 0px;}.form40 .wdform_section_break { color: #013D7C; font-size: 23px;margin: 16px 0px;}.form40 .wdform_section { display: inline-block;}.form40 select { padding: 2px; height: 26px; border: 1px solid #B7B7B7;background: #F8F8F8;font-size: 14px !important;}.form40 input[type=”text”]{ border-radius: 0px; height: 22px; padding:0 3px !important; background: #F8F8F8;border:1px solid #B7B7B7;font-size: 14px !important;}.form40 input[type=”password”]{ border-radius: 0px; height: 22px; padding:0 3px !important; background: #F8F8F8;border:1px solid #B7B7B7;font-size: 14px !important;}.form40 textarea { border-radius: 0px; height: 22px; padding:0 3px !important; background: #F8F8F8;border:1px solid #B7B7B7;font-size: 14px !important;}.form40 input[type=”text”]:focus{ outline: none;}.form40 input[type=”password”]:focus{ outline: none;}.form40 textarea:focus{ outline: none;}.form40 select { outline: none;}.form40 .input_deactive { color: #999999; font-style: italic;}.form40 .input_active { color: #000000; font-style: normal;}.form40 .am_pm_select { width: 30px; vertical-align: middle;}.form40 .wdform-calendar-button, .form40.wdform-calendar-button:hover { display:inline-block; background: transparent url(http://animalplace.org/wp-content/plugins/form-maker/images/03/date.png) no-repeat !important; border: 0px; color: transparent; width: 22px; height: 22px; position: relative; left: -22px; vertical-align: top; outline: none;}.form40 .forlabs { float: right; margin-right: 20px;}.form40 .if-ie-div-label { -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=100)” !important; filter: alpha(opacity=100) !important; opacity: 1 !important;}.form40 .wdform-ch-rad-label { display: inline; margin: -4px 5px 5px 5px; float: left; color: #000; cursor: pointer}.form40 textarea { padding-top: 5px;}.form40 .wdform-date { display:inline-block; width: 105px}.form40 .wdform_footer { margin-top: 15px;}.form40 .page-numbers { vertical-align: middle;}.form40 .time_box { text-align: right; width: 30px; vertical-align: middle}.form40 .mini_label { font-size: 10px; font-family: “Lucida Grande”, Tahoma, Arial, Verdana, sans-serif; color: #8A8A8A;}.form40 .wdform-label { border: none; color: #000; vertical-align: top; line-height: 17px;}.form40 .wdform_colon { color: #000}.form40 .wdform_separator { font-style: bold; vertical-align: middle; color: #000;}.form40 .wdform_line { color: #000}.form40 .wdform-required { border: none; color: red; vertical-align: top;}.form40 .captcha_img { border-width: 0px; margin: 0px; padding: 0px; cursor: pointer; border-radius: 0px;}.form40 .captcha_refresh { width: 30px; height: 30px; border-width: 0px; margin: 0px; padding: 0px; vertical-align: middle; cursor: pointer; background-image: url(http://animalplace.org/wp-content/plugins/form-maker/images/refresh_black.png);}.form40 .captcha_input { height: 20px; border-width: 1px; margin: 0px; padding: 0px; vertical-align: middle;}.form40 .file_upload { border: 0px solid white; border-radius: 0px; margin: 0px; padding: 0px; color: black; background-color: white;}.form40 .page_deactive {color: #013E7D;background-color: #FFF;cursor: pointer;display: inline-block;height: 29px;text-align: center;vertical-align: bottom;padding: 5px 25px 0px 25px;font-size: 16px;font-weight:bold;}.form40 .page_active {color: #FFF;cursor: pointer;background-color: #013E7D;display: inline-block;vertical-align: bottom;height: 29px;text-align: center;font-size: 20px;padding: 5px 25px 0px 25px;line-height: 26px;font-weight:bold;}.form40 .page_percentage_active {padding: 0px;margin: 0px;border-spacing: 0px;height: 16px;line-height: 16px;font-size: 15px;float: left;text-align: right !important;z-index: 1;position: relative;vertical-align: middle;background: #013E7F;color: #fff;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}.form40 .page_percentage_deactive {height: 16px;line-height: 16px;background-color: #F1F1F1;text-align: left !important;margin-bottom: 1px;border-radius: 5px;}.form40 .page_numbers { font-size: 14px; color: #000;}.form40 .phone_area_code { width: 50px;}.form40 .phone_number { width: 100px;}.form40 button { cursor: pointer;}.form40 .other_input { border-radius: 0px; border-width: 1px; height: 16px; font-size: 12px; padding: 1px; margin: 1px; margin-left: 25px; z-index: 100; position: absolute;}.form40 .wdform_page_navigation { text-align: right !important;}.form40 .wdform_percentage_text {margin: 3px 5px 3px 9px;color: #FFF;font-size: 12px;}.form40 .wdform_percentage_title { color: #6E6E6E; font-style: italic; margin: 0px 0px 0px 40px; display: inline-block; line-height: 27px; height: 27px; vertical-align: middle;}.form40 .wdform_button button { background: #4D792C; cursor: pointer; font-size: 17px; border-radius: 0px; min-width: 80px; min-height: 31px; color: #fff; border: 2px solid #68943B; margin: 5px; box-shadow: 0px 0px 2px #c9c9c9; font-family: Segoe UI;}.form40

Name:*

E-mail:*
Address:*
AfghanistanAlbaniaAlgeriaAndorraAngolaAntigua and BarbudaArgentinaArmeniaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBhutanBoliviaBosnia and HerzegovinaBotswanaBrazilBruneiBulgariaBurkina FasoBurundiCambodiaCameroonCanadaCape VerdeCentral African RepublicChadChileChinaColombiaComorosCongo (Brazzaville)CongoCosta RicaCote d’IvoireCroatiaCubaCyprusCzech RepublicDenmarkDjiboutiDominicaDominican RepublicEast Timor (Timor Timur)EcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFijiFinlandFranceGabonGambia, TheGeorgiaGermanyGhanaGreeceGrenadaGuatemalaGuineaGuinea-BissauGuyanaHaitiHondurasHungaryIcelandIndiaIndonesiaIranIraqIrelandIsraelItalyJamaicaJapanJordanKazakhstanKenyaKiribatiKorea, NorthKorea, SouthKuwaitKyrgyzstanLaosLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall IslandsMauritaniaMauritiusMexicoMicronesiaMoldovaMonacoMongoliaMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNew ZealandNicaraguaNigerNigeriaNorwayOmanPakistanPalauPanamaPapua New GuineaParaguayPeruPhilippinesPolandPortugalQatarRomaniaRussiaRwandaSaint Kitts and NevisSaint LuciaSaint VincentSamoaSan MarinoSao Tome and PrincipeSaudi ArabiaSenegalSerbia and MontenegroSeychellesSierra LeoneSingaporeSlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSpainSri LankaSudanSurinameSwazilandSwedenSwitzerlandSyriaTaiwanTajikistanTanzaniaThailandTogoTongaTrinidad and TobagoTunisiaTurkeyTurkmenistanTuvaluUgandaUkraineUnited Arab EmiratesUnited KingdomUnited StatesUruguayUzbekistanVanuatuVatican CityVenezuelaVietnamYemenZambiaZimbabwe
Phone:*

Do you own, rent, or lease?:*

I am legally zoned to house*
Yes – Hens and RoostersYes – Hens OnlyNoI Don’t Know
Provide Landlord Name & Contact Phone
Radio:

I am (note: we adopt to qualified homes, regardless of diet)*

My interest in adopting (check all that apply)*

Do you currently have chickens?:*
YesNo
How many chickens do you have?

What is the longest you have had a chicken live?

Age of your oldest chicken?

Have you taken your chicken to a veterinarian for treatment, if needed?

Have you had chickens in the past?

What is the longest you have had a chicken live to be?

What other domestic species live on your property (check all that apply):*

I am interested in adopting (check all that applies)*

How many hens?*

How many roosters? *

I plan on doing the following with the eggs (check all that apply)*

I will collect eggs:*

I have roosters*

I allow my hens to incubate eggs:

I purchase chicks/chickens from the feed store, mail order hatcheries, and/or breeders:*

These chickens may live another 4-10 years. Their egg production may decline in 1-3 years. Are you prepared to keep these hens the remainder of their lives?: *
YesNoNot sure
Do you have an avian veterinarian?*

Veterinarian Name

I have a temperature controlled area the chicks can be in (at night) until they are large enough?

Do you have experience caring for chicks less than 2-3 months old? Please share.
Coop dimensions (where chickens sleep at night, e.g. 3’x5′)*

My coop has (check all that apply):*

My coop includes (check all that apply): *

I clean out my coop:*

Dimension of outdoor run (e.g. 10’x20′)*

Fencing Height (e.g. 6′). If fencing is chain link or field fencing, how large are the holes (e.g. 1″x1″)*
My outdoor run includes (check all that apply):*

I clean my run:*

I have had chickens killed by predators in the past:*

Describe what happened and what, if anything, was done to fix the problem.
My predator protection includes (check all that apply): *

I feed my chickens:*

I collect feed before the birds are locked up at night?*

I keep chicken feed in an airtight container or a rodent proof shed?*

I use the following to control rodents (check all that apply):*

What is the best time to reach you by phone?:*
How did you hear about Animal Place’s adoption program?: *

I’d like to:

Word Verification:



Source link

news7g

News7g: Update the world's latest breaking news online of the day, breaking news, politics, society today, international mainstream news .Updated news 24/7: Entertainment, Sports...at the World everyday world. Hot news, images, video clips that are updated quickly and reliably

Related Articles

Back to top button