{"id":15336,"date":"2024-01-23T15:19:15","date_gmt":"2024-01-23T14:19:15","guid":{"rendered":"https:\/\/ivnsite.ivn-works.com\/?page_id=15336"},"modified":"2025-04-28T11:50:15","modified_gmt":"2025-04-28T09:50:15","slug":"schedule-a-meeting","status":"publish","type":"page","link":"https:\/\/ivnsite.ivn-works.com\/en\/schedule-a-meeting\/","title":{"rendered":"Schedule a meeting"},"content":{"rendered":"<section data-scroll-section  class=\"ivn-b-container is-container size-default align-center has-padding-bottom\">\n    <div class=\"ivn-b-container__content\">\n        <div class=\"ivn-TextContainer\">\n\n<div style=\"height:var(--wp--preset--spacing--80)\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<\/div>\n    <\/div>\n<\/section>\n\n<section data-scroll-section  class=\"ivn-b-container is-container size-default align-center has-padding-bottom\">\n    <div class=\"ivn-b-container__content\">\n        <div class=\"ivn-TextContainer\">\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<h1 class=\"wp-block-heading\">How can we help you?<\/h1>\n\n\n\n<p>Share the challenge you are facing and we will find effective solutions.<\/p>\n\n\n\n<p>Leave your contact number in the form &#8211; we promise that we will call you back to discuss how we can achieve your goal together.<\/p>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60px\"><figure class=\"wp-block-image is-style-rounded size-ivn-200\"><img class=\"lazy\" data-src=\"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303.jpg\" data-srcset=\"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303.jpg 920w, https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303.jpg 1440w, https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303.jpg 1920w, https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303-2880x2880.jpg 2880w\" alt=\"Ivn0303\" \/><\/figure><\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\"><strong>Monika Nowicka<\/strong><br>Account Manager<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\"><script> window.isFormBlock = true; <\/script>\n<section class=\"ivn-b-form\">\n    <div class=\"ivn-b-form__content__box\">\n                     <script>\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 3.1 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_8' >\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_8' id='gform_8'  action='\/en\/wp-json\/wp\/v2\/pages\/15336' data-formid='8' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_8' class='gform_fields top_label form_sublabel_above description_above validation_below'><div id=\"field_8_27\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_8_27'>Full name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_27' id='input_8_27' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_8_25\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_8_25'>Company name<\/label><div class='ginput_container ginput_container_text'><input name='input_25' id='input_8_25' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_8_6\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_8_6'>E-mail address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_6' id='input_8_6' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  autocomplete=\"email\"\/>\n                        <\/div><\/div><div id=\"field_8_23\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_8_23'>Phone number<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_23' id='input_8_23' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"  autocomplete=\"tel\" \/><\/div><\/div><div id=\"field_8_3\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full ivn-Form__input-textarea gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_8_3'>Message<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_8_3' class='textarea small'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_8_9\" class=\"gfield gfield--type-fileupload gfield--input-type-fileupload gfield--width-full field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='gform_browse_button_8_9'>Attach file<\/label><div class='ginput_container ginput_container_fileupload'><div id='gform_multifile_upload_8_9' data-settings='{&quot;runtimes&quot;:&quot;html5,flash,html4&quot;,&quot;browse_button&quot;:&quot;gform_browse_button_8_9&quot;,&quot;container&quot;:&quot;gform_multifile_upload_8_9&quot;,&quot;drop_element&quot;:&quot;gform_drag_drop_area_8_9&quot;,&quot;filelist&quot;:&quot;gform_preview_8_9&quot;,&quot;unique_names&quot;:true,&quot;file_data_name&quot;:&quot;file&quot;,&quot;url&quot;:&quot;https:\\\/\\\/ivnsite.ivn-works.com\\\/wordpress\\\/?gf_page=4aa89e456679932&quot;,&quot;flash_swf_url&quot;:&quot;https:\\\/\\\/ivnsite.ivn-works.com\\\/wordpress\\\/wp-includes\\\/js\\\/plupload\\\/plupload.flash.swf&quot;,&quot;silverlight_xap_url&quot;:&quot;https:\\\/\\\/ivnsite.ivn-works.com\\\/wordpress\\\/wp-includes\\\/js\\\/plupload\\\/plupload.silverlight.xap&quot;,&quot;filters&quot;:{&quot;mime_types&quot;:[{&quot;title&quot;:&quot;Allowed Files&quot;,&quot;extensions&quot;:&quot;pdf,png,jpg,zip&quot;}],&quot;max_file_size&quot;:&quot;10485760b&quot;},&quot;multipart&quot;:true,&quot;urlstream_upload&quot;:false,&quot;multipart_params&quot;:{&quot;form_id&quot;:8,&quot;field_id&quot;:9},&quot;gf_vars&quot;:{&quot;max_files&quot;:&quot;3&quot;,&quot;message_id&quot;:&quot;gform_multifile_messages_8_9&quot;,&quot;disallowed_extensions&quot;:[&quot;php&quot;,&quot;asp&quot;,&quot;aspx&quot;,&quot;cmd&quot;,&quot;csh&quot;,&quot;bat&quot;,&quot;html&quot;,&quot;htm&quot;,&quot;hta&quot;,&quot;jar&quot;,&quot;exe&quot;,&quot;com&quot;,&quot;js&quot;,&quot;lnk&quot;,&quot;htaccess&quot;,&quot;phtml&quot;,&quot;ps1&quot;,&quot;ps2&quot;,&quot;php3&quot;,&quot;php4&quot;,&quot;php5&quot;,&quot;php6&quot;,&quot;py&quot;,&quot;rb&quot;,&quot;tmp&quot;]}}' class='gform_fileupload_multifile'>\n\t\t\t\t\t\t\t\t\t\t<div id='gform_drag_drop_area_8_9' class='gform_drop_area gform-theme-field-control'>\n\t\t\t\t\t\t\t\t\t\t\t<span class='gform_drop_instructions'>Drop files here or <\/span>\n\t\t\t\t\t\t\t\t\t\t\t<button type='button' id='gform_browse_button_8_9' class='button gform_button_select_files gform-theme-button gform-theme-button--control' aria-describedby=\"gfield_upload_rules_8_9\"  >Select files<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_8_9'>Accepted file types: pdf, png, jpg, zip, Max. file size: 10 MB, Max. files: 3.<\/span><ul class='validation_message--hidden-on-empty gform-ul-reset' id='gform_multifile_messages_8_9'><\/ul> <!-- Leave <ul> empty to support CSS :empty selector. --><\/div><div id='gform_preview_8_9' class='ginput_preview_list'><\/div><\/div><fieldset id=\"field_8_14\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Processing of personal data<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_consent'><input name='input_14.1' id='input_8_14_1' type='checkbox' value='1'   aria-required=\"true\" aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_8_14_1' >*I consent to the processing of my personal data by IVN Sp z o.o. I declare that I have read the information clause available in the <a href=\"\/en\/privacy-policy\/\">Privacy Policy.<\/a><br\/><br\/> The website uses reCAPTCHA. <a href=\"https:\/\/policies.google.com\/privacy\" target=\"_blank\" rel=\"noindex, nofollow\">Privacy Policy<\/a> Google, <a href=\"https:\/\/policies.google.com\/terms\" target=\"_blank\" rel=\"noindex, nofollow\">Terms of Service<\/a>.<\/span><\/label><input type='hidden' name='input_14.2' value='*I consent to the processing of my personal data by IVN Sp z o.o. I declare that I have read the information clause available in the &lt;a href=&quot;\/en\/privacy-policy\/&quot;&gt;Privacy Policy.&lt;\/a&gt;&lt;br\/&gt;&lt;br\/&gt; The website uses reCAPTCHA. &lt;a href=&quot;https:\/\/policies.google.com\/privacy&quot; target=&quot;_blank&quot; rel=&quot;noindex, nofollow&quot;&gt;Privacy Policy&lt;\/a&gt; Google, &lt;a href=&quot;https:\/\/policies.google.com\/terms&quot; target=&quot;_blank&quot; rel=&quot;noindex, nofollow&quot;&gt;Terms of Service&lt;\/a&gt;.&lt;\/span&gt;' class='gform_hidden' \/><input type='hidden' name='input_14.3' value='6' class='gform_hidden' \/><\/div><\/fieldset><div id=\"field_8_26\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_above gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_8_26'>Pipedrive &#8211; Lead source<\/label><div class='ginput_container ginput_container_number'><input name='input_26' id='input_8_26' type='number' step='any'   value='55' class='large'      aria-invalid=\"false\"  \/><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_8' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Send'  \/> <input type='hidden' name='gform_ajax' value='form_id=8&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=e1338e0aca8848432c091a38746ecd2e' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_8' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_8' id='gform_theme_8' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_8' id='gform_style_settings_8' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_8' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='8' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_8' value='WyJ7XCIxNC4xXCI6XCI3YzNhYWQ0OTRmMTZhMmE0MDI3YmY5MjBhZDk5ZmZiMFwiLFwiMTQuMlwiOlwiNjdmNDhiYjg2NTAxMmIxNjM3NDYwZjkzODhiYTg3ZTNcIixcIjE0LjNcIjpcImJmNTg1NWVjMmRlMjMxY2RhNjQ4ZDBjZTIyZmQxNDBmXCJ9IiwiZmFiYTgzYTllYWUyNTA5YmVhMmQ4NDUyMGU5ODllOGIiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_8' id='gform_target_page_number_8' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_8' id='gform_source_page_number_8' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            <input type='hidden' name='gform_uploaded_files' id='gform_uploaded_files_8' value='' \/>\n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_8' id='gform_ajax_frame_8' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 8, 'https:\/\/ivnsite.ivn-works.com\/content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_8').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_8');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_8').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_8').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_8').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_8').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_8').val();gformInitSpinner( 8, 'https:\/\/ivnsite.ivn-works.com\/content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [8, current_page]);window['gf_submitting_8'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_8').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [8]);window['gf_submitting_8'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_8').text());}else{jQuery('#gform_8').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"8\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_8\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_8\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_8\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 8, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n            <\/div>\n<\/section><\/div>\n<\/div>\n\n<\/div>\n    <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_yoast_wpseo_focuskw":"","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","footnotes":""},"class_list":["post-15336","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Schedule a meeting - IVN<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Schedule a meeting - IVN\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/\" \/>\n<meta property=\"og:site_name\" content=\"IVN\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-28T09:50:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303-200x200.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/\",\"url\":\"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/\",\"name\":\"Schedule a meeting - IVN\",\"isPartOf\":{\"@id\":\"https:\/\/ivnsite.ivn-works.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303-200x200.jpg\",\"datePublished\":\"2024-01-23T14:19:15+00:00\",\"dateModified\":\"2025-04-28T09:50:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#primaryimage\",\"url\":\"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303-200x200.jpg\",\"contentUrl\":\"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303-200x200.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ivnsite.ivn-works.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Schedule a meeting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ivnsite.ivn-works.com\/en\/#website\",\"url\":\"https:\/\/ivnsite.ivn-works.com\/en\/\",\"name\":\"IVN\",\"description\":\"Design in digital. Develop in the real.\",\"publisher\":{\"@id\":\"https:\/\/ivnsite.ivn-works.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ivnsite.ivn-works.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ivnsite.ivn-works.com\/en\/#organization\",\"name\":\"IVN\",\"url\":\"https:\/\/ivnsite.ivn-works.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ivnsite.ivn-works.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/12\/projekt-bez-nazwy.jpg\",\"contentUrl\":\"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/12\/projekt-bez-nazwy.jpg\",\"width\":696,\"height\":696,\"caption\":\"IVN\"},\"image\":{\"@id\":\"https:\/\/ivnsite.ivn-works.com\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"LocalBusiness\",\"@id\":\"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#localbusiness\",\"name\":\"IVN\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"Wieniawskiego 66\/2\",\"addressLocality\":\"Krak\u00f3w\",\"postalCode\":\"31-436\",\"addressCountry\":\"Polska\"},\"telephone\":\"+48124455840\",\"url\":\"https:\/\/ivn.pl\",\"email\":\"office@ivision.pl\",\"vatID\":\"9452223855\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Schedule a meeting - IVN","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/","og_locale":"en_US","og_type":"article","og_title":"Schedule a meeting - IVN","og_url":"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/","og_site_name":"IVN","article_modified_time":"2025-04-28T09:50:15+00:00","og_image":[{"url":"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303-200x200.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/","url":"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/","name":"Schedule a meeting - IVN","isPartOf":{"@id":"https:\/\/ivnsite.ivn-works.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#primaryimage"},"image":{"@id":"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#primaryimage"},"thumbnailUrl":"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303-200x200.jpg","datePublished":"2024-01-23T14:19:15+00:00","dateModified":"2025-04-28T09:50:15+00:00","breadcrumb":{"@id":"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#primaryimage","url":"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303-200x200.jpg","contentUrl":"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/08\/ivn0303-200x200.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ivnsite.ivn-works.com\/en\/"},{"@type":"ListItem","position":2,"name":"Schedule a meeting"}]},{"@type":"WebSite","@id":"https:\/\/ivnsite.ivn-works.com\/en\/#website","url":"https:\/\/ivnsite.ivn-works.com\/en\/","name":"IVN","description":"Design in digital. Develop in the real.","publisher":{"@id":"https:\/\/ivnsite.ivn-works.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ivnsite.ivn-works.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ivnsite.ivn-works.com\/en\/#organization","name":"IVN","url":"https:\/\/ivnsite.ivn-works.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ivnsite.ivn-works.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/12\/projekt-bez-nazwy.jpg","contentUrl":"https:\/\/ivnsite.ivn-works.com\/content\/uploads\/2024\/12\/projekt-bez-nazwy.jpg","width":696,"height":696,"caption":"IVN"},"image":{"@id":"https:\/\/ivnsite.ivn-works.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"LocalBusiness","@id":"https:\/\/ivnsite.ivn-works.com\/bezplatna-konsultacja\/#localbusiness","name":"IVN","address":{"@type":"PostalAddress","streetAddress":"Wieniawskiego 66\/2","addressLocality":"Krak\u00f3w","postalCode":"31-436","addressCountry":"Polska"},"telephone":"+48124455840","url":"https:\/\/ivn.pl","email":"office@ivision.pl","vatID":"9452223855"}]}},"_links":{"self":[{"href":"https:\/\/ivnsite.ivn-works.com\/en\/wp-json\/wp\/v2\/pages\/15336","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ivnsite.ivn-works.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ivnsite.ivn-works.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ivnsite.ivn-works.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ivnsite.ivn-works.com\/en\/wp-json\/wp\/v2\/comments?post=15336"}],"version-history":[{"count":3,"href":"https:\/\/ivnsite.ivn-works.com\/en\/wp-json\/wp\/v2\/pages\/15336\/revisions"}],"predecessor-version":[{"id":15713,"href":"https:\/\/ivnsite.ivn-works.com\/en\/wp-json\/wp\/v2\/pages\/15336\/revisions\/15713"}],"wp:attachment":[{"href":"https:\/\/ivnsite.ivn-works.com\/en\/wp-json\/wp\/v2\/media?parent=15336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}