!function(e){"use strict";e.WS_Form=function(t){e.WS_Form.this=this,this.is_admin=this.set_is_admin(),this.user_roles=ws_form_settings.user_roles,this.form_interface=!1,this.group_data_cache=[],this.group_index=0,this.section_data_cache=[],this.field_data_cache=[],this.action_data_cache=[],this.validation_message_cache=[],this.invalid_feedback_cache=[],this.object_cache=[],this.object_cache.condition=[],this.object_cache.then=[],this.object_cache.else=[],this.action=!1,this.object_data_scratch=!1,this.form_history=[],this.history_index=0,this.framework_id=!1,this.framework=!1,this.framework_fields=!1,this.column_resize_obj=!1,this.column_size_value=0,this.column_size_value_old=0,this.offset_value=0,this.offset_value_old=0,this.dragged_field=null,this.dragged_field_in_section=null,this.dragged_section=null,this.dragged_section_in_group=null,this.dragging=!1,this.next_sibling_id_old=null,this.section_id_old=null,this.group_id_old=null,this.section_repeatable_dragged=!1,this.section_repeatable_indexes={},this.checksum=!1,this.checksum_setTimeout=!1,this.published_checksum="",this.recaptchas=[],this.recaptchas_v2_default=[],this.recaptchas_v2_invisible=[],this.recaptchas_v3_default=[],this.recaptchas_conditions=[],this.timeout_recaptcha=3e4,this.hcaptchas=[],this.hcaptchas_default=[],this.hcaptchas_invisible=[],this.hcaptchas_conditions=[],this.timeout_hcaptcha=3e4,this.turnstiles=[],this.turnstiles_default=[],this.turnstiles_conditions=[],this.timeout_turnstile=3e4,this.form_events_reset=[],this.keydown=[],this.timeout_interval=100,this.api_call_queue=[],this.api_call_queue_running=!1,this.number_to_word=["nought","one","two","three","four","five","six","seven","eight","nine","ten","eleven","twelve","thirteen","fourteen","fifteen","sixteen","seventeen","eighteen","nineteen","twenty"],this.label_old="",this.submit=!1,this.action_js=[],this.form_draft=!1,this.submit_auto_populate=!1,this.form_id_prefix="wsf-",this.field_name_prefix=ws_form_settings.field_prefix,this.meta_key_options_cache=[],this.options_action_objects=[],this.options_action_cache=[],this.sidebar_conditions=[],this.sidebar_expanded_obj=!1,this.sidebar_lock_count=0,this.touch_device="ontouchend"in document,this.hash="",this.token="",this.token_validated=!1,this.form_post_locked=!1,this.form_post_lock_start=0,this.form_post_lock_duration_max=1e3,this.form_loader_showing=!1,this.form_loader_show_start=0,this.form_loader_show_duration_max=this.form_post_lock_duration_max,this.form_loader_timeout_id=!1,this.field_required_bypass=[],this.form_valid=!1,this.form_valid_old=null,this.form_validation_real_time_hooks=[],this.form_action_custom=!1,this.form_ajax=!0,this.object_focus=!1,this.field_type_click_drag_check=!1,this.section_id_click_drag_check=!1,this.password_strength_status=0,this.cascade_cache=[],this.select_ajax_cache=[],this.preview_window=void 0,this.file_frame=!1,this.file_frame_input_obj=!1,this.api_call_handle=[],this.visual_builder=!1,this.form_bypass_enabled=!1,this.action_js_process_validation_focus=!0,this.action_ga=!1,this.form_stat_add_lock=!1,this.form_geo_cache=!1,this.form_geo_cache_request=!1,this.form_geo_stack=[]},e.WS_Form.prototype.render=function(t){var a=this;void 0===t&&this.error("error_attributes"),void 0===t.obj&&this.error("error_attributes_obj"),void 0===t.form_id&&this.error("error_attributes_form_id"),this.form_canvas_obj=t.obj instanceof e?t.obj:e(t.obj),this.form_obj_id=this.form_canvas_obj.attr("id"),this.form_id=parseInt(t.form_id,10),0!==this.form_id&&(this.form_instance_id=parseInt(this.form_canvas_obj.attr("data-instance-id"),10),0!==this.form_instance_id&&(this.form_id_prefix=this.is_admin?"wsf-":"wsf-"+this.form_instance_id+"-",this.form_id_prefix_function=this.is_admin?"wsf_":"wsf_"+this.form_instance_id+"_",this.form_obj=this.form_canvas_obj.closest("form"),this.form_obj.length?this.form_obj.attr("novalidate",""):this.form_obj=this.form_canvas_obj,this.form_obj[0]!=this.form_canvas_obj[0]&&(this.form_obj.hasClass("wsf-form")||this.form_obj.addClass("wsf-form"),this.form_canvas_obj.hasClass("wsf-form")&&this.form_canvas_obj.removeClass("wsf-form")),this.form_canvas_obj.html(""),this.get_configuration(function(){a.get_form(function(){a.init()})})))},e.WS_Form.configured=!1,e.WS_Form.css_rendered=!1,e.WS_Form.settings_plugin,e.WS_Form.settings_form=null,e.WS_Form.frameworks,e.WS_Form.parse_variables,e.WS_Form.parse_variable_help,e.WS_Form.parse_variable_repairable,e.WS_Form.actions,e.WS_Form.field_types,e.WS_Form.field_type_cache=[],e.WS_Form.file_types,e.WS_Form.meta_keys,e.WS_Form.meta_keys_required_setting=[],e.WS_Form.breakpoints,e.WS_Form.data_sources,e.WS_Form.templates_section,e.WS_Form.prototype.get_configuration=function(t,a,r){if(void 0===a&&(a=!1),void 0===r&&(r=!1),this.options_action_cache=[],r||this.loader_on(),!e.WS_Form.configured||a)if("undefined"==typeof wsf_form_json_config){var i=this;this.api_call("config","GET",!1,function(e){i.set_configuration(e.data),window.wsf_form_json_config=e.data,"function"==typeof t&&t()},!1,r)}else this.set_configuration(wsf_form_json_config),"function"==typeof t&&t();else"function"==typeof t&&t()},e.WS_Form.prototype.set_configuration=function(t){e.WS_Form.settings_plugin=t.settings_plugin,e.WS_Form.settings_form=t.settings_form,e.WS_Form.frameworks=t.frameworks,e.WS_Form.field_types=t.field_types,e.WS_Form.file_types=t.file_types,e.WS_Form.meta_keys=t.meta_keys,e.WS_Form.parse_variables=t.parse_variables,e.WS_Form.parse_variables_repairable=t.parse_variables_repairable,e.WS_Form.parse_variable_help=t.parse_variable_help,e.WS_Form.actions=t.actions,e.WS_Form.data_sources=t.data_sources,e.WS_Form.templates_section=t.templates_section,this.field_type_cache_build(),e.WS_Form.configured=!0},e.WS_Form.prototype.get_form=function(t){if(0==this.form_id)return this.error("error_form_id"),void this.loader_off();if(e("#"+this.form_obj_id).attr("data-id",this.form_id),"undefined"==typeof wsf_form_json||void 0===wsf_form_json[this.form_id]){var a=this;this.api_call("form/"+this.form_id+"/full","GET",!1,function(e){a.form=e.form,void 0===window.wsf_form_json&&(window.wsf_form_json=[]),window.wsf_form_json[a.form_id]=e.form,a.data_cache_build(),"function"==typeof t&&t(),a.loader_off()})}else this.form=wsf_form_json[this.form_id],this.data_cache_build(),"function"==typeof t&&t(),this.loader_off()},e.WS_Form.prototype.form_build=function(){if(this.timer_start=new Date,this.form_canvas_obj.children().not(".wsf-loader").remove(),this.form_canvas_obj.append(this.get_form_html(this.form)),!this.is_admin){var e=this.get_object_meta_value(this.form,"class_form_wrapper","");if(""!=e){var t=this.form_canvas_obj.attr("class");t+=" "+e.trim(),this.form_canvas_obj.attr("class",t)}}this.form_render(),this.timer_duration=new Date-this.timer_start},e.WS_Form.prototype.get_framework=function(){var t=this.is_admin?"ws-form":e.WS_Form.settings_plugin.framework;return e.WS_Form.frameworks.types[t]},e.WS_Form.prototype.get_form_html=function(e){if(void 0===e)return"";if(void 0===e.groups)return"";var t=this.get_framework().form[this.is_admin?"admin":"public"],a=this.esc_html(e.label);if(!this.is_admin&&"on"==this.get_object_meta_value(e,"label_render","on"))var r=this.is_admin?"":this.get_object_meta_value(this.form,"label_mask_form",""),i=""!=r?r:void 0!==t.mask_label?t.mask_label:"",s={label:a},_=this.mask_parse(i,s);else _="";var o=this.get_tabs_html(e);o+=this.get_groups_html(e.groups);i=t.mask_single,s={form:o,id:this.form_id_prefix+"tabs",label:_};return this.comment_html("Form: "+a)+this.mask_parse(i,s)+this.comment_html("Form: "+a,!0)},e.WS_Form.prototype.get_tabs_html=function(e){if(void 0===e.groups)return"";var t=e.groups,a=Object.keys(t).length;if(1==a&&!this.is_admin)return"";var r="",i=this.get_framework().tabs[this.is_admin?"admin":"public"],s=this.get_object_meta_value(this.form,"cookie_tab_index")?this.cookie_get("tab_index",0):0;if(a>1||this.is_admin){for(var _ in t)if(t.hasOwnProperty(_)){var o=t[_];r+=this.get_tab_html(o,_,s==_)}var l="";if(!this.is_admin)this.get_object_meta_value(e,"tabs_hide",!1)&&(l+=' style="display: none;"');var n=["wsf-group-tabs"];if(!this.is_admin){var c=this.get_object_meta_value(e,"class_tabs_wrapper",!1);""!=c&&n.push(c.trim())}var d=i.mask_wrapper,p={attributes:l,class:n.join(" "),tabs:r,id:this.form_id_prefix+"tabs"};return this.comment_html(this.language("comment_group_tabs"))+this.mask_parse(d,p)+this.comment_html(this.language("comment_group_tabs"),!0)}return""},e.WS_Form.prototype.get_tab_html=function(e,t,a){void 0===t&&(t=0),void 0===a&&(a=!1);var r=this.get_framework().tabs[this.is_admin?"admin":"public"],i=this.esc_html(e.label),s="";!this.is_admin&&"on"==this.get_object_meta_value(e,"hidden","")&&(s=' style="display: none;" data-wsf-group-hidden');var _=r.mask_single,o={attributes:s,data_id:e.id,href:"#"+this.form_id_prefix+"group-"+e.id,label:i};return a&&void 0!==r.active?o.active=r.active:o.active="",this.mask_parse(_,o)},e.WS_Form.prototype.get_groups_html=function(t){if(void 0===t)return"";var a=Object.keys(t).length,r=this.get_framework().groups[this.is_admin?"admin":"public"],i=this.get_object_meta_value(this.form,"cookie_tab_index")?this.cookie_get("tab_index",0):0,s="",_=this.is_admin||a>1,o=0;for(var l in t)if(t.hasOwnProperty(l)){var n=t[l];s+=this.get_group_html(n,l==i,_,o++)}var c=_?r.mask_wrapper:"#groups",d={class:["wsf-groups"].join(" "),column_count:e.WS_Form.settings_plugin.framework_column_count,groups:s,id:this.form_id_prefix+"tabs"};return(_?this.comment_html(this.language("comment_groups")):"")+this.mask_parse(c,d)+(_?this.comment_html(this.language("comment_groups"),!0):"")},e.WS_Form.prototype.get_group_html=function(t,a,r,i){void 0===a&&(a=!1),void 0===r&&(r=!0);var s=this.get_framework().groups[this.is_admin?"admin":"public"],_=this.esc_html(t.id),o=this.esc_html(t.label);if(!this.is_admin&&"on"==this.get_object_meta_value(t,"label_render","on"))var l=this.is_admin?"":this.get_object_meta_value(this.form,"label_mask_group",""),n=""!=l?l:void 0!==s.mask_label?s.mask_label:"",c={label:o},d=this.mask_parse(n,c);else d="";var p,f=this.get_sections_html(t),u=[];(void 0!==s.class&&u.push(s.class),this.is_admin)||(""!=(p=this.get_object_meta_value(this.form,"class_group_wrapper",""))&&u.push(p.trim()),""!=(p=this.get_object_meta_value(t,"class_group_wrapper",""))&&u.push(p.trim()));a&&void 0!==s.class_active&&u.push(s.class_active);var h=[];this.is_admin||!this.is_admin&&"on"==this.get_object_meta_value(t,"hidden","")&&h.push("data-wsf-group-hidden");n=r?s.mask_single:"#group",c={attributes:(h.length>0?" ":"")+h.join(" "),class:u.join(" "),column_count:e.WS_Form.settings_plugin.framework_column_count,data_id:t.id,data_group_index:i,group:f,id:this.form_id_prefix+"group-"+_,label:d};return(r?this.comment_html(this.language("comment_group")+": "+o):"")+this.mask_parse(n,c)+(r?this.comment_html(this.language("comment_group")+": "+o,!0):"")},e.WS_Form.prototype.get_sections_html=function(t){var a="",r=this.get_framework().sections[this.is_admin?"admin":"public"],i=(t.id,t.sections),s={};if("object"==typeof this.submit?void 0!==this.submit.section_repeatable&&(s=this.submit.section_repeatable):!1!==this.submit_auto_populate&&void 0!==this.submit_auto_populate.section_repeatable&&(s=this.submit_auto_populate.section_repeatable),void 0===i)return"";for(var _ in i)if(i.hasOwnProperty(_)){var o=i[_],l="section_"+o.id,n=!1!==s&&void 0!==s[l]&&void 0!==s[l].index?s[l].index:[!1];for(var c in n)if(n.hasOwnProperty(c)){var d=n[c];a+=this.get_section_html(o,d)}}var p=r.mask_wrapper,f={class:"wsf-sections",column_count:e.WS_Form.settings_plugin.framework_column_count,data_id:t.id,sections:a,id:this.form_id_prefix+"sections-"+t.id};return this.comment_html(this.language("comment_sections"))+this.mask_parse(p,f)+this.comment_html(this.language("comment_sections"),!0)},e.WS_Form.prototype.get_section_html=function(t,a){void 0===a&&(a=!1);var r=!1;if(!this.is_admin&&((r="on"==this.get_object_meta_value(t,"section_repeatable",""))&&!1===a)){a=0;do{a++}while(e("#"+this.form_id_prefix+"section-"+t.id+"-repeat-"+a).length)}var i=[],s=this.get_framework().sections[this.is_admin?"admin":"public"],_=this.column_class_array(t);if(r&&!this.is_admin&&(i.push("data-repeatable"),i.push('data-repeatable-index="'+this.esc_attr(a)+'"')),void 0!==s.class_single&&(_=_.concat(s.class_single)),!this.is_admin){var o;""!=(o=this.get_object_meta_value(this.form,"class_section_wrapper",""))&&_.push(o.trim()),""!=(o=this.get_object_meta_value(t,"class_section_wrapper",""))&&_.push(o.trim());var l=this.get_object_meta_value(t,"class_single_vertical_align","");if(l){var n=this.get_field_value_fallback(!1,!1,"class_single_vertical_align");void 0!==n[l]&&_.push(n[l])}var c=this.get_object_meta_value(t,"validate_inline","");if(""!=c){var d=void 0!==this.framework.fields.public.class_form_validated?this.framework.fields.public.class_form_validated:[];switch(c){case"on":this.is_iterable(d)?_.push(...d):_.push(d);break;case"change_blur":i.push('data-wsf-section-validated-class="'+d.join(" ")+'"')}}var p=this.get_object_meta_value(this.form,"conversational",!1),f=this.get_object_meta_value(t,"conversational_full_height_section",!1);p&&f&&_.push("wsf-form-conversational-section-full-height")}var u=this.esc_html(t.label);if(this.is_admin||"on"==this.get_object_meta_value(t,"label_render","on"))var h=this.is_admin?"":this.get_object_meta_value(this.form,"label_mask_section",""),m=""!=h?h:void 0!==s.mask_label?s.mask_label:"",v={label:u},b=this.mask_parse(m,v);else b="";this.is_admin||("on"==this.get_object_meta_value(t,"disabled_section","")&&i.push('disabled aria-disabled="true"'),"on"==this.get_object_meta_value(t,"hidden_section","")&&i.push('style="display: none;" aria-live="polite" aria-hidden="true"'));var g=this.get_fields_html(t,a);m=s.mask_single,v={attributes:(i.length>0?" ":"")+i.join(" "),class:_.join(" "),column_count:e.WS_Form.settings_plugin.framework_column_count,data_id:t.id,id:this.form_id_prefix+"section-"+t.id+(a?"-repeat-"+a:""),label:b,section:g,section_id:e.WS_Form.settings_plugin.helper_section_id?'<span class="wsf-section-id">'+this.language("id")+": "+t.id+"</span>":""};return this.comment_html(this.language("comment_section")+": "+u)+this.mask_parse(m,v)+this.comment_html(this.language("comment_section")+": "+u,!0)},e.WS_Form.prototype.get_fields_html=function(t,a){var r="on"==this.get_object_meta_value(t,"section_repeatable","");void 0===a&&(a=!!r&&0);var i="",s=this.get_framework().fields[this.is_admin?"admin":"public"],_=(t.id,t.fields),o=this.esc_html(t.label);if(!this.is_admin&&"on"==this.get_object_meta_value(t,"label_render","on"))var l=this.is_admin?"":this.get_object_meta_value(this.form,"label_mask_section",""),n=""!=l?l:void 0!==s.mask_wrapper_label?s.mask_wrapper_label:"",c={label:o},d=this.mask_parse(n,c);else d="";if(void 0===_)return"";for(var p in _)if(_.hasOwnProperty(p)){var f=_[p];i+=this.get_field_html(f,a)}n=s.mask_wrapper,c={column_count:e.WS_Form.settings_plugin.framework_column_count,data_id:t.id,fields:i,id:this.form_id_prefix+"fields-"+t.id,label:d};return this.comment_html(this.language("comment_fields"))+this.mask_parse(n,c)+this.comment_html(this.language("comment_fields"),!0)},e.WS_Form.prototype.value_populate_process=function(t,a){if(null===t)return"";switch(a.type){case"datetime":return"function"==typeof this.get_date_by_type?this.get_date_by_type(t,a):"";case"select":case"checkbox":case"radio":case"price_select":case"price_checkbox":case"price_radio":return Array.isArray(t)?t.map(function(e){return e?e.toString():""}):t;case"quantity":var r=e.WS_Form.settings_plugin.price_decimal_separator;return"."!==r&&-1!==t.indexOf(r)&&(t=this.get_number(t)),t;default:return this.esc_html(t)}},e.WS_Form.prototype.get_field_html=function(t,a){void 0===a&&(a=!1);var r=[];!1!==a&&r.push('data-repeatable-index="'+this.esc_attr(a)+'"');var i=this.get_framework().fields[this.is_admin?"admin":"public"];this.is_admin||"on"==this.get_object_meta_value(t,"hidden","")&&r.push('style="display: none;" aria-live="polite" aria-hidden="true"');var s=this.column_class_array(t),_=this.get_object_meta_value(t,"sub_type",!1);""==_&&(_=!1);var o=this.get_field_value_fallback(t.type,!1,"class_single",!1,i,_);if(!1!==o&&(s=s.concat(o)),!this.is_admin){var l;""!=(l=this.get_object_meta_value(this.form,"class_field_wrapper",""))&&s.push(l.trim()),""!=(l=this.get_object_meta_value(t,"class_field_wrapper",""))&&s.push(l.trim());var n=this.get_object_meta_value(t,"class_single_vertical_align","");if(n){var c=this.get_field_value_fallback(t.type,!1,"class_single_vertical_align",!1,i,_);void 0!==c[n]&&s.push(c[n])}var d=this.get_object_meta_value(t,"validate_inline","");if(""!=d){var p=void 0!==this.framework.fields.public.class_form_validated?this.framework.fields.public.class_form_validated:[];switch(d){case"on":this.is_iterable(p)?s.push(...p):s.push(p);break;case"change_blur":r.push('data-wsf-field-validated-class="'+p.join(" ")+'"')}}}var f=!1!==a?"_"+a:"",u=ws_form_settings.field_prefix+t.id+f;if("object"==typeof this.submit){if(void 0!==this.submit.meta&&void 0!==this.submit.meta[u]&&void 0!==this.submit.meta[u].value&&null!==this.submit.meta[u].value){var h=this.submit.meta[u].value;h=this.value_populate_process(h,t)}}else if(!1!==this.submit_auto_populate&&void 0!==this.submit_auto_populate.data&&void 0!==this.submit_auto_populate.data[u]&&null!==this.submit_auto_populate.data[u]){h=this.submit_auto_populate.data[u];h=this.value_populate_process(h,t)}var m=this.is_admin?"":this.get_field_html_single(t,h,!1,a),v=this.esc_html(t.label);if(void 0===e.WS_Form.field_type_cache[t.type])return"";var b=e.WS_Form.field_type_cache[t.type];if(void 0!==b.pro_required&&b.pro_required)return"";if(!this.is_admin&&(void 0!==b.mask_wrappers_drop&&b.mask_wrappers_drop))var g="#field";else g=this.get_field_value_fallback(t.type,!1,"mask_single",!1,i,_);switch(t.type){case"checkbox":case"price_checkbox":var y=this.get_object_meta_value(t,"checkbox_min",!1),k=this.get_object_meta_value(t,"checkbox_max",!1),w=this.get_object_meta_value(t,"select_all",!1);if(!1===y&&!1===k)break;!1!==y&&(y=parseInt(y,10))>0&&r.push('data-checkbox-min="'+this.esc_attr(y)+'"'),!1===k||w||(k=parseInt(k,10))>=0&&r.push('data-checkbox-max="'+this.esc_attr(k)+'"');break;case"select":case"price_select":var x=this.get_object_meta_value(t,"select_min",!1),j=this.get_object_meta_value(t,"select_max",!1);if(!1===x&&!1===j)break;!1!==x&&(x=parseInt(x,10))>0&&r.push('data-select-min="'+this.esc_attr(x)+'"'),!1!==j&&(j=parseInt(j,10))>=0&&r.push('data-select-max="'+this.esc_attr(j)+'"')}var S={attributes:(r.length>0?" ":"")+r.join(" "),class:s.join(" "),data_id:t.id,field:m,id:this.get_part_id(t.id,a,"field-wrapper"),type:t.type};return this.comment_html(this.language("comment_field")+": "+v)+this.mask_parse(g,S)+this.comment_html(this.language("comment_field")+": "+v,!0)},e.WS_Form.prototype.field_type_cache_build=function(){if(this.is_admin||(e.WS_Form.field_type_cache=e.WS_Form.field_types),e.WS_Form.field_type_cache.length>0)return!0;for(var t in e.WS_Form.field_types){var a=e.WS_Form.field_types[t].types;for(var r in a)e.WS_Form.field_type_cache[r]=a[r]}},e.WS_Form.prototype.esc_html=function(e,t){if("string"!=typeof e)return e;switch(void 0===t&&(t=!1),typeof e){case"string":e=this.esc_html_do(e,t);break;case"object":for(var a in e)e.hasOwnProperty(a)&&"string"==typeof e[a]&&(e[a]=this.esc_html_do(e[a],t))}return e},e.WS_Form.prototype.esc_html_do=function(e,t){void 0===t&&(t=!1);var a=this.replace_all(e,"&","&#38;");return a=this.replace_all(a,"<","&lt;"),a=this.replace_all(a,">","&gt;"),a=this.replace_all(a,'"',"&quot;"),t&&(a=this.replace_all(a,"\n","&#13;")),a},e.WS_Form.prototype.esc_attr=function(e,t){if("string"!=typeof e)return e;void 0===t&&(t=!1);var a=this.replace_all(e,"&","&amp;");return a=this.replace_all(a,"<","&lt;"),a=this.replace_all(a,">","&gt;"),a=this.replace_all(a,"'","&apos;"),a=this.replace_all(a,'"',"&quot;"),t&&(a=this.replace_all(a,"\n","&#13;")),a},e.WS_Form.prototype.esc_selector=function(e){if("string"!=typeof e)return e;var t=this.replace_all(e,'"','\\"');return t=this.replace_all(t,"'","\\'"),t=this.replace_all(t,"[","\\["),t=this.replace_all(t,"]","\\]"),t=this.replace_all(t,",","\\,"),t=this.replace_all(t,"=","\\=")},e.WS_Form.prototype.html_strip=function(e){switch(typeof e){case"string":e=this.html_strip_do(e);break;case"object":for(var t in e)e.hasOwnProperty(t)&&"string"==typeof e[t]&&(e[t]=this.html_strip_do(e[t]))}return e},e.WS_Form.prototype.html_strip_do=function(e){return this.esc_html(e.replace(/<[^>]*>/g,""))},e.WS_Form.prototype.js_string_encode=function(e){return"string"!=typeof e?e:this.replace_all(e,"'","\\'")},e.WS_Form.prototype.loader_on=function(){e("#wsf-loader").addClass("wsf-loader-on")},e.WS_Form.prototype.loader_off=function(){e("#wsf-loader").removeClass("wsf-loader-on")},e.WS_Form.prototype.comment_html=function(t,a){return void 0===a&&(a=!1),e.WS_Form.settings_plugin.comments_html?"\x3c!-- "+(a?"/":"")+t+" --\x3e\n"+(a?"\n":""):""},e.WS_Form.prototype.comment_css=function(t){return e.WS_Form.settings_plugin.comments_css?"\t/* "+t+" */\n":""},e.WS_Form.prototype.get_object_value=function(e,t,a){return void 0===a&&(a=!1),void 0===e?a:void 0===e[t]?a:e[t]},e.WS_Form.prototype.get_field_value_fallback=function(e,t,a,r,i,s){if(void 0===r&&(r=!1),i||(i=this.framework_fields),void 0===s&&(s=!1),!1===s)return this.get_field_value_fallback_process(e,t,a,r,i);if((_=this.get_field_value_fallback_process(e,t,a+"_"+s,r,i))===r)var _=this.get_field_value_fallback_process(e,t,a,r,i);return _},e.WS_Form.prototype.get_field_value_fallback_process=function(t,a,r,i,s){var _=s,o=e.WS_Form.field_type_cache[t];if(!1!==a){if(!(void 0===_||void 0===_[a]||void 0===_[a].field_types||void 0===_[a].field_types[t]||void 0===_[a].field_types[t][r]))return _[a].field_types[t][r];if(!(void 0===_||void 0===_[a]||void 0===_[a][r]))return _[a][r]}return void 0===_||void 0===_.field_types||void 0===_.field_types[t]||void 0===_.field_types[t][r]?void 0===_||void 0===_[r]?void 0===o?i:void 0===o[r]?i:o[r]:_[r]:_.field_types[t][r]},e.WS_Form.prototype.get_object_data=function(e,t,a){switch(void 0===a&&(a=!1),e){case"form":return a?this.object_data_scratch:this.form;case"group":return a?this.object_data_scratch:this.group_data_cache[t];case"section":return a?this.object_data_scratch:this.section_data_cache[t];case"field":return a?this.object_data_scratch:this.field_data_cache[t];case"action":return this.action}return!1},e.WS_Form.prototype.get_object_meta=function(t,a){switch(t){case"form":var r=e.WS_Form.settings_form.sidebars.form.meta;break;case"group":r=e.WS_Form.settings_form.sidebars.group.meta;break;case"section":r=e.WS_Form.settings_form.sidebars.section.meta;break;case"field":var i=this.field_data_cache[a];r=e.WS_Form.field_type_cache[i.type]}return r},e.WS_Form.prototype.get_object_meta_value=function(e,t,a,r,i){if(void 0===a&&(a=!1),void 0===r&&(r=!1),void 0===i&&(i=!1),void 0===e)return a;if(void 0===e.meta)return a;if(void 0===e.meta[t]){if(!r)return a;this.set_object_meta_value(e,t,a)}return i&&"string"==typeof e.meta[t]?this.parse_variables_process(e.meta[t]).output:e.meta[t]},e.WS_Form.prototype.has_object_meta_key=function(e,t){return void 0!==e&&void 0!==e.meta&&void 0!==e.meta[t]&&""!=e.meta[t]},e.WS_Form.prototype.parse_variables_process=function(t,a,r,i,s,_,o,l,n,c){var d=this;if("string"!=typeof t)return this.parse_variables_process_error(t);if(-1==t.indexOf("#"))return this.parse_variables_process_error(t);void 0===a&&(a=!1),void 0===r&&(r=!1);var p="calc"===r;void 0===i&&(i=!1),void 0===s&&(s=!1),void 0===_&&(_=!0),void 0===o&&(o=!1),void 0===l&&(l=1),void 0===n&&(n=t),void 0===c&&(c=i);var f={},u={},h=[];if(l>100)return this.error("error_parse_variable_syntax_error_depth","","error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_depth"));for(var m in e.WS_Form.parse_variables)if(e.WS_Form.parse_variables.hasOwnProperty(m)){var v=e.WS_Form.parse_variables[m],b=!1;for(var g in v.var_lookups)if(v.var_lookups.hasOwnProperty(g)&&-1!==t.indexOf(v.var_lookups[g])){b=!0;break}if(b)for(var y in v.variables)if(v.variables.hasOwnProperty(y)&&-1!==t.indexOf("#"+y)){var k=v.variables[y],w=void 0!==k.value&&k.value,x="object"==typeof k.attributes&&k.attributes,j=void 0!==k.single_parse&&k.single_parse;if(!1!==x||!1===w){if(("object"==typeof k.attributes?k.attributes.length:0)>0){var S=0;do{var F=t.indexOf("#"+y,S);if(-1!==F){var W=-1,O=-1,M=t.substring(F+y.length+1);if("("===M.substring(0,1)&&(W=F+y.length+1,-1!==(O=this.get_bracket_finish_index(M))&&(O+=W)),-1===W||-1===O){S+=y.length+1,N="#"+y;var I=[]}else{S=O;var P=t.substr(W+1,O-1-W),N=t.substr(F,O+1-F),D=void 0!==k.attribute_separator?k.attribute_separator:",";I=this.string_to_attributes(P,D)}for(var q in x)if(x.hasOwnProperty(q)){var T=x[q],z=T.id,C=void 0!==I[q];if((void 0===T.required||T.required)&&!C)return this.error("error_parse_variable_syntax_error_attribute","#"+y+" (Expected "+z+")","error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_attribute","#"+y+" (Expected "+z+")"));var $=void 0!==T.default&&T.default;if(!1===$||C||(I[q]=$),void 0===T.trim||T.trim){var A=I[q];"string"==typeof A&&(I[q]=A.trim())}var E=void 0!==T.valid&&T.valid;if(!1!==E&&!E.includes(I[q]))return this.error("error_parse_variable_syntax_error_attribute_invalid","#"+y+" (Expected "+E.join(", ")+")","error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_attribute_invalid","#"+y+" (Expected "+E.join(", ")+")"))}var Y="",U=!0;switch(y){case"tab_label":if(isNaN(I[0]))return this.error("error_parse_variable_syntax_error_group_id",I[0],"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_group_id",I[0]));var R=parseInt(I[0],10);if(void 0===this.group_data_cache[R]||void 0===this.group_data_cache[R].label)return this.error("error_parse_variable_syntax_error_group_id",R,"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_group_id",R));Y=this.group_data_cache[R].label;break;case"section_label":if(isNaN(I[0]))return this.error("error_parse_variable_syntax_error_section_id",I[0],"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_section_id",I[0]));var L=parseInt(I[0],10);if(void 0===this.section_data_cache[L]||void 0===this.section_data_cache[L].label)return this.error("error_parse_variable_syntax_error_section_id",L,"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_section_id",L));Y=this.section_data_cache[L].label;break;case"cookie_get":Y=this.cookie_get_raw(I[0]);break;case"session_storage_get":Y=this.session_storage_get_raw(I[0]);break;case"local_storage_get":Y=this.local_storage_get_raw(I[0]);break;case"field_label":if(isNaN(I[0]))return this.error("error_parse_variable_syntax_error_field_id",I[0],"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_field_id",I[0]));var H=parseInt(I[0],10);if(void 0===this.field_data_cache[H]||void 0===this.field_data_cache[H].label)return this.error("error_parse_variable_syntax_error_field_id",H,"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_field_id",H));Y=this.field_data_cache[H].label;break;case"field_min_id":case"field_max_id":case"field_min_value":case"field_max_value":case"field_min_label":case"field_max_label":for(var J=0,G=0,B="",Z=0,Q=0,K="",V=0,X=void 0!==i.section_repeatable_section_id&&parseInt(i.section_repeatable_section_id,10);!isNaN(I[V]);){if(H=parseInt(I[V],10)){if(h.push(H),"object"==typeof this.field_data_cache[H]){var ee=this.field_data_cache[H],te=this.get_field_value(ee,ne);te="object"==typeof te&&void 0!==te[0]?this.get_number(te[0],0,!0):0;var ae=ee.label;0==V?(Z=J=H,Q=G=te,K=B=ae):(te<G&&(J=H,G=te,B=ae),te>Q&&(Z=H,Q=te,K=ae)),V++}}else V++}switch(y){case"field_min_id":Y=J;break;case"field_max_id":Y=Z;break;case"field_min_value":Y=G;break;case"field_max_value":Y=Q;break;case"field_min_label":Y=B;break;case"field_max_label":Y=K}break;case"field":case"field_float":case"field_date_format":case"field_date_offset":case"field_count_word":case"field_count_char":case"ecommerce_field_price":if(isNaN(I[0]))return this.error("error_parse_variable_syntax_error_field_id",I[0],"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_field_id",I[0]));H=parseInt(I[0],10);if(("field_value"===s||!1===s)&&H===parseInt(c.id,10))return this.error("error_parse_variable_syntax_error_self_ref",N,"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_self_ref",N));if(void 0===this.field_data_cache[H])return this.error("error_parse_variable_syntax_error_field_id",H,"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_field_id",H));i.id===c.id&&h.push(H);var re=this.field_data_cache[H];if(void 0===e.WS_Form.field_type_cache[re.type])break;var ie=e.WS_Form.field_type_cache[re.type];if(!1!==r)if(!(ie[r+"_out"],ie[r+"_out"]))return this.error("error_parse_variable_syntax_error_"+r+"_out",re.label+" (ID: "+re.id+")","error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_"+r+"_out",re.label+" (ID: "+re.id+")"));var se=(ie.static,ie.static);if(se){if(!0===se)var _e=void 0!==ie.mask_field_static?ie.mask_field_static:"";else{_e=this.get_object_meta_value(re,se,"");this.wpautop_parse_variable(re,ie)&&(_e=this.wpautop(_e),U=!1)}"object"==typeof(Ye=this.parse_variables_process(_e,a,r,re,s,_,o,l+1,n,c)).fields&&(h=h.concat(Ye.fields)),Y=[Ye.output];break}var oe=void 0!==ie.submit_array&&ie.submit_array,le=void 0!==re.section_repeatable_section_id&&parseInt(re.section_repeatable_section_id,10),ne=(X=void 0!==i.section_repeatable_section_id&&parseInt(i.section_repeatable_section_id,10),a),ce=(Y=!1,void 0!==I[1]?I[1]:","),de=void 0!==I[2]&&I[2];if(!1!==ne&&le===o||!1!==le&&!1!==X)Y=this.get_field_value(re,ne,oe,de);if(!1===Y&&!1!==le&&!1===X)Y=this.get_field_value(re,!0,oe,de);if(!1===Y&&!1===le)Y=this.get_field_value(re,!1,oe,de);if(!1===Y)switch(re.type){case"price_select":case"price_checkbox":case"price_radio":case"select":case"checkbox":case"radio":var pe=this.get_data_source(re);Y=!1!==pe.default_value?pe.default_value:[];break;default:var fe=this.get_object_meta_value(re,"default_value","");"object"==typeof(Ye=this.parse_variables_process(fe,a,r,re,s,_,o,l+1,n,c)).fields&&(h=h.concat(Ye.fields)),Y=[Ye.output]}switch(y){case"field":!1!==de&&(Y=this.get_data_grid_column(Y,re,de));break;case"field_count_char":case"field_count_word":var ue="object"==typeof Y?Y.join(ce):"";if(void 0!==I[1]){var he=/\/(.*)\/(.*)/.exec(I[1]);ue=ue.replace(new RegExp(he[1],he[2]),"")}Y=["field_count_char"==y?ue.length:this.get_word_count(ue)]}if(p)if(Y.length)switch(re.type){case"price_select":case"price_checkbox":case"price_radio":case"price":case"price_subtotal":case"cart_price":case"cart_total":var me=0;for(var ve in Y)Y.hasOwnProperty(ve)&&(me+=this.get_number(Y[ve],0,!0));var be=parseInt(e.WS_Form.settings_plugin.price_decimals,10);Y=this.get_number(me,0,!1,be);break;case"datetime":if(""===Y[0]){Y="";break}var ge=this.get_object_meta_value(re,"input_type_datetime","date");(we=this.get_object_meta_value(re,"format_date",ws_form_settings.date_format))||(we=ws_form_settings.date_format);var ye=this.get_date(Y[0],ge,we);Y=this.get_number(ye.getTime())/1e3;break;default:me=0;for(var ve in Y)Y.hasOwnProperty(ve)&&(me+=d.get_number(Y[ve],0,!1));Y=me}else Y=0;else Y=(Y=e.map(Y,function(e){return d.esc_html(e)})).join(ce),U=!1;switch(y){case"ecommerce_field_price":Y=this.get_price(this.get_number(Y));break;case"field_date_format":if("datetime"!==re.type)return this.error("error_parse_variable_syntax_error_field_date_offset",H,"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_field_date_offset",H));var ke=this.parse_variables_process(Y,a,r,re,s,_,o,l).output;if((xe=this.get_object_meta_value(re,"format_date",ws_form_settings.date_format))||(xe=ws_form_settings.date_format),this.is_integer(ke))Pe=new Date(1e3*parseInt(ke,10));else{ge=this.get_object_meta_value(re,"input_type_datetime","date");Pe=this.get_date(ke,ge,xe)}if(!1!==Pe&&!isNaN(Pe.getTime())){if(void 0!==I[1]&&""!=I[1])var we=I[1];else we=xe;we||(we=ws_form_settings.date_format),Y="function"==typeof this.date_format?this.date_format(Pe,we):""}break;case"field_date_offset":if("datetime"!==re.type)return this.error("error_parse_variable_syntax_error_field_date_offset",H,"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_field_date_offset",H));var xe;ke=this.parse_variables_process(Y,a,r,re,s,_,o,l).output;if((xe=this.get_object_meta_value(re,"format_date",ws_form_settings.date_format))||(xe=ws_form_settings.date_format),this.is_integer(ke))Pe=new Date(1e3*parseInt(ke,10));else{ge=this.get_object_meta_value(re,"input_type_datetime","date");Pe=this.get_date(ke,ge,xe)}if(!1!==Pe&&!isNaN(Pe.getTime())){if((Ne=parseInt(this.parse_variables_process(I[1],a,r,i,s,_,o,l).output,10))&&Pe.setSeconds(Pe.getSeconds()+Ne),void 0!==I[2]&&""!=I[2])we=I[2];else we=xe;we||(we=ws_form_settings.date_format),Y="function"==typeof this.date_format?this.date_format(Pe,we):""}break;case"field_float":Y=this.get_number(Y)}"field"===y&&this.wpautop_parse_variable(re,ie)&&(Y=this.wpautop(Y),U=!1);break;case"ecommerce_price":"object"==typeof(Ye=this.parse_variables_process(I[0],a,r,i,s,_,o,l)).fields&&(h=h.concat(Ye.fields));var je=this.calc_string(Ye.output,n,!1,c,s);Y=this.get_price(je);break;case"number_format":"object"==typeof(Ye=this.parse_variables_process(I[0],a,r,i,s,_,o,l)).fields&&(h=h.concat(Ye.fields));var Se=this.calc_string(Ye.output,n,!1,c,s),Fe=I[1],We=I[2],Oe=I[3];Y=this.number_format(Se,Fe,We,Oe);break;case"select_option_text":if(isNaN(I[0]))return this.error("error_parse_variable_syntax_error_field_id",I[0],"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_field_id",I[0]));H=parseInt(I[0],10);void 0===(ce=I[1])&&(ce=", "),i.id===c.id&&h.push(H);var Me=ws_form_settings.field_prefix+H.toString()+(a?"["+a+"]":"");if((Ie=e('[name="'+this.esc_selector(Me)+'[]"] option:selected',this.form_canvas_obj)).length)Y=e.map(Ie,function(t,a){return e(t).text()}).join(ce);break;case"query_var":Y=this.get_query_var(I[0]);break;case"checkbox_label":case"radio_label":if(isNaN(I[0]))return this.error("error_parse_variable_syntax_error_field_id",I[0],"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_field_id",I[0]));H=parseInt(I[0],10);void 0===(ce=I[1])&&(ce=", "),i.id===c.id&&h.push(H);Me=ws_form_settings.field_prefix+H.toString()+(a?"["+a+"]":"");if((Ie=e('[name="'+this.esc_selector(Me)+'[]"]:checked',this.form_canvas_obj)).length)Y=e.map(Ie,function(t,a){return e('label[for="'+e(t).attr("id")+'"]').text()}).join(ce);break;case"checkbox_count":case"select_count":if(isNaN(I[0]))return this.error("error_parse_variable_syntax_error_field_id",I[0],"error-parse-variables"),this.parse_variables_process_error(this.language("error_parse_variable_syntax_error_field_id",I[0]));H=parseInt(I[0],10);i.id===c.id&&h.push(H);Me=ws_form_settings.field_prefix+H.toString()+(a?"["+a+"]":"");switch(y){case"checkbox_count":var Ie=e('[name="'+this.esc_selector(Me)+'[]"]:checked',this.form_canvas_obj);break;case"select_count":Ie=e('select[name="'+this.esc_selector(Me)+'[]"] option:not([data-placeholder]):selected',this.form_canvas_obj)}Y=Ie?Ie.length:0;break;case"post_date_custom":case"server_date_custom":case"blog_date_custom":var Pe=this.get_new_date(w);if(void 0!==I[1])(Ne=parseInt(this.parse_variables_process(I[1],a,r,i,s,_,o,l).output,10))&&Pe.setSeconds(Pe.getSeconds()+Ne);Y="function"==typeof this.date_format?this.date_format(Pe,I[0]):"";break;case"client_date_custom":var Ne;Pe=new Date;if(void 0!==I[1])(Ne=parseInt(this.parse_variables_process(I[1],a,r,i,s,_,o,l).output,10))&&Pe.setSeconds(Pe.getSeconds()+Ne);Y="function"==typeof this.date_format?this.date_format(Pe,I[0]):"";break;case"random_number":var De=parseInt(this.get_number(I[0]),10),qe=parseInt(this.get_number(I[1]),10);Y=Math.floor(Math.random()*(qe-De+1))+De;break;case"random_string":var Te=parseInt(this.get_number(I[0]),10),ze=I[1],Ce=ze.length;Y="";for(var $e=0;$e<Te;$e++)Y+=ze[Math.floor(Math.random()*Ce)];break;case"abs":case"acos":case"asin":case"atan":case"ceil":case"cos":case"exp":case"floor":case"log":case"negative":case"positive":case"sin":case"sqrt":case"tan":"object"==typeof(Ye=this.parse_variables_process(I[0],a,r,i,s,_,o,l)).fields&&(h=h.concat(Ye.fields));je=this.calc_string(Ye.output,n,!1,c,s);switch(y){case"abs":Y=Math.abs(je);break;case"acos":Y=Math.acos(je);break;case"asin":Y=Math.asin(je);break;case"atan":Y=Math.atan(je);break;case"ceil":Y=Math.ceil(je);break;case"cos":Y=Math.cos(je);break;case"exp":Y=Math.exp(je);break;case"floor":Y=Math.floor(je);break;case"log":Y=Math.log(je);break;case"negative":case"positive":Y="positive"==y?Math.max(0,je):Math.min(0,je);break;case"sin":Y=Math.sin(je);break;case"sqrt":Y=Math.sqrt(je);break;case"tan":Y=Math.tan(je)}break;case"lower":case"upper":case"ucwords":case"ucfirst":case"capitalize":case"sentence":case"wpautop":case"trim":case"slug":if("string"==typeof I[0])switch("object"==typeof(Ye=this.parse_variables_process(I[0],a,r,i,s,_,o,l)).fields&&(h=h.concat(Ye.fields)),Y=Ye.output,y){case"lower":Y=Y.toLowerCase();break;case"upper":Y=Y.toUpperCase();break;case"ucwords":Y=this.ucwords(Y);break;case"ucfirst":Y=this.ucfirst(Y);break;case"capitalize":Y=this.capitalize(Y);break;case"sentence":Y=this.sentence(Y);break;case"wpautop":Y=this.wpautop(Y),U=!1;break;case"trim":Y=Y.trim(),U=!1;break;case"slug":Y=this.get_slug(Y)}break;case"pow":"object"==typeof(Ye=this.parse_variables_process(I[0],a,r,i,s,_,o,l)).fields&&(h=h.concat(Ye.fields));var Ae=this.calc_string(Ye.output,n,Fe,c,s);"object"==typeof(Ye=this.parse_variables_process(I[1],a,r,i,s,_,o,l)).fields&&(h=h.concat(Ye.fields));var Ee=this.calc_string(Ye.output,n,Fe,c,s);Y=Math.pow(Ae,Ee);break;case"round":var Ye=this.parse_variables_process(I[1],a,r,i,s,_,o,l);Fe=this.get_number(Ye.output);"object"==typeof(Ye=this.parse_variables_process(I[0],a,r,i,s,_,o,l)).fields&&(h=h.concat(Ye.fields)),Y=this.calc_string(Ye.output,n,Fe,c,s);break;case"min":case"max":var Ue=[];if(1===I.length)"object"==typeof(Ye=this.parse_variables_process(I[0],a,r,i,s,_,o,l)).fields&&(h=h.concat(Ye.fields)),I=this.string_to_attributes(Ye.output);for(var V in I)if(I.hasOwnProperty(V)){"object"==typeof(Ye=this.parse_variables_process(I[V],a,r,i,s,_,o,l)).fields&&(h=h.concat(Ye.fields));je=this.calc_string(Ye.output,n,!1,c,s);Ue.push(je)}Y=Ue.length>0?"min"==y?Math.min(...Ue):Math.max(...Ue):0;break;case"avg":me=0;if(1===I.length)"object"==typeof(Ye=this.parse_variables_process(I[0],a,r,i,s,_,o,l)).fields&&(h=h.concat(Ye.fields)),I=this.string_to_attributes(Ye.output);for(var V in I){if(I.hasOwnProperty(V))"object"==typeof(Ye=this.parse_variables_process(I[V],a,r,i,s,_,o,l)).fields&&(h=h.concat(Ye.fields)),me+=je=this.calc_string(Ye.output,n,!1,c,s)}Y=me/I.length}!1!==Y&&(U&&(Y=this.esc_html(Y)),j?u[N.substring(1)]=Y:f[N.substring(1)]=Y)}}while(-1!==F);t=this.mask_parse(t,f)}}else f[y]=w}}if(-1!=t.indexOf("form")&&(f.form_id=this.form_id,f.form_instance_id=this.form_instance_id,f.form_obj_id=this.form_obj_id,f.form_label=this.form.label,f.form_checksum=this.form.published_checksum,f.form_framework=this.framework.name),-1!=t.indexOf("section")){f.section_row_index=a;var Re=1;!1===o&&!1!==i&&void 0!==i.section_id&&parseInt(i.section_id,10)>0&&(o=parseInt(i.section_id,10)),"object"==typeof this.section_repeatable_indexes["section_"+o]&&(Re=this.section_repeatable_indexes["section_"+o].indexOf(a.toString())+1)<=0&&(Re=1),f.section_row_number=Re}if(-1!=t.indexOf("submit")&&(f.submit_hash=this.hash),-1!=t.indexOf("client")){var Le=new Date;f.client_time="function"==typeof this.date_format?this.date_format(Le,ws_form_settings.time_format):"",f.client_date="function"==typeof this.date_format?this.date_format(Le,ws_form_settings.date_format):""}-1!=t.indexOf("seconds_epoch_midnight")&&((He=new Date).setHours(0,0,0,0),f.seconds_epoch_midnight=Math.round(He.getTime()/1e3));if(-1!=t.indexOf("seconds_epoch")){var He=new Date;f.seconds_epoch=Math.round(He.getTime()/1e3)}var Je=t;(t=this.mask_parse(t,f),(t=this.mask_parse(t,u,!0))!==Je&&-1!==t.indexOf("#"))&&(t=(Ye=this.parse_variables_process(t,a,r,i,s,_,o,l+1,n,c)).output,"object"==typeof Ye.fields&&(h=h.concat(Ye.fields)));return{output:t,fields:h}},e.WS_Form.prototype.get_data_grid_column=function(t,a,r){if(0===t.length)return t;var i=[];switch(s=a.type){case"select":case"checkbox":case"radio":break;case"price_select":var s="select_price";break;case"price_checkbox":s="checkbox_price";break;case"price_radio":s="radio_price";break;default:return t}var _="data_grid_"+s,o=this.get_object_meta_value(a,s+"_field_value","0"),l=this.get_object_meta_value(a,s+"_field_label","0"),n=this.get_object_meta_value(a,s+"_field_price","0"),c=this.get_object_meta_value(a,s+"_field_parse_variable","0"),d=this.get_object_meta_value(a,s+"_field_wc","0"),p=this.get_object_meta_value(a,_,!1);if(!1===p)return t;if("object"!=typeof p.columns||"object"!=typeof p.groups)return t;var f=0,u=0,h=0,m=p.columns,v=parseInt(r,10);for(var b in m)if(m.hasOwnProperty(b)){var g=m[b];void 0!==g.id&&void 0!==g.label&&(g.id==o&&(f=b),g.id==l&&(u=b),g.id==n&&b,g.id==c&&(h=b),g.id==d&&b,g.label===r&&(v=b))}var y=p.groups;for(var k in y)if(y.hasOwnProperty(k)){var w=y[k];if(void 0!==w.rows){var x=w.rows;for(var j in x)if(x.hasOwnProperty(j)){var S=x[j];if(null!==S&&"object"==typeof S.data){var F=S.data,W=e.extend(!0,[],F);if(void 0!==W[f]&&void 0!==W[v]){var O={data_grid_row_value:W[f],data_grid_row_action_variable:"",data_grid_row_label:""};for(var M in!1!==u&&void 0!==W[u]&&(O.data_grid_row_label=W[u]),!1!==h&&void 0!==W[h]&&(O.data_grid_row_action_variable=W[h]),W)W.hasOwnProperty(M)&&("number"==typeof W[M]&&(W[M]=W[M].toString()),W[M]=this.mask_parse(W[M],O));for(var I in t){if(t.hasOwnProperty(I))if(t[I]===W[f].toString()){if(void 0===S.data[v])continue;i.push(S.data[v])}}}}}}}return i},e.WS_Form.prototype.wpautop_parse_variable=function(e,t){if("on"==this.get_object_meta_value(e,"wpautop_do_not_process",""))return!1;var a=void 0!==t.wpautop_parse_variable&&t.wpautop_parse_variable;if("object"==typeof a){var r=!1;for(var i in a)if(a.hasOwnProperty(i)){var s=a[i];this.get_object_meta_value(e,s.meta_key,"")===s.meta_value&&(r=!0)}a=r}return a},e.WS_Form.prototype.wpautop=function(e,t){void 0===t&&(t=!0);var a=new Map;if(""===e.trim())return"";if((e+="\n").indexOf("<pre")>-1){var r=e.split("</pre>"),i=r.pop();e="",r.forEach(function(t,r){var i=t.indexOf("<pre");if(-1!==i){var s="<pre wp-pre-tag-"+r+"></pre>";a[s]=t.substr(i)+"</pre>",e+=t.substr(0,i)+s}else e+=t}),e+=i}var s="(?:table|thead|tfoot|caption|col|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|form|map|area|blockquote|address|math|style|p|h[1-6]|hr|fieldset|legend|section|article|aside|hgroup|header|footer|nav|figure|figcaption|details|menu|summary)";(e=(e=(e=(e=e.replace(/<br \/>\s*<br \/>/,"\n\n")).replace(new RegExp("(<"+s+"[^>]*>)","gmi"),"\n$1")).replace(new RegExp("(</"+s+">)","gmi"),"$1\n\n")).replace(/\r\n|\r/,"\n")).indexOf("<option")>-1&&(e=(e=e.replace(/\s*<option'/gim,"<option")).replace(/<\/option>\s*/gim,"</option>")),e.indexOf("</object>")>-1&&(e=(e=(e=e.replace(/(<object[^>]*>)\s*/gim,"$1")).replace(/\s*<\/object>/gim,"</object>")).replace(/\s*(<\/?(?:param|embed)[^>]*>)\s*/gim,"$1")),(e.indexOf("<source")>-1||e.indexOf("<track")>-1)&&(e=(e=(e=e.replace(/([<\[](?:audio|video)[^>\]]*[>\]])\s*/gim,"$1")).replace(/\s*([<\[]\/(?:audio|video)[>\]])/gim,"$1")).replace(/\s*(<(?:source|track)[^>]*>)\s*/gim,"$1"));var _=(e=e.replace(/\n\n+/gim,"\n\n")).split(/\n\s*\n/);return e="",_.forEach(function(t){e+="<p>"+t.replace(/^\s+|\s+$/g,"")+"</p>\n"}),e=(e=(e=(e=(e=(e=(e=(e=e.replace(/<p>\s*<\/p>/gim,"")).replace(/<p>([^<]+)<\/(div|address|form)>/gim,"<p>$1</p></$2>")).replace(new RegExp("<p>s*(</?"+s+"[^>]*>)s*</p>","gmi"),"$1",e)).replace(/<p>(<li.+?)<\/p>/gim,"$1")).replace(/<p><blockquote([^>]*)>/gim,"<blockquote$1><p>")).replace(/<\/blockquote><\/p>/gim,"</p></blockquote>")).replace(new RegExp("<p>s*(</?"+s+"[^>]*>)","gmi"),"$1")).replace(new RegExp("(</?"+s+"[^>]*>)s*</p>","gmi"),"$1"),t&&(e=(e=(e=e.replace(/<(script|style)(?:.|\n)*?<\/\\1>/gim,function(e){return e[0].replace("\n","<WPPreserveNewline />")})).replace(/(<br \/>)?\s*\n/gim,"<br />\n")).replace("<WPPreserveNewline />","\n")),e=(e=(e=e.replace(new RegExp("(</?"+s+"[^>]*>)s*<br />","gmi"),"$1")).replace(/<br \/>(\s*<\/?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)[^>]*>)/gim,"$1")).replace(/\n<\/p>$/gim,"</p>"),Object.keys(a).length&&(e=e.replace(new RegExp(Object.keys(a).join("|"),"gi"),function(e){return a[e]})),e},e.WS_Form.prototype.calc_string=function(e,t,a,r,i){try{var s=new Function("return "+e)();return s===1/0&&(s=0),this.get_number(s,0,!1,a)}catch(e){return"object"==typeof r&&void 0!==r.id&&void 0!==r.label&&this.error("error_parse_variable_syntax_error_calc",r.id+" | "+this.esc_html(r.label)+(i?" | "+this.esc_html(i):"")+" | "+e.message+": "+this.esc_html(t)),0}},e.WS_Form.prototype.closing_string_index=function(e,t,a,r){for(var i=1;i>0;){var s=e.indexOf(a,r),_=e.indexOf(t,r);if(-1!==s&&-1!==_&&s<_)r=s+a.length,i++;else{if(!(-1!==_&&i>1)){if(-1!==_&&1===i)break;break}r=_+t.length,i--}}return _},e.WS_Form.prototype.string_to_attributes=function(e,t){if("string"!=typeof e||""==e)return[];"string"!=typeof t&&(t=",");var a=1,r=0,i=!1,s="",_=[];e.replace("“",'"'),e.replace("”",'"');for(var o=e.length;r<o;){var l=e[r];if(void 0===l)break;if(l!==t||1!==a||i)if('"'!==l||1!==a){if(!i){switch(l){case"(":a++;break;case")":a--}if(0===a)break}s+=l,r++}else i||(s=""),i=!i,r++;else _.push(s),s="",r++}return _.push(s),_.length&&(_=_.map(function(e){return e=e.replace(/^"(.+(?="$))"$/,"$1")})),_},e.WS_Form.prototype.get_bracket_finish_index=function(e){if(""===e)return-1;e.replace("“",'"'),e.replace("”",'"');for(var t=1,a=1,r=!1;t>0||a<e.length;){var i=e[a];if(void 0===i)break;if('"'!==i){if(!r){switch(i){case"(":t++;break;case")":t--}if(0===t)break}a++}else r=!r,a++}return 0===t?a:(this.error("error_parse_variable_syntax_error_bracket_closing",e,"error-parse-variables"),-1)},e.WS_Form.prototype.parse_variables_process_error=function(e){return{output:e,functions:[],fields:[]}},e.WS_Form.prototype.get_field_value=function(t,a,r,i){var s=this;if(void 0===a&&(a=!1),void 0===r&&(r=!1),void 0===i&&(i=!1),!1===a){var _='[name="'+this.esc_selector(ws_form_settings.field_prefix+t.id);r&&(_+="[]")}else if(!0===a)_='[name^="'+this.esc_selector(ws_form_settings.field_prefix+t.id)+"[";else{_='[name="'+this.esc_selector(ws_form_settings.field_prefix+t.id+"["+a+"]");r&&(_+="[]")}if(!e(_+='"]').length)return!1;switch(t.type){case"select":case"price_select":_+=" option:selected";break;case"checkbox":case"radio":case"price_checkbox":case"price_radio":_+=":checked"}var o=[];return e(_,this.form_canvas_obj).each(function(){switch(t.type){case"price_select":!1===i?o.push(e(this).attr("data-price")):o.push(e(this).val());break;case"price_checkbox":case"price_radio":!1===i?o.push(e(this).attr("data-price")):o.push(e(this).val());break;case"file":var a=[];switch(e(this).attr("data-file-type")){case"dropzonejs":var r=e(this).closest('[data-type="file"]');if(r){var _=e(".dropzone",r)[0].dropzone;if(_.files)a=_.files}break;default:a=e(this)[0].files}var l=[];for(var n in a)if(a.hasOwnProperty(n)){var c=a[n];l.push(c.name)}o.push(l.join(","));break;case"googlemap":var d=e(this).val();if(!d)break;try{var p=JSON.parse(d)}catch(e){break}void 0!==p.lat&&void 0!==p.lng&&o.push(p.lat+","+p.lng);break;default:p=e(this).val();s.is_iterable(p)?o.push(...p):o.push(p)}}),o},e.WS_Form.prototype.get_data_source=function(t){var a={default_value:[]};t=this.field_data_cache[t.id];if(void 0===e.WS_Form.field_type_cache[t.type])return!1;var r=e.WS_Form.field_type_cache[t.type];if(void 0===r.data_source)return!1;var i=r.data_source;if(void 0===i.type)return!1;switch(a.type=i.type,a.type){case"data_grid":if(void 0===i.id)return!1;a.meta_key_data_grid=i.id,a.meta_key_value_column=(r.datagrid_column_value,r.datagrid_column_value),a.data_grid=this.get_object_meta_value(t,a.meta_key_data_grid,!1),a.value_column_id=this.get_object_meta_value(t,a.meta_key_value_column,!1);var s=(a.data_grid.columns,a.data_grid.columns);for(var _ in a.value_column_index=!1,s)if(s.hasOwnProperty(_)){var o=s[_];if(void 0!==o.id&&o.id==a.value_column_id){a.value_column_index=_;break}}if(!1!==a.value_column_id&&void 0!==a.data_grid.groups){var l=a.data_grid.groups;for(var n in l)if(l.hasOwnProperty(n)){var c=l[n];if(void 0!==c.rows){var d=c.rows;for(var p in d)if(d.hasOwnProperty(p)){var f=d[p];if(null!==f)if(void 0!==f.default&&"on"===f.default){if(void 0===f.data)continue;if(void 0===f.data[a.value_column_index])continue;a.default_value.push(f.data[a.value_column_index])}}}}}}return a},e.WS_Form.prototype.get_query_var=function(e){var t=window.location.href;if(!t)return"";try{e=e.replace(/[\[\]]/g,"\\$&");var a=new RegExp("[?&]"+e+"(=([^&#]*)|&|#|$)").exec(t);if(!a)return"";if(!a[2])return"";try{return decodeURIComponent(a[2].replace(/\+/g," "))}catch(e){return""}}catch(e){return""}},e.WS_Form.prototype.set_object_meta_value=function(e,t,a){return void 0===e?a:void 0===e.meta?a:void(e.meta[t]=a)},e.WS_Form.prototype.column_class_array=function(t,a){void 0===a&&(a="breakpoint");var r=[],i=this.framework.breakpoints,s=this.framework.columns.column_class,_=this.framework.columns.offset_class,o=0,l=0;for(var n in i)if(i.hasOwnProperty(n)){var c=i[n],d=this.get_object_meta_value(t,a+"_size_"+n,"");if(""==d&&(d="0"),0==(d=parseInt(d,10))){if(void 0!==c.column_size_default)switch(c.column_size_default){case"column_count":d=parseInt(e.WS_Form.settings_plugin.framework_column_count,10);break;default:d=parseInt(c.column_size_default,10)}}else d=parseInt(d,10);if(d>0&&d!=o){var p={id:c.id,size_word:void 0===this.number_to_word[d]?d:this.number_to_word[d],size:d};if(void 0!==c.column_class)var f=c.column_class;else f=s;var u=this.mask_parse(f,p);r.push(u),o=d}var h=this.get_object_meta_value(t,a+"_offset_"+n,""),m=!1;if(""!==h&&h!=l){p={id:c.id,offset_word:void 0===this.number_to_word[h]?h:this.number_to_word[h],offset:h};if(void 0!==c.offset_class)var v=c.offset_class;else v=_;u=this.mask_parse(v,p);r.push(u),l=h,m=!0}m&&r.push("wsf-has-offset")}return r},e.WS_Form.prototype.column_classes_render=function(e,t,a){e.closest(".wsf-sections").css("min-height","auto"),e.closest(".wsf-fields").css("min-height","auto"),void 0===a&&(a=!0);for(var r=this.column_class_array(t),i=0;i<r.length;i++)a?e.addClass(r[i]):e.removeClass(r[i])},e.WS_Form.prototype.mask_parse=function(e,t,a){if("string"!=typeof e)return"";void 0===a&&(a=!1);var r=[],i=Object.keys(t);i.sort(function(e,t){if(e===t)return 0;var a=-1!==e.indexOf("("),r=-1!==t.indexOf("(");return a&&r?e<t?1:-1:!a&&r||a&&!r?a<r?1:-1:e<t?1:-1});for(var s=0;s<i.length;s++)r[i[s]]=t[i[s]];for(var _ in t=r)if(t.hasOwnProperty(_)){var o=t[_];e=a?e.replace("#"+_,o):this.replace_all(e,"#"+_,o)}return e},e.WS_Form.prototype.language=function(t,a,r,i){void 0===a&&(a=!1),void 0===r&&(r=!0),void 0===i&&(i=!1);var s="",_="";if("error_language"===t)s="Language reference not found: %s";else if(null!==e.WS_Form.settings_form&&void 0!==e.WS_Form.settings_form.language&&void 0!==e.WS_Form.settings_form.language[t])s=e.WS_Form.settings_form.language[t];return""==s?"error_language"===t||i||this.error("error_language",t):(!1!==a&&(s=this.replace_all(s,"%s",a)),_=r?this.esc_html(s):s),""==_&&(_=""==a?"[LANGUAGE NOT FOUND: "+t+"]":a),_},e.WS_Form.prototype.cookie_set=function(t,a,r,i){void 0===r&&(r=!0),void 0===i&&(i=!0);var s=this.get_object_value(e.WS_Form.settings_plugin,"cookie_prefix");if(!s)return!1;if(""==a){if(""==this.cookie_get(t,""))return!1;(o=new Date).setTime(o.getTime()-864e5);var _="expires="+o.toUTCString()+";"}else if(r){var o,l=this.get_object_value(e.WS_Form.settings_plugin,"cookie_timeout");if(!l)return!1;(o=new Date).setTime(o.getTime()+1e3*l);_=" expires="+o.toUTCString()+";"}else _="";var n=s+"_"+(i?this.form_id+"_":"")+t+"="+a+";"+_+" path=/; SameSite=Strict; Secure";return document.cookie=n,!0},e.WS_Form.prototype.cookie_get=function(t,a,r){void 0===r&&(r=!0);var i=this.get_object_value(e.WS_Form.settings_plugin,"cookie_prefix");return i?(t=i+"_"+(r?this.form_id+"_":"")+t,this.cookie_get_raw(t,a)):a},e.WS_Form.prototype.cookie_get_raw=function(e,t){if(void 0===t&&(t=""),""===e||!document.cookie||"string"!=typeof document.cookie)return t;var a=document.cookie.split(";");e+="=";for(var r=0;r<a.length;r++){for(var i=a[r];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(e)){var s=i.substring(e.length,i.length);try{return decodeURIComponent(s)}catch(e){return s}}}return t},e.WS_Form.prototype.cookie_clear=function(t,a){void 0===a&&(a=!0);var r=this.get_object_value(e.WS_Form.settings_plugin,"cookie_prefix");if(!r)return!1;var i=new Date;i.setTime(i.getTime()-36e5);var s=r+"_"+(a?this.form_id+"_":"")+t+"=''; expires="+i.toUTCString()+"; path=/; SameSite=Strict; Secure";return document.cookie=s,!0},e.WS_Form.prototype.session_storage_get_raw=function(e,t){return void 0===t&&(t=""),""===e||"object"!=typeof sessionStorage||null===sessionStorage.getItem(e)?t:sessionStorage.getItem(e)},e.WS_Form.prototype.local_storage_get_raw=function(e,t){return void 0===t&&(t=""),""===e||"object"!=typeof localStorage||null===localStorage.getItem(e)?t:localStorage.getItem(e)},e.WS_Form.prototype.tabs=function(t,a){void 0===a&&(a={});var r=void 0!==a.selector?a.selector:"li",i=void 0!==a.active?a.active:0,s=void 0!==a.activate&&a.activate,_=this,o=0;t.addClass("wsf-tabs"),e(r,t).each(function(){var t=e(this);t.find('a[href*="#"]:not([href="#"])').each(function(){e(this).attr("data-tab-index",o),e(this).off("click").on("click",function(a){a.preventDefault(),e(this).trigger("wsf-click"),a.stopPropagation(),a.stopImmediatePropagation(),_.tab_show(e(this),t,s)}),o==i&&_.tab_show(e(this),t)}),o++})},e.WS_Form.prototype.tabs_destroy=function(t,a){void 0===a&&(a={});var r=void 0!==a.selector?a.selector:"li";e(r,t).each(function(){e(this).find("a").each(function(){e(this).removeAttr("data-tab-index"),e(this).off("click")})}),t.removeClass("wsf-tabs")},e.WS_Form.prototype.tab_show=function(t,a,r){var i=this;a.siblings().each(function(){var t=e(this).find("a").first();i.tab_hide(t,e(this))}),a.addClass("wsf-tab-active");var s=t.attr("href");(e(s).show(),"function"==typeof r)&&r(t.attr("data-tab-index"));t.trigger("tab_show")},e.WS_Form.prototype.tab_hide=function(t,a){a.removeClass("wsf-tab-active");var r=t.attr("href");e(r).hide()},e.WS_Form.prototype.data_cache_build=function(){if(void 0===this.form)return!1;if(void 0===this.form.groups)return!1;for(var e in this.group_data_cache=[],this.section_data_cache=[],this.field_data_cache=[],this.action_data_cache=[],this.form.groups)if(this.form.groups.hasOwnProperty(e)){var t=this.form.groups[e];this.data_cache_build_group(t)}var a=this.get_object_meta_value(this.form,"action",!1);if(!1!==a&&void 0!==a.groups&&void 0!==a.groups[0]&&"object"==typeof a.groups[0].rows&&0!=a.groups[0].rows.length){var r=a.groups[0].rows;for(var i in r)if(r.hasOwnProperty(i)){var s=r[i];null!==s&&"object"==typeof s&&"object"==typeof s.data&&0!=s.data.length&&(this.action_data_cache[s.id]={label:s.data[0]})}}return!0},e.WS_Form.prototype.data_cache_build_group=function(e){for(var t in this.group_data_cache[e.id]=e,e.sections)if(e.sections.hasOwnProperty(t)){var a=e.sections[t];this.data_cache_build_section(a)}return!0},e.WS_Form.prototype.data_cache_build_section=function(t){this.section_data_cache[t.id]=t;var a=void 0!==t.meta&&void 0!==t.meta.section_repeatable&&"on"==t.meta.section_repeatable;for(var r in t.fields)if(t.fields.hasOwnProperty(r)){var i=t.fields[r];a&&(i.section_repeatable_section_id=t.id),void 0!==e.WS_Form.field_type_cache[i.type]&&(this.field_data_cache[i.id]=i)}return!0},e.WS_Form.prototype.array_randomize=function(e){for(var t=e.length-1;t>0;t--){var a=Math.floor(Math.random()*(t+1)),r=e[t];e[t]=e[a],e[a]=r}return e},e.WS_Form.prototype.get_nice_duration=function(e,t){if(void 0===t&&(t=!0),0==e)return"-";var a=Math.floor(e/3600);if(t)var r=Math.floor(e%3600/60),i=e%60;else r=Math.ceil(e%3600/60);var s=[];return a>0&&s.push(a+" "+(1==a?this.language("hour"):this.language("hours"))),r>0&&s.push(r+" "+(1==r?this.language("minute"):this.language("minutes"))),t&&s.push(i+" "+(1==i?this.language("second"):this.language("seconds"))),s.join(" ")},e.WS_Form.prototype.get_nice_distance=function(e,t){if(0==e)return"-";switch(t){case"IMPERIAL":var a=e/1609;if(a>=1)return Math.floor(a)+" "+(1==a?this.language("mile"):this.language("miles"));var r=3.2808399*e;return Math.floor(r)+" "+(1==r?this.language("feet"):this.language("feets"));default:var i=e/1e3;return i>=1?Math.round(10*i)/10+" "+(1==i?this.language("kilometer"):this.language("kilometers")):Math.round(10*e)/10+" "+(1==e?this.language("meter"):this.language("meters"))}},e.WS_Form.prototype.ucwords=function(e){for(var t=e.split(" "),a=0;a<t.length;a++)t[a]=t[a].charAt(0).toUpperCase()+t[a].slice(1);return t.join(" ")},e.WS_Form.prototype.ucfirst=function(e){var t="";return e.length>0&&(t=e[0].toUpperCase(),e.length>1&&(t+=e.slice(1))),t},e.WS_Form.prototype.capitalize=function(e){return this.ucwords(e.toLowerCase())},e.WS_Form.prototype.sentence=function(e){return this.ucfirst(e.toLowerCase())},e.WS_Form.prototype.get_label_position=function(e){var t=this.get_object_meta_value(e,"sub_type",!1);""==t&&(t=!1);var a=this.get_object_meta_value(e,"label_position","default");return"default"==(a=this.get_field_value_fallback(e.type,!1,"label_position_force",a,!1,t))&&(a=this.get_object_meta_value(this.form,"label_position_form","top")),a},e.WS_Form.prototype.get_help_position=function(e){var t=this.get_object_meta_value(e,"sub_type",!1);""==t&&(t=!1);var a=this.get_object_meta_value(e,"help_position","default");return"default"==(a=this.get_field_value_fallback(e.type,!1,"help_position_force",a,!1,t))&&(a=this.get_object_meta_value(this.form,"help_position_form","bottom")),a},e.WS_Form.prototype.get_form_invalid_feedback_mask=function(){var t=this.get_object_meta_value(this.form,"invalid_feedback_mask","");if(""==t){var a=e.WS_Form.meta_keys.invalid_feedback_mask;return a.p?a.p:a.mask_placeholder}return t},e.WS_Form.prototype.get_invalid_feedback_mask_parsed=function(e,t){return e=this.replace_all(e,"#label_lowercase",t.toLowerCase()),e=this.replace_all(e,"#label",t)},e.WS_Form.prototype.get_field_html_single=function(t,a,r,i){void 0===r&&(r=!1),void 0===i&&(i=!1);var s=[],_=void 0!==a,o=!r,l=!1!==i?"-repeat-"+i:"",n=this.get_part_id(t.id,i),c=this.get_field_name(t.id,i),d=["default","class","input_type_datetime","multiple","min","max","step"],p=["class"];if(void 0===e.WS_Form.field_type_cache[t.type])return"";var f=e.WS_Form.field_type_cache[t.type];if(f.pro_required)return this.language("error_pro_required");if(r)var u=!0;else u=this.get_object_meta_value(t,"label_render",!0);var h=this.get_object_meta_value(t,"sub_type",!1);if(""==h&&(h=!1),this.get_field_value_fallback(t.type,!1,"label_disabled",!1,!1,h)&&(u=!1),void 0!==f.submit_array&&f.submit_array&&(c+="[]"),u&&!r)var m=this.get_label_position(t);else m="top";var v=!1;-1===this.get_framework().label_positions.indexOf(m)&&(m="top");var b=e.extend(!0,[],this.get_field_value_fallback(t.type,m,"mask_field_attributes",[],!1,h)),g=void 0!==f.mask_wrappers_drop&&f.mask_wrappers_drop,y=g?"#field":this.get_field_value_fallback(t.type,m,"mask","#field",!1,h),k=this.get_field_value_fallback(t.type,m,"mask_field","",!1,h);if(r){var w=this.get_field_value_fallback(t.type,m,"mask_field_submit",!1,!1,h);!1!==w&&(k=w)}"left"!=m&&"right"!=m||(k=(k=k.replace("#pre_help","")).replace("#post_help",""));var x=u?this.get_field_value_fallback(t.type,m,"mask_field_label","",!1,h):"",j=this.get_field_value_fallback(t.type,m,"mask_field_label_hide_group",!1,!1,h),S=this.get_field_value_fallback(t.type,m,"mask_help","",!1,h),F=this.get_field_value_fallback(t.type,m,"mask_help_append","",!1,h),W=this.get_field_value_fallback(t.type,m,"mask_help_append_separator","",!1,h),O=this.get_field_value_fallback(t.type,m,"mask_invalid_feedback","",!1,h),M=this.get_object_meta_value(t,"default_value","",!1,!0),I=this.get_object_meta_value(t,"text_editor","",!1,!0),P=this.get_object_meta_value(t,"html_editor","",!1,!0),N=this.get_object_meta_value(t,"dedupe_value_scope","",!1,!0),D=this.get_object_meta_value(t,"hidden_bypass","",!1,!0),q=this.get_object_meta_value(t,"exclude_cart_total","",!1,!0);_||(a="",""!=M&&(a=this.esc_html(M)),""!=I&&(a=I),""!=P&&(a=P));var T=!0,z="";switch(t.type){case"textarea":T=""===this.get_object_meta_value(t,"input_type_textarea","");break;case"select":case"checkbox":case"radio":case"price_select":case"price_checkbox":case"price_radio":a&&(a="string"==typeof a?a.split(",").map(function(e){return e.trim()}):a,_=!0)}var C=T?this.parse_variables_process(this.get_object_meta_value(t,"prepend",""),i,!1,t,"field_prepend",o).output:"";z+=T?this.parse_variables_process(this.get_object_meta_value(t,"append",""),i,!1,t,"field_prepend",o).output:"";var $="";if(!r){var A=[],E=this.get_object_meta_value(this.form,"class_field","",!1,!0);if(""!=E&&A.push(E),""!=($=this.get_object_meta_value(t,"class_field","",!1,!0))&&A.push($),!this.get_object_meta_value(t,"class_field_full_button_remove","")){var Y=this.get_field_value_fallback(t.type,m,"class_field_full_button","",!1,h);"object"==typeof Y&&A.push(Y.join(" "))}if(!(U=this.get_object_meta_value(t,"class_field_button_type",!1)))var U=this.get_field_value_fallback(t.type,m,"class_field_button_type_fallback",!1,!1,h);if(U){var R=this.get_field_value_fallback(t.type,m,"class_field_button_type","",!1,h);void 0!==R[U]&&A.push(R[U])}if(""!==C||""!==z){var L=this.get_field_value_fallback(t.type,m,"class_field_input_group","",!1,h);""!==L&&A.push(L)}var H=void 0!==f.label_inside&&f.label_inside;if(H&&"inside"===m){switch(t.type){case"textarea":var J=this.get_object_meta_value(t,"input_type_textarea",!1);v=!("tinymce"===J||"html"===J);break;case"select":case"price_select":v=!this.get_object_meta_value(t,"select2",!1);break;default:v=!0}v||(m="top")}H||"inside"!==m||(m="top"),v&&(t.meta.placeholder=this.parse_variables_process(t.label,i,!1,t,"field_label",o).output),$=A.join(" ")}var G=parseInt(e.WS_Form.settings_plugin.framework_column_count,10),B=parseInt(this.get_object_meta_value(this.form,"label_column_width_form",3),10),Z=this.get_object_meta_value(t,"label_column_width","default");switch(Z){case"default":case"":Z=B;break;default:Z=parseInt(Z,10)}Z>=G&&(Z=G-1);var Q=G-Z,K={id:n,form_id_prefix:this.form_id_prefix,form_id:this.form_id,form_instance_id:this.form_instance_id,field_id:t.id,name:c,label:this.parse_variables_process(t.label,i,!1,t,"field_label",o).output,value:a,required:this.get_object_meta_value(this.form,"label_required")?'<span class="wsf-required-wrapper"></span>':"",column_width_label:Z,column_width_field:Q,max_upload_size:ws_form_settings.max_upload_size,locale:ws_form_settings.locale,currency:e.WS_Form.settings_plugin.currency},V=this.get_field_value_fallback(t.type,m,"meta_key_parse_variables",[],!1,h);for(var X in V)if(V.hasOwnProperty(X)){var ee=V[X],te=!1!==(at=void 0!==e.WS_Form.meta_keys[ee]&&e.WS_Form.meta_keys[ee])?void 0===at.d?"":at.d:"",ae=this.get_object_meta_value(t,ee,te);"object"==typeof ae&&(ae=JSON.stringify(ae)),ae=this.replace_all(ae,"'","&#39;"),K[ee]=ae}var re=e.extend(!0,{},K);re.label_id=this.get_part_id(t.id,i,"label");var ie=this.get_part_id(t.id,i,"help"),se=""!==(oe=r?"":this.get_object_meta_value(t,"help","",!1,!1)),_e={value:0,character_count:0,character_count_label:"",character_remaining:0,character_remaining_label:"",character_min:0,character_min_label:"",character_max:0,character_max_label:"",word_count:0,word_count_label:"",word_remaining:0,word_remaining_label:"",word_min:0,word_min_label:"",word_max:0,word_max_label:""};oe=this.mask_parse(oe,_e);var oe=this.parse_variables_process(oe,i,!1,t,"field_help",o).output;if(r)switch(t.type){case"range":oe="#value"}var le=this.get_help_position(t),ne=this.get_field_value_fallback(t.type,m,"class_help_"+("bottom"==le?"post":"pre"),[],!1,h);_e.id=n,_e.help_id=ie,_e.help_class=ne.join(" "),_e.help=oe,K.help_class=ne.join(" ");var ce=!r&&this.get_object_meta_value(t,"invalid_feedback_render",!1,!1,!0),de=!1;if(ce){var pe=e.extend(!0,{},K),fe=this.form_id_prefix+"invalid-feedback-"+t.id+l,ue=this.get_field_value_fallback(t.type,m,"class_invalid_feedback",[],!1,h),he=(de=this.get_field_value_fallback(t.type,m,"invalid_feedback_last_row",!1,!1,h),this.get_object_meta_value(t,"invalid_feedback","",!1,!0));""==he&&(he=this.get_form_invalid_feedback_mask()),he=this.get_invalid_feedback_mask_parsed(he,t.label),pe.invalid_feedback_id=fe,pe.invalid_feedback_class=ue.join(" "),pe.invalid_feedback=he,pe.attributes="";var me=this.mask_parse(O,pe)}else fe=!1,me="";if(K.invalid_feedback=me,re.invalid_feedback=me,K.attributes="",r)b=d.filter(function(e){return-1!=b.indexOf(e)});if(b.length>0){var ve=this.get_attributes(t,b,!1,i);K.attributes+=" "+ve.attributes,b=ve.mask_attributes,s=ve.attribute_values}!1!==i&&(K.attributes+=' data-repeatable-index="'+this.esc_attr(i)+'"');var be=this.get_object_meta_value(t,"custom_attributes",!1);if(!1!==be&&"object"==typeof be&&be.length>0)for(var ge in be)if(be.hasOwnProperty(ge)){var ye=be[ge];""!=ye.custom_attribute_name&&(ye.custom_attribute_value=this.parse_variables_process(ye.custom_attribute_value,i,!1,t).output,K.attributes=this.attribute_modify(K.attributes,ye.custom_attribute_name,ye.custom_attribute_value,!0))}var ke=this.get_object_meta_value(t,"orientation",!1);if("grid"==ke)var we=this.get_field_value_fallback(t.type,m,"class_orientation_wrapper",[],!1,h),xe=this.get_field_value_fallback(t.type,m,"class_orientation_row",[],!1,h),je=we.join(" "),Se=this.column_class_array(t,"orientation_breakpoint"),Fe=(Se=xe.concat(Se)).join(" ");re.attributes="";var We=e.extend(!0,[],this.get_field_value_fallback(t.type,m,"mask_field_label_attributes",[],!1,h));if(r)We=p.filter(function(e){return-1!=We.indexOf(e)});if(We.length>0){ve=this.get_attributes(t,We,!1,i);re.attributes+=ve.attributes,We=ve.mask_attributes}var Oe="",Me=this.get_object_value(f,"data_source",!1),Ie=0,Pe=!1!==Me;if(Pe){if(void 0===Me.type)Pe=!1;else var Ne=Me.type;if(void 0===Me.id)Pe=!1;else var De=Me.id}if(Pe){switch(Ne){case"data_grid":var qe=this.get_object_meta_value(t,De,!1)}if(!1===qe&&(Pe=!1),void 0===qe.columns)Pe=!1;else var Te=qe.columns}if(Pe){var ze=this.get_field_value_fallback(t.type,m,"mask_group","",!1,h),Ce=this.get_field_value_fallback(t.type,m,"mask_group_wrapper","",!1,h),$e=this.get_field_value_fallback(t.type,m,"mask_group_label","",!1,h),Ae=this.get_field_value_fallback(t.type,m,"mask_group_always",!1,!1,h),Ee=this.get_field_value_fallback(t.type,m,"mask_row","",!1,h),Ye=this.get_field_value_fallback(t.type,m,"mask_row_placeholder","",!1,h),Ue=this.get_field_value_fallback(t.type,m,"mask_row_field","",!1,h),Re=this.get_field_value_fallback(t.type,m,"mask_row_label","",!1,h),Le=this.get_field_value_fallback(t.type,m,"mask_row_lookups",[],!1,h),He=this.get_field_value_fallback(t.type,m,"datagrid_column_value",!1,!1,h),Je=this.get_field_value_fallback(t.type,m,"mask_row_default","",!1,h),Ge=this.get_field_value_fallback(t.type,m,"mask_row_required"," required data-required",!1,h),Be=this.get_field_value_fallback(t.type,m,"mask_row_disabled"," disabled",!1,h),Ze=(this.get_field_value_fallback(t.type,m,"mask_row_visible"," visible",!1,h),this.get_object_meta_value(t,"data_grid_rows_randomize","",!1,!0));if(Ze)this.get_object_meta_value(t,"data_source_term_hierarchy","",!1,!0)&&(Ze=!1);var Qe=this.get_object_meta_value(t,"placeholder_row","",!1,!0),Ke=this.get_object_meta_value(t,"multiple","",!1,!0);if(""!=Qe&&!Ke){var Ve=e.extend(!0,{},K);Ve.value=Qe,Oe+=this.mask_parse(Ye,Ve)}_&&"object"!=typeof a&&("string"!=typeof a&&(a=a.toString()),a=[a]);var Xe=_&&void 0!==a.indexOf,et=[];for(var tt in Le)if(Le.hasOwnProperty(tt)){if(et[vt=Le[tt]]=!1,!1===(jt=this.get_object_meta_value(t,vt,!1,!1,!0))){if(void 0===e.WS_Form.meta_keys[vt])continue;var at;(jt=void 0!==(at=e.WS_Form.meta_keys[vt]).d?at.d:0)>Te.length&&(jt=0)}var rt=!1;for(var it in Te){if(Te.hasOwnProperty(it))if(Te[it].id==jt){rt=it;break}}rt&&(et[vt]=rt)}if(void 0===qe.groups)return this.error("error_data_source_groups"),"";var st=qe.groups;Object.keys(st).length;for(var _t in Ze&&(st=this.array_randomize(st)),st)if(st.hasOwnProperty(_t)){var ot=e.extend(!0,{},K);ot.group_id=this.form_id_prefix+"datagrid-"+t.id+"-group-"+_t+l;var lt=st[_t];if(null!=lt&&"object"==typeof lt){if(void 0===lt.label)return this.error("error_data_group_label"),"";switch(t.type){case"select":case"price_select":var nt=!0;break;default:nt=void 0===lt.label_render||lt.label_render}if(nt){var ct=e.extend(!0,{},K);ct.group_label=this.esc_html(lt.label),ct.label_row_id=this.form_id_prefix+"label-"+t.id+"-group-"+_t+l,ot.group_label=this.mask_parse($e,ct)}else ot.group_label="";ot.disabled=void 0!==lt.disabled&&"on"==lt.disabled?" disabled":"";var dt=void 0!==lt.mask_group&&"on"==lt.mask_group||Ae;dt&&j&&(x="");var pt="";if(void 0!==lt.rows){var ft=JSON.parse(JSON.stringify(lt.rows)),ut=this.get_object_meta_value(t,"select_all","");if(("checkbox"==t.type||"price_checkbox"==t.type)&&"on"==ut){var ht=!1,mt=!1;for(var vt in et)if(et.hasOwnProperty(vt)){var bt=et[vt];"checkbox_field_value"==vt&&(ht=bt),"checkbox_field_label"==vt&&(mt=bt),"checkbox_price_field_value"==vt&&(ht=bt),"checkbox_price_field_label"==vt&&(mt=bt)}ut={id:0,default:"",required:"",hidden:"",disabled:"",select_all:!0,data:[]};var gt=this.get_object_meta_value(t,"select_all_label","");""==gt&&(gt=this.language("select_all_label")),ut.data[ht]=gt,ut.data[mt]=gt,ft.unshift(ut)}for(var yt in Ze&&(ft=this.array_randomize(ft)),ft)if(ft.hasOwnProperty(yt)){var kt=ft[yt];if(null!==kt&&"object"==typeof kt&&"object"==typeof kt.data){var wt=!de||yt==ft.length-1,xt=e.extend(!0,{},K);for(var vt in xt.data_grid_row_value="",xt.data_grid_row_action_variable="",xt.data_grid_row_label="",xt.data_grid_row_price="",xt.data_grid_row_price_currency="",xt.data_grid_row_woocommerce_cart="",et){if(et.hasOwnProperty(vt))if(xt[vt]="",!1!==(rt=et[vt])&&void 0!==kt.data[rt]){var jt;switch(null===(jt=kt.data[rt])&&(jt=""),jt=this.parse_variables_process(jt.toString(),i,!1,t,"data_grid_row",o).output,xt[vt+"_html"]=this.esc_html(jt),t.type){case"range":case"price_range":var St=this.get_object_meta_value(t,"min",0);(""==St||isNaN(St))&&(St=0);var Ft=this.get_object_meta_value(t,"max",100);(""==Ft||isNaN(Ft))&&(Ft=100);var Wt=this.get_number(jt,!0),Ot=parseFloat(Ft)-parseFloat(St),Mt=Ot>0?(Wt-St)/Ot*100:0;xt[vt+"_percentage"]=Mt,-1!==vt.indexOf("_field_percentage")&&(xt.data_grid_row_value_percentage=Mt)}xt[vt+"_compare"]=this.esc_html(jt);var It=!1;if(void 0!==e.WS_Form.meta_keys[vt]){var Pt=e.WS_Form.meta_keys[vt];void 0!==Pt.h&&Pt.h&&(jt=this.esc_html(jt));It=void 0!==Pt.pr&&Pt.pr}if(It){var Nt=this.get_number(jt),Dt=vt+"_currency",qt=this.get_price(Nt);xt[Dt]=qt,xt[vt]=Nt,-1!==vt.indexOf("_price_field_price")&&(xt.data_grid_row_price=Nt),-1!==Dt.indexOf("_price_field_price_currency")&&(xt.data_grid_row_price_currency=qt)}else xt[vt]=jt;-1!==vt.indexOf("_field_value")&&(xt.data_grid_row_value=jt),-1!==vt.indexOf("_field_parse_variable")&&(xt.data_grid_row_action_variable=jt),-1!==vt.indexOf("_field_label")&&(xt.data_grid_row_label=jt),-1!==vt.indexOf("_field_wc")&&(xt.data_grid_row_woocommerce_cart=jt)}}void 0!==f.mask_row_value&&(xt.row_value=this.mask_parse(f.mask_row_value,xt),xt.row_value.indexOf("#")>-1&&(xt.row_value=this.mask_parse(xt.row_value,xt))),void 0!==f.mask_row_price&&(xt.row_price=this.mask_parse(f.mask_row_price,xt)),kt.select_all?xt.row_id=this.form_id_prefix+"field-"+t.id+"-group-"+_t+"-row-"+kt.id+l:xt.row_id=this.form_id_prefix+"field-"+t.id+"-row-"+kt.id+l,xt.data_id=kt.id;var Tt=e.extend(!0,{},xt),zt=e.extend(!0,{},xt);zt.label_id=this.form_id_prefix+"label-"+t.id+l,zt.label_row_id=this.form_id_prefix+"label-"+t.id+"-row-"+kt.id+l;var Ct=[];(!_&&kt.default||_&&!1!==He&&Xe&&a.indexOf(xt[He+"_compare"])>-1||_&&void 0!==xt.row_value&&Xe&&a.indexOf(xt.row_value)>-1)&&(Ct.default=Je),kt.disabled&&(Ct.disabled=Be),kt.required&&(Ct.required=Ge),Ct.dedupe_value_scope=N,Ct.hidden_bypass=D,Ct.exclude_cart_total=q,xt.attributes="",zt.attributes="",Tt.attributes="";var $t=e.extend(!0,[],Ct);if(!r){var At="horizontal"==ke&&this.get_field_value_fallback(t.type,m,"class_inline",!1,!1,h);!1!==At&&($t.class=At.join(" "));var Et=this.get_field_value_fallback(t.type,m,"class_row",!1,!1,h);if(!1!==Et&&($t.class=!1!==At?$t.class+" "+Et.join(" "):Et.join(" ")),kt.disabled){var Yt=this.get_field_value_fallback(t.type,m,"class_row_disabled",!1,!1,h);!1!==Yt&&($t.class+=" "+Yt.join(" "))}}var Ut=e.extend(!0,[],this.get_field_value_fallback(t.type,m,"mask_row_attributes",[],!1,h));if(Ut.length>0){ve=this.get_attributes(t,Ut,$t,i);xt.attributes+=" "+ve.attributes}if(void 0!==kt.hidden&&kt.hidden&&!r)switch(t.type){case"select":continue;default:xt.attributes+=' style="display: none;"'}"grid"==ke&&""!=Fe&&(xt.attributes=this.attribute_modify(xt.attributes,"class",Fe,!0));$t=e.extend(!0,[],Ct);var Rt=this.get_field_value_fallback(t.type,m,"class_row_field_label",!1,!1,h);!1!==Rt&&($t.class=Rt.join(" "));var Lt=e.extend(!0,[],this.get_field_value_fallback(t.type,m,"mask_row_label_attributes",[],!1,h));if(r)Lt=p.filter(function(e){return-1!=Lt.indexOf(e)});if(Lt.length>0){ve=this.get_attributes(t,Lt,$t,i);zt.attributes+=" "+ve.attributes}$t=e.extend(!0,[],Ct);var Ht=this.get_field_value_fallback(t.type,m,"class_row_field",!1,!1,h);!1!==Ht&&($t.class=Ht.join(" ")),r||""==$||($t.class+=" "+$.trim()),$t.aria_labelledby=zt.label_row_id,(!_&&kt.default||_&&!1!==He&&Xe&&a.indexOf(xt[He+"_compare"])>-1)&&($t.default=Je),kt.disabled&&($t.disabled=Be),kt.required&&($t.required=Ge),$t.required_row=s.required;var Jt=e.extend(!0,[],this.get_field_value_fallback(t.type,m,"mask_row_field_attributes",[],!1,h));if(r)Jt=d.filter(function(e){return-1!=Jt.indexOf(e)});if(Jt.length>0){ve=this.get_attributes(t,Jt,$t,i);Tt.attributes+=" "+ve.attributes}if(""!=Tt.attributes&&(Tt.attributes=" "+Tt.attributes),void 0!==kt.select_all&&(Tt.attributes+=" data-wsf-select-all"),void 0!==kt.hierarchy&&""==ke&&!Ze)switch(t.type){case"checkbox":case"price_checkbox":case"radio":case"price_radio":xt.attributes+=' data-wsf-hierarchy="'+this.esc_attr(kt.hierarchy)+'"';break;case"select":case"price_select":kt.hierarchy>0&&(xt.select_field_label="&nbsp;&nbsp;&nbsp;".repeat(kt.hierarchy)+xt.select_field_label)}if(ce&&!de)if(fe=this.form_id_prefix+"invalid-feedback-"+t.id+"-row-"+kt.id+l,pe.invalid_feedback_id=fe,ce)me=this.mask_parse(O,pe);else me="";Tt.invalid_feedback=wt?me:"",zt.invalid_feedback=wt?me:"";var Gt=this.mask_parse(Ue,Tt);zt.row_field=Gt,xt.row_field=Gt;var Bt=this.mask_parse(Re,zt);xt.row_label=Bt,pt+=this.mask_parse(Ee,xt),Ie++}}}if(""!=Ce){var Zt={group:pt};"grid"==ke&&""!=je&&(Zt.attributes=' class="'+this.esc_attr(je)+'"'),pt=this.mask_parse(Ce,Zt)}!1!==ze&&dt?(ot.group=pt,Oe+=this.mask_parse(ze,ot)):Oe+=pt}}}if(K.datalist=Ie>0?Oe:"",b.length>0){$t=[];void 0!==ot&&void 0!==ot.group_id&&Ie>0&&($t.list=ot.group_id),""===this.get_object_meta_value(t,"aria_label",!1,!1,!0)&&(u&&-1!==x.indexOf("#attributes")?$t.aria_labelledby=this.form_id_prefix+"label-"+t.id+l:$t.aria_label=t.label),se&&($t.aria_describedby=ie),!1!==(A=this.get_field_value_fallback(t.type,m,"class_field",!1,!1,h))&&($t.class=A.join(" ")),""!=$&&($t.class+=" "+$.trim()),""!=(ve=this.get_attributes(t,b,$t,i)).attributes&&(K.attributes+=" "+ve.attributes)}if(We.length>0){$t=[];var Qt=this.get_field_value_fallback(t.type,m,"class_field_label",!1,!1,h);!1!==Qt&&($t.class=Qt.join(" ")),""!=(ve=this.get_attributes(t,We,$t,i)).attributes&&(re.attributes+=" "+ve.attributes)}if(_e.help_append_separator=se?this.mask_parse(W,_e):"",""!=F){_e.text_clear=this.get_object_meta_value(t,"text_clear",""),""==_e.text_clear&&(_e.text_clear=this.language("clear")),_e.text_reset=this.get_object_meta_value(t,"text_reset",""),""==_e.text_reset&&(_e.text_reset=this.language("reset"));var Kt=this.mask_parse(F,_e)}else Kt="";_e.help_append=Kt,_e.attributes="";var Vt=se||""!=Kt?this.mask_parse(S,_e):"";K.pre_help=re.pre_help="bottom"==le?"":Vt,K.post_help=re.post_help="bottom"==le?Vt:"",K.help=Vt,re.help=Vt,""!=K.attributes&&(K.attributes=" "+K.attributes.trim()),""!=re.attributes&&(re.attributes=" "+re.attributes.trim());var Xt=this.mask_parse(x,re);if(""!=Xt&&!g){var ea=this.get_field_value_fallback(t.type,m,"mask_field_label_wrapper",!1,!1,h);if(!1!==ea){var ta={label:Xt};Xt=this.mask_parse(ea,ta)}}var aa=-1!==x.indexOf("#field");switch(m){case"inside":case"bottom":K.pre_label="",K.post_label=aa?K.label:Xt;break;case"top":K.pre_label=aa?K.label:Xt,K.post_label="";break;default:K.pre_label="",K.post_label="",re.pre_label="",re.post_label=""}if(""!==C||""!==z){var ra=e.extend(!0,{},K);ra.invalid_feedback=K.invalid_feedback,ra.pre_help=K.pre_help,ra.post_help=K.post_help,ra.pre_label=K.pre_label,ra.post_label=K.post_label,K.invalid_feedback="",K.pre_help="",K.post_help="",K.pre_label="",K.post_label="",ra.help=K.help,K.help=""}var ia=this.mask_parse(k,K);if(""!==C||""!==z){var sa=this.get_field_value_fallback(t.type,m,"col_small_prepend_factor",!1,!1,h),_a=this.get_field_value_fallback(t.type,m,"col_small_append_factor",!1,!1,h);if(!1!==sa&&!1!==_a){var oa=""!==C?Math.round(G*sa,0):0;ra.col_small_prepend=oa;var la=""!==z?Math.round(G*_a,0):0;ra.col_small_append=la,ra.col_small_field=G-(oa+la)}ra.field=ia;var na=this.get_field_value_fallback(t.type,m,"mask_field_input_group_field","#field",!1,h);if(""!==na&&(ia=this.mask_parse(na,ra)),""!==C){ra.prepend=C;var ca=this.get_field_value_fallback(t.type,m,"mask_field_input_group_prepend","#prepend",!1,h);if(""!==ca)ia=this.mask_parse(ca,ra)+ia}if(""!==z){ra.append=z;var da=this.get_field_value_fallback(t.type,m,"mask_field_input_group_append","#append",!1,h);if(""!==da)ia+=this.mask_parse(da,ra)}var pa=this.get_field_value_fallback(t.type,m,"mask_field_input_group","#field",!1,h),fa=[];""!==C&&fa.push("wsf-input-group-has-prepend"),""!==z&&fa.push("wsf-input-group-has-append");var ua=fa.join(" ");ua&&(ua=" "+ua),ra.css_input_group=ua,ra.field=ia,ia=this.mask_parse(pa,ra)}if(aa&&(re.field=ia,Xt=this.mask_parse(x,re),ia="",re.field=""),-1!==k.indexOf("#label")&&(K.label=Xt,ia=this.mask_parse(k,K),Xt="",K.label=""),""!=ia&&!g){var ha=this.get_field_value_fallback(t.type,m,"mask_field_wrapper",!1,!1,h);if(!1!==ha){var ma={field:ia};ia=this.mask_parse(ha,ma)}}switch(m){case"right":ia+=Xt;break;case"left":ia=Xt+ia;break;default:aa&&(ia=Xt)}return K.field=ia,this.mask_parse(y,K)},e.WS_Form.prototype.attribute_modify=function(t,a,r,i){var s=this,_=!1,o="";return e("<div "+t+" />").each(function(){e.each(this.attributes,function(){if(this.specified){var e=this.name,t=this.value;e==a&&(i?t+=" "+r:t=r,t.trim(),_=!0),o+=" "+e,""!==t&&(o+='="'+s.esc_attr(t)+'"')}})}),_||(o+=" "+a,""!==r&&(o+='="'+this.esc_attr(r)+'"')),o},e.WS_Form.prototype.get_attributes=function(t,a,r,i){"object"!=typeof r&&(r=!1);var s=[],_=[];if(!1!==a)for(var o in a)if(a.hasOwnProperty(o)){var l=a[o];if(void 0!==e.WS_Form.meta_keys[l]){var n=e.WS_Form.meta_keys[l];if(this.is_admin)var c=void 0!==n.mask?n.mask:"",d=void 0!==n.mask_disregard_on_empty&&n.mask_disregard_on_empty,p=void 0!==n.mask_disregard_on_zero&&n.mask_disregard_on_zero,f=void 0!==n.default?n.default:"";else c=void 0!==n.m?n.m:"",d=void 0!==n.e&&n.e,p=void 0!==n.z&&n.z,f=void 0!==n.d?n.d:"";if(!1!==r)if(void 0!==r[l])var u=r[l].trim();else u="";else{if(this.is_admin)var h=void 0!==n.key?n.key:l;else h=void 0!==n.k?n.k:l;var m=void 0!==n.c&&n.c;if(!1!==m){u=this.get_object_meta_value(t,h,f,!1,!1);u=this.parse_variables_process(u,i,!1,t,m).output}else u=this.get_object_meta_value(t,h,f,!1,!0);if(""==u&&void 0!==n.g){var v=n.g;void 0!==e.WS_Form.settings_plugin[v]&&e.WS_Form.settings_plugin[v]&&(u=e.WS_Form.settings_plugin[v])}_[h]=u}u=this.esc_html(u);var b=this.mask_parse(c,{value:u});(d&&""!=u||!d)&&(p&&0!=parseInt(u,10)||!p)&&(s.push(b),delete a[o])}}return a=this.array_remove_empty(a),{attributes:s.join(" "),mask_attributes:a,attribute_values:_}},e.WS_Form.prototype.get_number=function(t,a,r,i){if(void 0===a&&(a=0),void 0===r&&(r=!0),void 0===i&&(i=!1),"number"==typeof t&&(t=t.toString()),"string"!=typeof t)return 0;(t=t.trim()).includes(ws_form_settings.currency_symbol)&&(r=!0);var s=e.WS_Form.settings_plugin.price_decimal_separator;if(r){var _=e.WS_Form.settings_plugin.price_thousand_separator,o=ws_form_settings.currency_symbol;t.includes("&")&&(t=this.parse_html_entities(t)),t=t.replace(o,"");var l=new RegExp("[^0-9-"+s+"]","g");if(t=t.replace(l,""),""!==s&&""!==_&&s===_){if(t.substr(-3,1)===s){var n=t.length-3;t=t.substr(0,n)+"[dec]"+t.substr(n+1)}t=(t=t.replace(_,"")).replace("[dec]",".")}else""!==s&&(t=t.replace(s,"."))}else""!==s&&(t=t.replace(s,"."));var c=""===t.trim()?a:isNaN(t)?a:parseFloat(t);return!1!==i&&(c=this.get_number_rounded(parseFloat(c),i)),c},e.WS_Form.prototype.get_number_rounded=function(e,t){return Number(Math.round(e+"e"+t)+"e-"+t)},e.WS_Form.prototype.get_number_to_step=function(e,t){if(isNaN(t))return e;t||(t=1);var a=1/t;return Math.round(e*a)/a},e.WS_Form.prototype.get_float=function(e,t){return void 0===t&&(t=0),"number"==typeof e&&(e=e.toString()),"string"!=typeof e?0:(e=e.trim(),parseFloat(e))},e.WS_Form.prototype.get_currency=function(){var t={},a=parseInt(e.WS_Form.settings_plugin.price_decimals,10);switch(t.prefix=ws_form_settings.currency_symbol,t.suffix="",e.WS_Form.settings_plugin.currency_position){case"right":t.prefix="",t.suffix=ws_form_settings.currency_symbol;break;case"left_space":t.prefix=ws_form_settings.currency_symbol+" ";break;case"right_space":t.prefix="",t.suffix=" "+ws_form_settings.currency_symbol}return t.decimals=a<0?0:a,t.decimal_separator=e.WS_Form.settings_plugin.price_decimal_separator,t.thousand_separator=e.WS_Form.settings_plugin.price_thousand_separator,t},e.WS_Form.prototype.get_price=function(e,t,a){return void 0===t&&(t=this.get_currency()),void 0===a&&(a=!0),"number"!=typeof e&&(e=parseFloat(e)),(a?t.prefix:"")+this.replace_all(this.replace_all(e.toFixed(t.decimals).replace(/\B(?=(\d{3})+(?!\d))/g,"[thousand]"),".",t.decimal_separator),"[thousand]",t.thousand_separator)+(a?t.suffix:"")},e.WS_Form.prototype.get_slug=function(e){return e.toString().normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase().trim().replace(/\s+/g,"-").replace(/[^\w\-]+/g,"").replace(/\-\-+/g,"-")},e.WS_Form.prototype.parse_html_entities=function(e){return e.replace(/&#([0-9]{1,3});/gi,function(e,t){var a=parseInt(t,10);return String.fromCharCode(a)})},e.WS_Form.prototype.form_add_hidden_input=function(t,a,r,i,s,_){var o=e('input[name="'+this.esc_selector(t)+'"]',this.form_canvas_obj);o.length&&-1===t.indexOf("[]")?o.val(a):(void 0===a&&(a=""),void 0===r&&(r=!1),void 0===i&&(i=!1),void 0===s&&(s=!1),void 0===_&&(_="hidden"),this.form_canvas_obj.append('<input type="'+this.esc_attr(_)+'" name="'+this.esc_attr(t)+'" value='+(s?"'":'"')+this.esc_attr(a)+(s?"'":'"')+(!1!==r?' id="'+this.esc_attr(r)+'"':"")+(!1!==i?" "+i:"")+" />"))},e.WS_Form.prototype.get_part_id=function(e,t,a){void 0===t&&(t=!1),void 0===a&&(a="field");var r=!1!==t?"-repeat-"+t:"";return this.form_id_prefix+a+"-"+e+r},e.WS_Form.prototype.get_field_name=function(e,t,a){void 0===t&&(t=!1),void 0===a&&(a=!1);return this.field_name_prefix+e+(!1!==t?a?"_"+t:"["+t+"]":"")},e.WS_Form.prototype.is_iterable=function(e){return null!=e&&("object"==typeof e&&"function"==typeof e[Symbol.iterator])},e.WS_Form.prototype.is_integer=function(e){return!isNaN(e)&&/^\d+\.?\d*$/.test(e)},e.WS_Form.prototype.is_invalid=function(e){return!e[0]||!e[0].validity||!e[0].validity.valid},e.WS_Form.prototype.is_valid=function(e){return!(!e[0]||!e[0].validity)&&e[0].validity.valid},e.WS_Form.prototype.replace_all=function(e,t,a){return void 0===a?e.toString():e.split(t).join(a)},e.WS_Form.prototype.array_remove_empty=function(e){if("object"!=typeof e)return e;var t=[];for(var a in e)e.hasOwnProperty(a)&&null!==e[a]&&t.push(e[a]);return t},e.WS_Form.prototype.attribute_add_item=function(e,t,a){var r=e.attr(t);void 0!==r?-1===r.indexOf(a)&&e.attr(t,this.esc_attr(a)+(r?" ":"")+r):e.attr(t,this.esc_attr(a))},e.WS_Form.prototype.attribute_remove_item=function(e,t,a){var r=e.attr(t);if(void 0!==r&&-1!==r.indexOf(a)){var i=r.split(" "),s=this;(r=(i=i.filter(function(e){return e!==s.esc_attr(a)})).join(" "))?e.attr(t,r):e.removeAttr(t)}},e.WS_Form.prototype.get_date=function(e,t,a){switch(t||(t="date"),a||(a=ws_form_settings.date_format),t){case"time":return new Date("01/01/1970 "+e);case"date":e+=" 00:00:00";break;case"week":case"month":return!1}var r=!1;switch(a){case"d/m/Y":r="/";break;case"d.m.Y":r=".";break;case"d-m-Y":r="-"}if(!1!==r){switch(t){case"datetime-local":var i=e.indexOf(" "),s=e.substring(0,i),_=e.substring(i);break;default:s=e,_=""}var o=s.split(r);if(3===o.length){var l=parseInt(o[0],10);s=parseInt(o[1],10)+"/"+l+"/"+parseInt(o[2],10)}e=s+_}return e=e.replace(/(\d+)(st|nd|rd|th)/g,"$1"),e=this.replace_all(e,"."," "),e=this.replace_all(e,"  "," "),this.get_new_date(e)},e.WS_Form.prototype.get_new_date=function(e){return"-"!=e.charAt(4)||"-"!=e.charAt(7)||"T"==e.charAt(10)||":"!=e.charAt(13)||this.date_valid(e)||(e=e.replace(/-/g,"/")),"-"!=e.charAt(4)||this.date_valid(e)||-1===e.toLowerCase().indexOf("am")&&-1===e.toLowerCase().indexOf("pm")||(e=e.replace(/-/g,"/")),new Date(e)},e.WS_Form.prototype.date_valid=function(e){return e instanceof Date&&!isNaN(e.valueOf())},e.WS_Form.prototype.is_not_number=function(e){return isNaN(e)||"boolean"==typeof e||""===e},e.WS_Form.prototype.get_object_row_id=function(e){var t=e.object_row_id;return void 0!==t&&""!=t&&("object"==typeof t?(t=t.map(function(e){return parseInt(e,10)})).length||(t=!1):t=""!==t&&[parseInt(t,10)],t)},e.WS_Form.prototype.get_date_by_type=function(e,t){if(!e)return"";var a=this.get_object_meta_value(t,"format_date",ws_form_settings.date_format);a||(a=ws_form_settings.date_format);var r=this.get_object_meta_value(t,"format_time",ws_form_settings.time_format);r||(r=ws_form_settings.time_format);var i=this.get_object_meta_value(t,"input_type_datetime","date");switch(i){case"datetime-local":case"date":switch(a){case"d/m/Y":var s=-1!==e.indexOf(" ")?[e.substring(0,e.indexOf(" ")),e.substring(e.indexOf(" ")+1)]:[e];e=(_=s[0].split("/"))[1]+"/"+_[0]+"/"+_[2]+(void 0!==s[1]?" "+s[1]:"");break;case"d-m-Y":s=-1!==e.indexOf(" ")?[e.substring(0,e.indexOf(" ")),e.substring(e.indexOf(" ")+1)]:[e];e=(_=s.split("-"))[1]+"/"+_[0]+"/"+_[2]+(void 0!==s[1]?" "+s[1]:"");break;case"d.m.Y":var _;s=-1!==e.indexOf(" ")?[e.substring(0,e.indexOf(" ")),e.substring(e.indexOf(" ")+1)]:[e];e=(_=s[0].split("."))[1]+"/"+_[0]+"/"+_[2]+(void 0!==s[1]?" "+s[1]:"")}}switch("time"!==i&&4===e.indexOf("-")&&-1===e.indexOf(":")&&(e+=" 00:00:00"),i){case"date":return e=this.get_new_date(e),this.date_format(e,a);case"month":return e=this.get_new_date(e),this.date_format(e,"F Y");case"time":return e=this.get_new_date("1970-01-01 "+e),this.date_format(e,r);case"week":return e=this.get_new_date(e),this.language("week")+" "+this.date_format(e,"W, Y");default:return e=this.get_new_date(e),this.date_format(e,a+" "+r)}},e.WS_Form.prototype.number_format=function(e,t,a,r){if(void 0===e||null==e||!isFinite(e))return 0;if(!t){var i=e.toString().split(".").length;t=i>1?i:0}void 0===a&&(a="."),void 0===r&&(r=",");var s=(e=(e=parseFloat(e).toFixed(t)).replace(".",a)).split(a);return s[0]=s[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,r),e=s.join(a)},e.WS_Form.prototype.date_format=function(e,t){var a=this,r=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],i=["January","February","March","April","May","June","July","August","September","October","November","December"],s=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],_=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],o={d:function(){var e=this.getDate();return(e<10?"0":"")+e},D:function(){return s[this.getDay()]},j:function(){return this.getDate()},l:function(){return _[this.getDay()]},N:function(){var e=this.getDay();return 0===e?7:e},S:function(){var e=this.getDate();return e%10==1&&11!==e?"st":e%10==2&&12!==e?"nd":e%10==3&&13!==e?"rd":"th"},w:function(){return this.getDay()},z:function(){var e=new Date(this.getFullYear(),0,1);return Math.ceil((this-e)/864e5)},W:function(){var e=new Date(this.valueOf()),t=(this.getDay()+6)%7;e.setDate(e.getDate()-t+3);var a=e.valueOf();e.setMonth(0,1),4!==e.getDay()&&e.setMonth(0,1+(4-e.getDay()+7)%7);var r=1+Math.ceil((a-e)/6048e5);return r<10?"0"+r:r},F:function(){return i[this.getMonth()]},m:function(){var e=this.getMonth();return(e<9?"0":"")+(e+1)},M:function(){return r[this.getMonth()]},n:function(){return this.getMonth()+1},t:function(){var e=this.getFullYear(),t=this.getMonth()+1;return 12===t&&(e=e++,t=0),new Date(e,t,0).getDate()},L:function(){var e=this.getFullYear();return e%400==0||e%100!=0&&e%4==0},o:function(){var e=new Date(this.valueOf());return e.setDate(e.getDate()-(this.getDay()+6)%7+3),e.getFullYear()},Y:function(){return this.getFullYear()},y:function(){return(""+this.getFullYear()).substr(2)},a:function(){return this.getHours()<12?"am":"pm"},A:function(){return this.getHours()<12?"AM":"PM"},B:function(){return Math.floor(1e3*((this.getUTCHours()+1)%24+this.getUTCMinutes()/60+this.getUTCSeconds()/3600)/24)},g:function(){return this.getHours()%12||12},G:function(){return this.getHours()},h:function(){var e=this.getHours();return((e%12||12)<10?"0":"")+(e%12||12)},H:function(){var e=this.getHours();return(e<10?"0":"")+e},i:function(){var e=this.getMinutes();return(e<10?"0":"")+e},s:function(){var e=this.getSeconds();return(e<10?"0":"")+e},v:function(){var e=this.getMilliseconds();return(e<10?"00":e<100?"0":"")+e},e:function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},I:function(){for(var e=null,t=0;t<12;++t){var a=new Date(this.getFullYear(),t,1).getTimezoneOffset();if(null===e)e=a;else{if(a<e){e=a;break}if(a>e)break}}return this.getTimezoneOffset()===e|0},O:function(){var e=this.getTimezoneOffset();return(-e<0?"-":"+")+(Math.abs(e/60)<10?"0":"")+Math.floor(Math.abs(e/60))+(0===Math.abs(e%60)?"00":(Math.abs(e%60)<10?"0":"")+Math.abs(e%60))},P:function(){var e=this.getTimezoneOffset();return(-e<0?"-":"+")+(Math.abs(e/60)<10?"0":"")+Math.floor(Math.abs(e/60))+":"+(0===Math.abs(e%60)?"00":(Math.abs(e%60)<10?"0":"")+Math.abs(e%60))},T:function(){var e=this.toLocaleTimeString(navigator.language,{timeZoneName:"short"}).split(" ");return e[e.length-1]},Z:function(){return 60*-this.getTimezoneOffset()},c:function(){return a.date_format(e,"Y-m-d\\TH:i:sP")},r:function(){return this.toString()},U:function(){return Math.floor(this.getTime()/1e3)}};return t.replace(/(\\?)(.)/g,function(t,a,r){return""===a&&o[r]?o[r].call(e):r})}}(jQuery);