
	<script type="text/javascript">

		jQuery( document ).ready( function( $ ) {

			var formId = '87';

			$( '#gform_submit_button_' + formId ).on( 'click', function( event ) {

				if( hasPendingFileUploads( formId ) ) {
					return;
				}

				var $submitCopy = $( this ).clone();

				$submitCopy
					.attr( 'id', '' )
					.prop( 'disabled', true )
					.attr( 'value', 'Processing...' )
					.insertBefore( $( this ) );

				$( this ).css( { visibility: 'hidden', position: 'absolute', transition: 'all 0s ease 0s' } );

			} );

			function hasPendingFileUploads() {

				if( ! window[ 'gfMultiFileUploader' ] ) {
					return false;
				}

				var pendingUploads = false;

				$.each( gfMultiFileUploader.uploaders, function( i, uploader ) {
					if( uploader.total.queued > 0 ) {
						pendingUploads = true;
						return false;
					}
				} );

				return pendingUploads;
			}

		} );

	</script>

	{"id":17228,"date":"2024-12-26T09:29:35","date_gmt":"2024-12-26T09:29:35","guid":{"rendered":"https:\/\/www.breakoutbandits.com\/confirm-game-v2\/"},"modified":"2025-06-24T21:55:11","modified_gmt":"2025-06-24T21:55:11","slug":"bevestig-game-v2","status":"publish","type":"page","link":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/","title":{"rendered":"Bevestig game v2"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;default&#8221; display_conditions=&#8221;W3siaWQiOiIxZjFkNWMzYy0yZmUzLTQxMzktOWI2Yi1hYzliMzk2MjJmNTYiLCJjb25kaXRpb24iOiJ1cmxQYXJhbWV0ZXIiLCJjb25kaXRpb25TZXR0aW5ncyI6eyJzZWxlY3RVcmxQYXJhbWV0ZXIiOiJzcGVjaWZpY1VybFBhcmFtZXRlciIsInVybFBhcmFtZXRlck5hbWUiOiJ0ZWFtaWQiLCJkaXNwbGF5UnVsZSI6ImV4aXN0IiwidXJsUGFyYW1ldGVyVmFsdWUiOiJVUkwgUGFyYW1ldGVyIFZhbHVlIiwiYWRtaW5MYWJlbCI6IlVSTCBQYXJhbWV0ZXIiLCJlbmFibGVDb25kaXRpb24iOiJvbiJ9LCJvcGVyYXRvciI6Ik9SIn1d&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.17.3&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>Spel voorbereiding<\/h1>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<script type=\"text\/javascript\" data-cfasync=\"false\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\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_87' style='display:none'><div id='gf_87' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_87' id='gform_87'  action='\/nl\/wp-json\/wp\/v2\/pages\/17228#gf_87' data-formid='87' novalidate><input id=\"gw_page_progression\" name=\"gw_page_progression\" value=\"1\" type=\"hidden\" \/><input id=\"gpmpn_pages_visited_87\" name=\"gpmpn_pages_visited_87\" value=\"[1]\" type=\"hidden\" \/><input id=\"gpmpn_page_validity_87\" name=\"gpmpn_page_validity_87\" value=\"{&quot;1&quot;:false,&quot;2&quot;:false,&quot;3&quot;:false,&quot;4&quot;:false,&quot;5&quot;:false,&quot;6&quot;:false,&quot;7&quot;:false}\" type=\"hidden\" \/><input type=\"hidden\" value=\"0\" name=\"gpps_page_progression_87\" \/> \r\n <input type='hidden' class='gforms-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/>\n        <div id='gf_progressbar_wrapper_87' class='gf_progressbar_wrapper' data-start-at-zero=''>\n        \t<p class=\"gf_progressbar_title\">Stap <span class='gf_step_current_page'>1<\/span> van <span class='gf_step_page_count'>7<\/span><span class='gf_step_label'><\/span>\n        \t<\/p>\n            <div class='gf_progressbar gf_progressbar_custom' aria-hidden='true'>\n                <div class='gf_progressbar_percentage percentbar_custom percentbar_14' style='width:14%; color:#fff; background-color:#e6aa21;'><span>14%<\/span><\/div>\n            <\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_87_1' class='gform_page ' data-js='page-field-id-0' >\n\t\t\t\t\t<div class='gform_page_fields'><div id='gform_fields_87' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_44\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_44'>Team ID (Long)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_44' id='input_87_44' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_234\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_234'>Browser language<\/label><div class='ginput_container ginput_container_text'><input name='input_234' id='input_87_234' type='text' value='Dutch' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_114\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_114'>Entry ID order<\/label><div class='ginput_container ginput_container_text'><input name='input_114' id='input_87_114' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_1\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_1'>Group name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input readonly='readonly' name='input_1' id='input_87_1' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_98\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_98'>Game name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_98' id='input_87_98' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_138\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_138'>Productnumber<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_138' id='input_87_138' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_101\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_101'>CTF - Backup game<\/label><div class='ginput_container ginput_container_text'><input name='input_101' id='input_87_101' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_135\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_135'>Game questions<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_135' id='input_87_135' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_61\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full gfield_calculation field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_61'>Number of days left to fill in the questionnaire<\/label><div class='ginput_container ginput_container_number'><input name='input_61' id='input_87_61' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_87_99\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_99'>Game language<\/label><div class='ginput_container ginput_container_text'><input name='input_99' id='input_87_99' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_238\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full gfield_calculation field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_238'>Language difference<\/label><div class='ginput_container ginput_container_number'><input name='input_238' id='input_87_238' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_87_82\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_82'>Email client<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_82' id='input_87_82' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_87_96\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_96'>Already confirmed?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_96' id='input_87_96' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_117\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Start<\/h2>\r\nHeb je tijdens de voorbereiding van het spel vragen? Neem dan <a href=\"https:\/\/www.breakoutbandits.com\/nl\/contact\/\">contact met ons op.<\/a><\/div><div id=\"field_87_97\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >Je hebt al bevestigd dat we kunnen beginnen met de bouw van het spel. We hebben alle praktische informatie voor spelers en spelleiders naar <span data-gppa-live-merge-tag=\"@{:82}\"><\/span> gestuurd.<br><br>Je ontvangt minimaal 24 uur voor aanvang van het spel een e-mailbevestiging dat het spel klaar is om te spelen.<\/div><div id=\"field_87_174\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_174'>E-mail General - Image URL 1<\/label><div class='ginput_container ginput_container_text'><input name='input_174' id='input_87_174' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_224\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_224'>E-mail players - Product subject<\/label><div class='ginput_container ginput_container_text'><input name='input_224' id='input_87_224' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_168\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_168'>E-mail Players - About the game<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_168-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><link rel='stylesheet' id='dashicons-css' href='https:\/\/www.breakoutbandits.com\/wp-includes\/css\/dashicons.min.css?ver=6.9.5' type='text\/css' media='all' \/>\n<link rel='stylesheet' id='editor-buttons-css' href='https:\/\/www.breakoutbandits.com\/wp-includes\/css\/editor.min.css?ver=6.9.5' type='text\/css' media='all' \/>\n<div id=\"wp-input_87_168-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_168\" id=\"input_87_168\"><\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_225\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_225'>E-mail players - Product URL<\/label><div class='ginput_container ginput_container_text'><input name='input_225' id='input_87_225' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_193\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_193'>DEPRICATED Email Players - Download instructions<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_193-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_193-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_193\" id=\"input_87_193\">DEPRICATED<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_194\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_194'>DEPRICATED E-mail Players - login instructions<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_194-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_194-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_194\" id=\"input_87_194\">DEPRICATED <\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_92\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_92'>Gebruikersnaam<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_92' id='input_87_92' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_205\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_205'>Wachtwoord<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_205' id='input_87_205' type='text' value='breakout' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_196\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_196'>DEPRICATED E-mail Players - Permissions<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_196-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_196-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_196\" id=\"input_87_196\">DEPRICATED <\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_173\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_173'>E-mail Players - Packaging list<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_173-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_173-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_173\" id=\"input_87_173\"><\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_226\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_226'>E-mail - Duration<\/label><div class='ginput_container ginput_container_text'><input name='input_226' id='input_87_226' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_177\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_177'>E-mail Players - Game rules<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_177-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_177-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_177\" id=\"input_87_177\"><\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_175\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_175'>E-mail - Image URL 2<\/label><div class='ginput_container ginput_container_text'><input name='input_175' id='input_87_175' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_209\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_209'>E-mail - Image URL 3<\/label><div class='ginput_container ginput_container_text'><input name='input_209' id='input_87_209' type='text' value='https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/mailing-about-us.jpg' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_208\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_208'>DEPRICATED Email Players - About us<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_208-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_208-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_208\" id=\"input_87_208\">DEPRICATED <\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_199\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_199'>DEPRICATED Email General - Questions<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_199-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_199-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_199\" id=\"input_87_199\">DEPRICATED <\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_212\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_212'>Email Gamemaster  - Inform all players<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_212-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_212-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_212\" id=\"input_87_212\">&lt;p style=\"font-size: 1rem\"&gt;Je ontvangt een aparte e-mail met praktische informatie voor de spelers. Stuur de e-mail door naar de spelers.&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;&lt;span style=\"color: #e6aa21\"&gt;&lt;i&gt;Let op: Stuur de e-mail die je nu leest niet door naar de spelers, maar stuur de apart verzonden e-mail door. Deze e-mail is speciaal voor de spelers geschreven en je kunt hem in zijn geheel doorsturen.&lt;\/i&gt;&lt;\/span&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Als je het een verrassing wilt houden welke game je gaat spelen, kun je er ook voor kiezen om alleen een deel van de praktische informatie door te sturen.&lt;br&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;De e-mail bevat de volgende informatie:&lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_222\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_222'>Email Gamemaster  - faq players<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_222-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_222-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_222\" id=\"input_87_222\">&lt;div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\"&gt; \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Een of meerdere spelers kunnen niet meedoen. Wat moet ik doen?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Geen probleem. De overige spelers kunnen het spel gewoon spelen. Let op: de naam\/namen en antwoorden van de afwezige speler(s) blijven wel zichtbaar in het spel. Wil je deze namen en antwoorden laten verwijderen? Neem dan zo snel mogelijk contact met ons op. Omdat we al begonnen zijn met het bouwen van het spel, rekenen we hiervoor een extra vergoeding.&lt;\/p&gt;  \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Is het mogelijk om nieuwe spelers toe te voegen?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Ja, dat is mogelijk. Omdat we echter al gestart zijn met het bouwen van het spel, brengen we 10% van het totaalbedrag in rekening om de vragenlijst opnieuw te openen en de namen en antwoorden van de nieuwe speler(s) toe te voegen. Neem zo snel mogelijk contact met ons op als je nieuwe spelers wilt toevoegen.&lt;\/p&gt; &lt;\/div&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_213\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_213'>Email Gamemaster  - Teams 2-3 persons<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_213-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_213-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_213\" id=\"input_87_213\">&lt;p style=\"font-size: 1rem\"&gt;Je stelt zelf de teams samen. We raden kleine teams van 2-3 personen aan. Zo kan iedereen het spel gemakkelijk op \u00e9\u00e9n scherm volgen.&lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_214\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_214'>Email Gamemaster  - Teams max 5 persons<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_214-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_214-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_214\" id=\"input_87_214\">&lt;p style=\"font-size: 1rem\"&gt;Je stelt zelf de teams samen. Wij adviseren teams van maximaal 5 personen, zodat ze in \u00e9\u00e9n standaard personenauto passen.&lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_215\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_215'>Email Gamemaster  - faq teams<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_215-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_215-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_215\" id=\"input_87_215\">&lt;div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\"&gt;&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Moet ik van tevoren teams aanmaken?&lt;\/b&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Nee. Spelers kunnen v\u00f3\u00f3r de wedstrijd hun eigen teams samenstellen. Trek hier wel een paar minuten voor uit.&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Hoe stuur ik de teams naar Breakout Bandits?&lt;\/b&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Dat hoeft niet. Vraag de spelers gewoon om hun teams te kiezen. E\u00e9n persoon per team start de Loquiz-app, maakt het team aan en voegt namen toe. Het spel begint zodra je het start met de activeringscode.&lt;\/p&gt;&lt;\/div&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_216\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_216'>Email Gamemaster  - indoor or outdoor<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_216-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_216-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_216\" id=\"input_87_216\">&lt;p style=\"font-size: 1rem\"&gt;Capture The Flag kan zowel buiten als binnen gespeeld worden. Denk van tevoren na welke versie je wilt spelen.&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Buitenversie (Standaard)&lt;\/b&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Als het weer goed is, adviseren we om de buitenversie te spelen. Voor de buitenversie is geen extra voorbereiding nodig.&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Binnenversie (bij slecht weer)&lt;\/b&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Bij slecht weer heb je de mogelijkheid om de binnenversie te spelen. Je speelt Capture The Flag dan op een zelfgekozen binnenlocatie. &lt;a href=\"https:\/\/www.breakoutbandits.com\/nl\/ik-wil-de-indoor-versie-spelen-waar-moet-de-binnenlocatie-aan-voldoen\/\" target=\"_blank\"&gt;Lees meer over de voorwaarden voor een geschikte binnenlocatie&lt;\/a&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;De binnenversie werkt hetzelfde als de buitenversie. Het enige verschil is dat teams bij de binnenversie QR-codes moeten scannen om naar een volgend level te gaan.&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Je kunt op het laatste moment beslissen om de binnenversie te spelen, zonder dat je contact met ons opneemt. Zo houd je de binnenversie achter de hand bij wisselvallig weer. Let op: de binnenversie vraagt &lt;b&gt;extra voorbereiding&lt;\/b&gt; van jou als spelleider. De QR-codes moeten worden uitgeprint en verstopt.&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Download de QR-codes via de knop hieronder, inclusief tips voor het verstoppen. Je kunt ze downloaden en printen als backup, en uiteindelijk alsnog de buitenversie spelen. Je hoeft pas te beslissen welke versie je speelt op het moment dat je het spel start.&lt;\/p&gt; &lt;br&gt; &lt;p style=\"font-size: 1rem\"&gt; \t&lt;a style=\"background-color: #e6aa21;color: white;padding: 15px 15px;text-align: center;text-decoration: none;border-radius: 3px;text-transform: uppercase;font-size: 14px\" href=\"https:\/\/www.breakoutbandits.com\/capturetheflag-qrcodes-indoor-nl-v2\/\" target=\"_blank\"&gt;Download QR-codes&lt;\/a&gt; &lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_217\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_217'>Email Gamemaster  - location indoor<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_217-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_217-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_217\" id=\"input_87_217\">&lt;p style=\"font-size: 1rem\"&gt;Je dient zelf de locatie voor Capture The Flag Indoor te regelen.&lt;\/p&gt;  &lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Eisen voor de locatie&lt;\/b&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;In principe kan elke binnenlocatie worden gebruikt, zolang alle spelers er maar inpassen. Zorg ervoor dat er 9 plekken zijn waar je een QR-code ter grootte van een A4 kunt verstoppen. Denk aan de onderkant van een tafel of stoel, de achterkant van een deur, enzovoort. Hoe meer de teams \u00e9cht moeten zoeken naar de QR-codes, hoe leuker het wordt. In die zin biedt een grote locatie meer mogelijkheden! Zo kan een groep een code scannen zonder dat een ander team dat meteen ziet.&lt;\/p&gt;  &lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Print de QR-codes&lt;\/b&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Tijdens het spel moeten spelers QR-codes scannen om naar een nieuw level te gaan. De QR-codes moeten door jou als spelleider uitgeprint en verstopt worden. Download de QR-codes via de knop hieronder, inclusief instructies over hoe je ze het best kunt verstoppen.&lt;\/p&gt;  &lt;br&gt; &lt;p style=\"font-size: 1rem\"&gt; \t&lt;a style=\"background-color: #e6aa21;border: none;color: white;padding: 15px 15px;text-align: center;text-decoration: none;border-radius: 3px;text-transform: uppercase;font-size: 14px\" href=\"https:\/\/www.breakoutbandits.com\/capturetheflag-qrcodes-indoor-nl-v2\/\" target=\"_blank\"&gt;Download QR-codes&lt;\/a&gt; &lt;\/p&gt;&lt;br&gt;  &lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Verstop de QR-codes&lt;\/b&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Zorg ervoor dat de QR-codes goed verstopt zijn, zodat ze niet direct zichtbaar zijn voor de teams en ze echt goed moeten zoeken. Idealiter zijn ze ongeveer 15 minuten aan het zoeken. Laat het echter niet veel langer duren, anders wordt het frustrerend en komen teams in de knel met de tijd. Denk bij verstopplekken aan de onderkant van een tafel of stoel, de achterkant van een deur, in een kast, enzovoort.&lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_232\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_232'>Email Gamemaster  - location CTF and POTR<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_232-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_232-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_232\" id=\"input_87_232\">&lt;p style=\"font-size: 1rem\"&gt;In principe kan het spel op elke locatie gespeeld worden. Zowel in een grote stad als in een klein dorp. Midden in het bos, weiland of in de duinen. In principe is alles mogelijk.&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Let op de volgende voorwaarden:&lt;ul style=\"font-size: 1rem\"&gt;&lt;li&gt;De locatie is buiten en gps-ontvangst is mogelijk. (Dus niet in een overdekt winkelcentrum of de metro).&lt;\/li&gt;&lt;li&gt;Er is een mobiele internetverbinding beschikbaar op de locatie.&lt;\/li&gt;&lt;li&gt;Het is mogelijk om minimaal 3 tot 4 kilometer vanaf de locatie te lopen. (Het is geen voorwaarde, maar het is natuurlijk wel fijn als dit geen lange rechte weg is.)&lt;\/li&gt;&lt;\/ul&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Het spel werkt als een stappenteller. Het gaat om de afstand die de spelers lopen. Spelers kunnen zelf hun route bepalen. &lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;De meeste teams kiezen een van de volgende opties:&lt;ul style=\"font-size: 1rem\"&gt;&lt;li&gt;Begin op locatie A en eindig op locatie A. Spelers kunnen hun eigen route lopen, zolang ze maar eindigen op dezelfde locatie als waar ze begonnen.&lt;\/li&gt;&lt;li&gt;Begin op locatie A en eindig op locatie B. (Zoals een bar om af te sluiten met een drankje) Spelers kunnen hun eigen route lopen naar locatie B.&lt;\/li&gt;&lt;\/ul&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Je hoeft de locatie van het spel niet door te geven aan Breakout Bandits.&lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_180\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_180'>Activatie code<\/label><div class='ginput_container ginput_container_text'><input name='input_180' id='input_87_180' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_181\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_181'>Activatie code (indoor)<\/label><div class='ginput_container ginput_container_text'><input name='input_181' id='input_87_181' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_218\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_218'>Email Gamemaster  - start game (incl backup game)<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_218-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_218-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_218\" id=\"input_87_218\">&lt;ul style=\"font-size: 1rem\"&gt; \t&lt;li&gt;Start de Loquiz-app&lt;\/li&gt; \t&lt;li&gt;Log in met de gebruikersnaam en het wachtwoord dat je van ons hebt gekregen&lt;\/li&gt; \t&lt;li&gt;Je ziet een scherm met uitleg over het spel&lt;\/li&gt; \t&lt;li&gt;Kies \"OK\"&lt;\/li&gt; \t&lt;li&gt;Maak een team aan. (Als je niet als spelleider speelt, moet je alsnog een team aanmaken om het spel te starten.)&lt;\/li&gt; \t&lt;li&gt;Je komt vervolgens in een wachtruimte terecht.&lt;\/li&gt; \t&lt;li&gt;Kies \"Spelleider? Activeer het spel!\"&lt;\/li&gt; \t&lt;li&gt;Activeer de versie van het spel die je wilt spelen met behulp van de activatiecode hieronder&lt;\/li&gt; \t&lt;li&gt;Alle teams zien nu tegelijkertijd de spelregels.&lt;\/li&gt; \t&lt;li&gt;Zorg dat iedereen de spelregels goed doorleest.&lt;\/li&gt; \t&lt;li&gt;Kies \"Start spel\". Het spel start dan voor alle teams tegelijk.&lt;\/li&gt; &lt;\/ul&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_219\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_219'>Email Gamemaster  - start game (excl backup game)<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_219-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_219-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_219\" id=\"input_87_219\">&lt;ul style=\"font-size: 1rem\"&gt; \t&lt;li&gt;Start de Loquiz-app&lt;\/li&gt; \t&lt;li&gt;Log in met de gebruikersnaam en het wachtwoord die je van ons hebt ontvangen&lt;\/li&gt; \t&lt;li&gt;Je ziet een scherm met uitleg over het spel&lt;\/li&gt; \t&lt;li&gt;Kies \"OK\"&lt;\/li&gt; \t&lt;li&gt;Maak een team aan. (Als je niet als spelleider speelt, moet je alsnog een team aanmaken om het spel te starten.)&lt;\/li&gt; \t&lt;li&gt;Je komt terecht in een wachtruimte.&lt;\/li&gt; \t&lt;li&gt;Kies \"Spelleider? Activeer het spel!\"&lt;\/li&gt; \t&lt;li&gt;Activeer het spel met behulp van de activatiecode hieronder&lt;\/li&gt; \t&lt;li&gt;Alle teams zien nu tegelijkertijd de spelregels.&lt;\/li&gt; \t&lt;li&gt;Zorg dat iedereen de spelregels heeft gelezen.&lt;\/li&gt; \t&lt;li&gt;Kies \"Start spel\". Het spel start dan voor alle teams tegelijk.&lt;\/li&gt; &lt;\/ul&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_220\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_220'>Email Gamemaster  - Faq&#039;s start game<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_220-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_220-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_220\" id=\"input_87_220\">&lt;div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\"&gt; \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Wat gebeurt er als ik de activatiecode naar alle spelers stuur?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Als je de activatiecode met anderen deelt, verlies je de controle over wanneer het spel wordt gestart. Als het spel (per ongeluk) wordt gestart, kan dit niet meer worden teruggedraaid. Iedereen die daarna pas inlogt, heeft minder of zelfs geen tijd meer om het spel te spelen.&lt;\/p&gt; \t \t&lt;p style=\"font-size: 1rem\"&gt;&lt;strong&gt;Kan ik het spel testen voordat ik het start?&lt;\/strong&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Dat hangt ervan af wat je precies wilt testen. Je kunt de app alvast openen om te testen of deze goed werkt. Werkt de app niet zoals verwacht? Controleer dan of je bij het installeren alle benodigde toestemmingen hebt gegeven. Start het spel zelf nog niet. Als je dat wel doet, gaat het spel \u00e9cht van start.&lt;\/p&gt; &lt;\/div&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_221\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_221'>Email Gamemaster  - faq&#039;s date and time<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_221-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_221-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_221\" id=\"input_87_221\">&lt;div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\"&gt; \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Is het een probleem als we iets eerder of later starten?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Dat is geen probleem. We plannen onze telefonische ondersteuning ruim van tevoren in. Het is dus geen probleem als je iets eerder of later begint.&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Let op: \t&lt;ul style=\"font-size: 1rem\"&gt; \t\t&lt;li&gt;Als je van tevoren al weet dat het schema verandert, laat het ons dan even weten.&lt;\/li&gt; \t\t&lt;li&gt;Als het schema op de dag zelf meer dan een uur verandert, neem dan telefonisch contact met ons op. Dan kunnen wij onze ondersteuning aanpassen.&lt;\/li&gt; \t&lt;\/ul&gt; \t&lt;\/p&gt;  \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Hebben we minder speeltijd als we later beginnen?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Nee, de totale speeltijd blijft hetzelfde als jullie later starten.&lt;\/p&gt;  \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Kunnen we het spel verplaatsen naar een andere datum?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Ja. Neem even contact met ons op om te kijken of de nieuwe datum nog beschikbaar is. We rekenen geen extra kosten voor het verplaatsen, tenzij je vraagt om spelers toe te voegen of te verwijderen. In dat geval rekenen we 25% extra van het totaalbedrag. Lees onze &lt;a href=\"https:\/\/www.breakoutbandits.com\/nl\/algemene-voorwaarden\/\"&gt;algemene voorwaarden&lt;\/a&gt; voor meer informatie.&lt;\/p&gt;  \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Krijgen we ons geld terug als we moeten annuleren?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Dat hangt af van wanneer je het spel annuleert. Lees onze &lt;a href=\"https:\/\/www.breakoutbandits.com\/nl\/algemene-voorwaarden\/\"&gt;algemene voorwaarden&lt;\/a&gt; voor meer informatie.&lt;\/p&gt; &lt;\/div&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_87_123' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_2' class='gform_page' data-js='page-field-id-123' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_115\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Vragenlijst<\/h2>\r\nDe eerste stap in de spelvoorbereiding is om de onderstaande uitnodiging naar alle spelers te sturen. Heb je meer tijd nodig om de uitnodiging te versturen? Je kan altijd terugkeren naar deze pagina door te klikken op de link in de bevestigingsmail die je van ons hebt ontvangen.<\/div><div id=\"field_87_121\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Je browsertaal is <b>Nederlands<\/b> en je speltaal is <b>Engels<\/b>.<br>Verstuur aub de uitnodiging in het <b>Engels<\/b>\r\n<\/div><\/div><div id=\"field_87_241\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div id=\"emailcontentNL-EN\" style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white;\">\r\nHi!<br>\r\n<br>\r\nWe will play <span data-gppa-live-merge-tag=\"@{:98}\"><\/span> on <span data-gppa-live-merge-tag=\"@{:55:l j F Y}\"><\/span> at <span data-gppa-live-merge-tag=\"@{:47}\"><\/span>. In preparation for the game, please fill in this questionnaire:<br>\r\n<br>\r\nhttps:\/\/www.breakoutbandits.com\/questionnaire-v2\/?teamid=<span data-gppa-live-merge-tag=\"@{:44}\"><\/span><\/a><br>\r\n<br>\r\nPlease fill in the questionnaire before <span data-gppa-live-merge-tag=\"@{:56:l j F Y}\"><\/span>. <br>\r\n<br>\r\nKind regards,<br>\r\n<\/div>\r\n<button id=\"copyHtmlButtonNL-EN\" type=\"button\" style=\"background-color: white; border: 2px solid #e6aa21; color: #e6aa21; padding: 15px 32px; text-align: center; text-decoration: none; display: block; border-radius: 3px; text-transform: uppercase; font-size: 14px; margin-top: 20px;margin-bottom: 20px;\">Kopieer de uitnodiging naar je klembord<\/button>\r\n\r\n<ul class=\"styled-ul\" style=\"padding: 0;\">\r\n\t<li>Je ontvangt een e-mail zodra een speler de vragenlijst heeft ingevuld.<\/li>\r\n<li><a href=\"https:\/\/www.breakoutbandits.com\/nl\/kan-ik-de-game-organiseren-als-verrassing\/\" target=\"_blank\">Het spel als verrassing organiseren? Lees meer over de mogelijkheden<\/a><\/li>\r\n<\/ul>\r\n\r\n<script>\r\ndocument.getElementById(\"copyHtmlButtonNL-EN\").addEventListener(\"click\", function () {\r\n\u00a0 const targetDiv = document.getElementById(\"emailcontentNL-EN\");\r\n\r\n\u00a0 if (targetDiv) {\r\n\u00a0 \u00a0 const html = targetDiv.innerText;\r\n\r\n\u00a0 \u00a0 if (navigator.clipboard && window.isSecureContext) {\r\n\u00a0 \u00a0 \u00a0 navigator.clipboard.writeText(html).then(function () {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"De uitnodiging is succesvol gekopieerd naar je klembord\");\r\n\u00a0 \u00a0 \u00a0 }, function (err) {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"Fout: \" + err);\r\n\u00a0 \u00a0 \u00a0 });\r\n\u00a0 \u00a0 } else {\r\n\u00a0 \u00a0 \u00a0 const textarea = document.createElement(\"textarea\");\r\n\u00a0 \u00a0 \u00a0 textarea.value = html;\r\n\u00a0 \u00a0 \u00a0 textarea.style.position = \"fixed\";\r\n\u00a0 \u00a0 \u00a0 document.body.appendChild(textarea);\r\n\u00a0 \u00a0 \u00a0 textarea.focus();\r\n\u00a0 \u00a0 \u00a0 textarea.select();\r\n\u00a0 \u00a0 \u00a0 try {\r\n\u00a0 \u00a0 \u00a0 \u00a0 document.execCommand(\"copy\");\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"De uitnodiging is succesvol gekopieerd naar je klembord\");\r\n\u00a0 \u00a0 \u00a0 } catch (err) {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"Fout: \" + err);\r\n\u00a0 \u00a0 \u00a0 }\r\n\u00a0 \u00a0 \u00a0 document.body.removeChild(textarea);\r\n\u00a0 \u00a0 }\r\n\r\n\u00a0 } else {\r\n\u00a0 \u00a0 alert(\"Er ging iets mis\");\r\n\u00a0 }\r\n});\r\n<\/script><\/div><div id=\"field_87_243\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div id=\"emailcontentNL-NL\" style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white;\">\r\nHoi!<br>\r\n<br>\r\nWe gaan <span data-gppa-live-merge-tag=\"@{:98}\"><\/span> spelen op <span data-gppa-live-merge-tag=\"@{:55}\"><\/span> om <span data-gppa-live-merge-tag=\"@{:47}\"><\/span>. Ter voorbereiding op het spel vragen we je om deze vragenlijst in te vullen:<br>\r\n<br>\r\nhttps:\/\/www.breakoutbandits.com\/nl\/vragenlijst-v2\/?teamid=<span data-gppa-live-merge-tag=\"@{:44}\"><\/span><\/a><br>\r\n<br>\r\nVul de vragenlijst in v\u00f3\u00f3r <span data-gppa-live-merge-tag=\"@{:56:}\"><\/span>.<br>\r\n<br>\r\nGroetjes,<br>\r\n<\/div>\r\n<button id=\"copyHtmlButtonNL-NL\" type=\"button\" style=\"background-color: white; border: 2px solid #e6aa21; color: #e6aa21; padding: 15px 32px; text-align: center; text-decoration: none; display: block; border-radius: 3px; text-transform: uppercase; font-size: 14px; margin-top: 20px;margin-bottom: 20px;\">Kopieer de uitnodiging naar je klembord<\/button>\r\n\r\n<ul class=\"styled-ul\" style=\"padding: 0;\">\r\n\t<li>Je ontvangt een e-mail zodra een speler de vragenlijst heeft ingevuld.<\/li>\r\n<li><a href=\"https:\/\/www.breakoutbandits.com\/nl\/kan-ik-de-game-organiseren-als-verrassing\/\" target=\"_blank\">Het spel als verrassing organiseren? Lees meer over de mogelijkheden<\/a><\/li>\r\n<\/ul>\r\n\r\n<script>\r\ndocument.getElementById(\"copyHtmlButtonNL-NL\").addEventListener(\"click\", function () {\r\n\u00a0 const targetDiv = document.getElementById(\"emailcontentNL-NL\");\r\n\r\n\u00a0 if (targetDiv) {\r\n\u00a0 \u00a0 const html = targetDiv.innerText;\r\n\r\n\u00a0 \u00a0 if (navigator.clipboard && window.isSecureContext) {\r\n\u00a0 \u00a0 \u00a0 navigator.clipboard.writeText(html).then(function () {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"De uitnodiging is succesvol gekopieerd naar je klembord\");\r\n\u00a0 \u00a0 \u00a0 }, function (err) {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"Fout: \" + err);\r\n\u00a0 \u00a0 \u00a0 });\r\n\u00a0 \u00a0 } else {\r\n\u00a0 \u00a0 \u00a0 const textarea = document.createElement(\"textarea\");\r\n\u00a0 \u00a0 \u00a0 textarea.value = html;\r\n\u00a0 \u00a0 \u00a0 textarea.style.position = \"fixed\";\r\n\u00a0 \u00a0 \u00a0 document.body.appendChild(textarea);\r\n\u00a0 \u00a0 \u00a0 textarea.focus();\r\n\u00a0 \u00a0 \u00a0 textarea.select();\r\n\u00a0 \u00a0 \u00a0 try {\r\n\u00a0 \u00a0 \u00a0 \u00a0 document.execCommand(\"copy\");\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"De uitnodiging is succesvol gekopieerd naar je klembord\");\r\n\u00a0 \u00a0 \u00a0 } catch (err) {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"Fout: \" + err);\r\n\u00a0 \u00a0 \u00a0 }\r\n\u00a0 \u00a0 \u00a0 document.body.removeChild(textarea);\r\n\u00a0 \u00a0 }\r\n\r\n\u00a0 } else {\r\n\u00a0 \u00a0 alert(\"Er ging iets mis\");\r\n\u00a0 }\r\n});\r\n<\/script>\r\n<\/div><fieldset id=\"field_87_122\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Heb je de uitnodiging verstuurd?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_122'>\n\t\t\t<div class='gchoice gchoice_87_122_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_122' type='radio' value='yes'  id='choice_87_122_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_122_0' id='label_87_122_0' class='gform-field-label gform-field-label--type-inline'>Ja<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_122_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_122' type='radio' value='no'  id='choice_87_122_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_122_1' id='label_87_122_1' class='gform-field-label gform-field-label--type-inline'>Nee<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_87_247\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Wat wil je nu doen?<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_247'>\n\t\t\t<div class='gchoice gchoice_87_247_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_247' type='radio' value='stop'  id='choice_87_247_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_247_0' id='label_87_247_0' class='gform-field-label gform-field-label--type-inline'>Stop en neem de tijd om de uitnodiging te versturen<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_247_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_247' type='radio' value='continue'  id='choice_87_247_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_247_1' id='label_87_247_1' class='gform-field-label gform-field-label--type-inline'>Ga verder en lees alle praktische informatie over het spel<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_87_246\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\nJe kan terugkeren naar deze pagina door te klikken op de link in de bevestigingsmail die je van ons hebt ontvangen.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_87_128' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='button' id='gform_next_button_87_128' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_3' class='gform_page' data-js='page-field-id-128' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_3' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_45\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Spelers<\/h2>\r\nIn de onderstaande lijst zie je hoeveel spelers de vragenlijst hebben ingevuld. We zullen deze namen in het spel verwerken. Controleer of de lijst compleet is en of alle namen correct zijn. Neem <a href=\"https:\/\/www.breakoutbandits.com\/nl\/contact\/\">contact<\/a> met ons op als je een speler wilt bewerken of verwijderen.<\/div><div id=\"field_87_43\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_43'>Number of players (filled in questionnaire) - lookup<\/label><div class='ginput_container ginput_container_text'><input name='input_43' id='input_87_43' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_190\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >Er is iets misgegaan met het invullen van de spelersnamen. Neem contact met ons op.<\/div><div id=\"field_87_191\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_191'>Spelers<\/label><div class='gfield_description' id='gfield_description_87_191'>Only for e-mail<\/div><div class='ginput_container ginput_container_textarea'><textarea name='input_191' id='input_87_191' class='textarea large'  aria-describedby=\"gfield_description_87_191\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_87_59\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\"><h3 style=\"color:white;\">Geen van de spelers heeft de vragenlijst nog ingevuld.<\/h3>Controleer of de spelers je uitnodiging hebben ontvangen. Als je zeker weet dat ze de uitnodiging hebben ontvangen, kom dan later terug om te controleren wie de vragenlijst heeft ingevuld.<br>\r\n<br>Je kan terugkeren naar deze pagina door te klikken op de link in de bevestigingsmail die je van ons hebt ontvangen.\r\n<\/div><\/div><div id=\"field_87_56\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-no-icon gfield--width-full gw-field-type-date gw-field-dateType-datepicker gw-field-dateFormat-dmy gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_56'>Expiration date (lookup)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_56' id='input_87_56' type='text' value='' class='datepicker gform-datepicker dmy datepicker_no_icon gdatepicker-no-icon'   placeholder='dd\/mm\/jjjj' aria-describedby=\"input_87_56_date_format\" aria-invalid=\"false\" aria-required=\"true\"\/>\n                            <span id='input_87_56_date_format' class='screen-reader-text'>DD slash MM slash JJJJ<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_87_56' class='gform_hidden' value='https:\/\/www.breakoutbandits.com\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><div id=\"field_87_42\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_42'>Number of players (ordered) - (lookup)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_42' id='input_87_42' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_60\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full gfield_contains_required gfield_calculation field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_60'>Waiting for players<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_number'><input name='input_60' id='input_87_60' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"   aria-required=\"true\" aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_87_65\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full gfield_contains_required gfield_calculation field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_65'>Extra players<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_number'><input name='input_65' id='input_87_65' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"   aria-required=\"true\" aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_87_29\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> heeft\/hebben de vragenlijst ingevuld.<\/b> <\/li>\r\n<li>We wachten tot <b><span data-gppa-live-merge-tag=\"@{:60}\"><\/span> speler(s)<\/b> de vragenlijst heeft\/hebben ingevuld.<\/li>\r\n<li>Ze hebben nog <b><span data-gppa-live-merge-tag=\"@{:61}\"><\/span> dag(en)<\/b> om de vragenlijst in te vullen.<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_66\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> hebben de vragenlijst ingevuld.<\/b> <\/li>\r\n<li>Verwacht je meer spelers? Ze hebben nog <b><span data-gppa-live-merge-tag=\"@{:61}\"><\/span> dag(en)<\/b> om de vragenlijst in te vullen.<\/li>\r\n<li>Als er meer dan <span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers zijn, ontvang je een nieuwe factuur voor de extra speler(s).<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_64\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> hebben de vragenlijst ingevuld.<\/b><\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:65}\"><\/span> extra speler(s)<\/b> hebben de vragenlijst ingevuld.<\/li>\r\n<li>Je ontvangt een nieuwe factuur voor de extra speler(s).<\/li>\r\n<li>Potenti\u00eble extra spelers hebben nog <b><span data-gppa-live-merge-tag=\"@{:61}\"><\/span> dag(en)<\/b> om de vragenlijst in te vullen.<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_68\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>De vragenlijst is gesloten<\/li>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> hebben de vragenlijst ingevuld.<\/b> <\/li>\r\n<li>Je hebt te weinig spelers om het spel te spelen. Het minimum aantal spelers is 4. Neem contact met ons op om de mogelijkheden te bespreken.<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_71\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>De vragenlijst is gesloten<\/li>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> hebben de vragenlijst ingevuld.<\/b> <\/li>\r\n<li>Je hebt <span data-gppa-live-merge-tag=\"@{:60}\"><\/span> spelers minder dan je hebt besteld. Dat is geen probleem. We maken een spel zonder de ontbrekende spelers.<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_69\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>De vragenlijst is gesloten<\/li>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b>Alle spelers<\/b> hebben de vragenlijst ingevuld.<\/b> <\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_70\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>De vragenlijst is gesloten<\/li>\r\n<li>U heeft een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> heeft\/hebben de vragenlijst ingevuld.<\/b><\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:65}\"><\/span> extra speler(s)<\/b> heeft\/hebben de vragenlijst ingevuld.<\/li>\r\n<li>U ontvangt een nieuwe factuur voor de extra speler(s).<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_63\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div style=\"background-color:#f4f4f4; padding: 10px;\">\r\n<h3>Veelgestelde vragen<\/h3>\r\n<p><b>Wat als iemand te laat is met het invullen van de vragenlijst?<\/b><\/p>\r\n<p>Mensen die de vragenlijst niet hebben ingevuld, kunnen het spel nog steeds spelen, maar hun antwoorden worden niet meegenomen in het spel.<\/p>\r\n<p><b>Ik verwacht meer spelers dan ik heb besteld<\/b><\/p>\r\n<p>Zolang de vragenlijst open is, kun je zoveel spelers toevoegen als je wilt. We voegen de extra spelers toe aan het spel. Je ontvangt een nieuwe factuur voor de extra spelers.<\/p>\r\n<p><b>Ik verwacht minder spelers dan ik heb besteld<\/b><\/p>\r\n<p>Zolang je meer dan 6 spelers hebt, kun je het spel spelen. Bel of mail ons als je een nieuwe factuur wilt ontvangen met een lager aantal spelers.<\/p>\r\n<\/div><\/div><fieldset id=\"field_87_94\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Is de lijst van spelers compleet?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_94'>\n\t\t\t<div class='gchoice gchoice_87_94_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_94' type='radio' value='Yes'  id='choice_87_94_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_94_0' id='label_87_94_0' class='gform-field-label gform-field-label--type-inline'>Ja<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_94_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_94' type='radio' value='No'  id='choice_87_94_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_94_1' id='label_87_94_1' class='gform-field-label gform-field-label--type-inline'>Nee<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_87_248\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Wat wil je nu doen?<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_248'>\n\t\t\t<div class='gchoice gchoice_87_248_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_248' type='radio' value='stop'  id='choice_87_248_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_248_0' id='label_87_248_0' class='gform-field-label gform-field-label--type-inline'>Stop en wacht tot de spelers de vragenlijst hebben ingevuld<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_248_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_248' type='radio' value='continue'  id='choice_87_248_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_248_1' id='label_87_248_1' class='gform-field-label gform-field-label--type-inline'>Ga verder en lees alle praktische informatie over het spel<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_87_244\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\nJe kan terugkeren naar deze pagina door te klikken op de link in de bevestigingsmail die je van ons hebt ontvangen.\r\n<\/div><\/div><div id=\"field_87_230\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >Je hebt al bevestigd dat we kunnen beginnen met de bouw van het spel. We hebben alle praktische informatie voor spelers en spelleiders naar <span data-gppa-live-merge-tag=\"@{:82}\"><\/span> gestuurd. <br><br>Je ontvangt minimaal 24 uur voor aanvang van het spel een e-mailbevestiging dat het spel klaar is om te spelen.<\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_87_183' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='button' id='gform_next_button_87_183' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_4' class='gform_page' data-js='page-field-id-183' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_4' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_184\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Praktische informatie<\/h2><br>\r\nEen onderdeel van de voorbereiding van het spel is het lezen van alle praktische informatie, zoals:<br>\r\n<br>\r\n<ul class=\"styled-ul\" style=\"padding: 0;\">\r\n<li>Instructies voor het downloaden en starten van het spel.<\/li>\r\n<li>De spelregels<\/li>\r\n<li>Een paklijst<\/li>\r\n<\/ul><\/div><fieldset id=\"field_87_185\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Wanneer wil je de praktische informatie lezen?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_185'>\n\t\t\t<div class='gchoice gchoice_87_185_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_185' type='radio' value='now'  id='choice_87_185_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_185_0' id='label_87_185_0' class='gform-field-label gform-field-label--type-inline'>Ik wil de informatie nu lezen<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_185_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_185' type='radio' value='wait'  id='choice_87_185_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_185_1' id='label_87_185_1' class='gform-field-label gform-field-label--type-inline'>Ik wil de informatie later lezen<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_87_186\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\nNadat je deze spelvoorbereiding hebt voltooid, ontvang je twee e-mails op <b>{:82}<\/b>.<br>\r\n<br>\r\n<ul class=\"styled-ul-white\" style=\"padding: 0;\">\r\n<li>Een e-mail met alle praktische informatie voor de spelers. Je kunt deze doorsturen naar de spelers.<\/li>\r\n<li>Een e-mail met alle praktische informatie voor de spelleider. Deze e-mail bevat geheime informatie.<b> Stuur deze niet door naar de spelers.<\/b><\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_187\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"alert\">\r\nIn de volgende stappen kun je de praktische informatie lezen. Je ontvangt alle informatie ook per e-mail, nadat je deze spelvoorbereiding hebt afgerond. Je ontvangt twee e-mails op <b>{:82}<\/b>.<br>\r\n<br>\r\n<ul class=\"styled-ul-white\" style=\"padding: 0;\">\r\n<li>Een e-mail met alle praktische informatie voor de spelers. Je kunt deze doorsturen naar de spelers.<\/li>\r\n<li>Een e-mail met alle praktische informatie voor de spelleider. Deze e-mail bevat geheime informatie.<b> Stuur deze niet door naar de spelers.<\/b><\/li>\r\n<\/ul>\r\n<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_87_206' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='button' id='gform_next_button_87_206' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_5' class='gform_page' data-js='page-field-id-206' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_5' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_139\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Informatie voor spelers<\/h2><\/div><div id=\"field_87_156\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Nadat je deze spelvoorbereiding hebt afgerond, ontvang je op <b>{:82}<\/b> een e-mail met alle praktische informatie die je naar de spelers kunt doorsturen. De e-mail bevat de volgende informatie.<\/div><\/div><div id=\"field_87_239\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Nadat je deze spelvoorbereiding hebt afgerond, ontvang je een e-mail op <b>{:82}<\/b> met alle praktische informatie die je naar de spelers kunt doorsturen. De e-mail bevat de volgende informatie.<br>\r\n<br>\r\nJe browsertaal is <b>Nederlands<\/b> en je speltaal is <b>Engels<\/b>.<br>We sturen de e-mail voor de spelers in het <b>Engels<\/b>\r\n<\/div><\/div><div id=\"field_87_148\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><img decoding=\"async\" src=\"\" data-gppa-live-merge-tag-src=\"@{:174}\" width=\"100%\">\r\n<p style=\"font-size: 1rem;\">\r\nDear players,<\/p>\r\n<p style=\"font-size: 1rem;\">\r\nYou will play <span data-gppa-live-merge-tag=\"@{:98}\"><\/span> on <span data-gppa-live-merge-tag=\"@{:55:j F Y}\"><\/span> at <span data-gppa-live-merge-tag=\"@{:47}\"><\/span>. The starting location will be communicated to you by your game master.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>About {productname:98}<\/b><\/p>\r\n\t\t<div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: #e6aa21;color:white\">\r\n\t\t\t<p style=\"font-size: 1rem; margin-top:20px;text-transform: uppercase;\"><b>{product-subject:224}<\/b><\/p>\r\n\t\t\t{product-info:168}\r\n\t\t\t<p style=\"font-size: 1rem;\">\r\n\t\t\t\t<a style=\"background-color: white; border: 2px solid #e6aa21; color: #e6aa21; padding: 15px 32px; margin-top: 20px; text-align: center; text-decoration: none;  display:block; text-decoration: none; border-radius: 3px; text-transform: uppercase; font-size: 1rem;\"\r\n\t\t\t\t href=\"{product-url:225}\">Read more about the game<\/a>\r\n\t\t\t<\/p>\r\n\t\t<\/div>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Download<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nThe game is played with the Loquiz app. This app can be downloaded for free in the Appstore and Playstore.<\/p>\r\n<p style=\"font-size: 1rem;\">\r\n<a href=\"https:\/\/apps.apple.com\/nl\/app\/loquiz\/id575826783\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/download-on-the-app-store-flat-badge.png\" width=200px><\/a><br><br>\r\n<a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ee.loquiz&gl=US\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/get-it-on-google-play-badge.png\" width=200px><\/a><\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Login<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nUsername: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:92}\"><\/span><\/span><br>\r\nPassword: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:205}\">breakout<\/span><\/span><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nLogin with the credentials above. After entering the login details, enter a team name and wait for the game master to start the game.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Permissions<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nGive permission for the app to:<\/p>\r\n<ul style=\"font-size: 1rem;\">\r\n<li>use GPS<\/li>\r\n<li>send push notifications<\/li>\r\n<li>use camera<\/li>\r\n<li>use photos<\/li>\r\n<\/ul>\r\n<p style=\"font-size: 1rem;\">\r\nIf you do not give permission to all of the above, the app will not work, and you will not be able to play the game.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Packaging list<\/b><\/p>\r\n<span data-gppa-live-merge-tag=\"@{:173}\"><\/span><br>\r\n<img decoding=\"async\" src=\"\" data-gppa-live-merge-tag-src=\"@{:175}\" width=\"100%\"><br>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Game rules<\/b><\/p>\r\n<p style=\"font-size: 1rem;\"><b>Duration<\/b><\/p>\r\n<p style=\"font-size: 1rem;\"><span data-gppa-live-merge-tag=\"@{duration:226}\"><\/span> hour(s)<\/p>\r\n<span data-gppa-live-merge-tag=\"@{rules:177}\"><\/span>\r\n<br>\r\n<img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/mailing-about-us.jpg\" data-gppa-live-merge-tag-src=\"@{:209}\" width=\"100%\">\r\n<br>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>About Breakout Bandits<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">We are a social enterprise whose primary goal is to make a social impact. Making a profit is a secondary goal. <\/p>\r\n<p style=\"font-size: 1rem;\">\r\nAt Breakout Bandits, we create team building games with young people who got stuck in life. They learn new skills, gain more self-confidence and gain perspective! Your team outing ensures that we can help new young people further. In this way, our games not only have an impact on your team, but also on the lives of our young people! <\/p>\r\n<p style=\"font-size: 1rem;padding-top:20px\">\r\n<a style=\"background-color: #e6aa21; border: 2px solid #e6aa21; color: white; padding: 15px 32px; text-align: center; text-decoration: none;  display: block; text-decoration: none; border-radius: 3px; text-transform: uppercase; font-size: 1rem;\" href=\"https:\/\/www.breakoutbandits.com\/nl\/over-ons\/\">Read more about Breakout Bandits<\/a><\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Questions?<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">If you have any questions, please contact us. You can reach us by phone at +31 (0)88 25 27 100. You can also respond to this email if you prefer to send an email.<\/p>\r\n<p style=\"font-size: 1rem;\">\r\nKind regards,<br>\r\nTeam Breakout Bandits<\/p><\/div><div id=\"field_87_240\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><img decoding=\"async\" src=\"\" data-gppa-live-merge-tag-src=\"@{:174}\" width=\"100%\">\r\n<p style=\"font-size: 1rem;\">\r\nBeste spelers,<\/p>\r\n<p style=\"font-size: 1rem;\">\r\nJullie spelen <span data-gppa-live-merge-tag=\"@{:98}\"><\/span> op <span data-gppa-live-merge-tag=\"@{:55}\"><\/span> om <span data-gppa-live-merge-tag=\"@{:47}\"><\/span>. De startlocatie wordt doorgegeven door je spelleider.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Over {productname:98}<\/b><\/p>\r\n<div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: #e6aa21;color:white\">\r\n<p style=\"font-size: 1rem; margin-top:20px;text-transform: uppercase;\"><b>{product-subject:224}<\/b><\/p>\r\n{product-info:168}\r\n<p style=\"font-size: 1rem;\">\r\n<a style=\"background-color: white; border: 2px solid #e6aa21; color: #e6aa21; padding: 15px 32px; margin-top: 20px; text-align: center; text-decoration: none; display:block; text-decoration: none; border-radius: 3px; text-transform: uppercase; font-size: 1rem;\"\r\nhref=\"{product-url:225}\">Lees meer over het spel<\/a>\r\n<\/p>\r\n<\/div>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Downloaden<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nHet spel wordt gespeeld met de Loquiz-app. Deze app is gratis te downloaden in de App Store en Playstore.<\/p>\r\n<p style=\"font-size: 1rem;\">\r\n<a href=\"https:\/\/apps.apple.com\/nl\/app\/loquiz\/id575826783\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/download-on-the-app-store-flat-badge.png\" width=200px><\/a><br><br>\r\n<a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ee.loquiz&gl=US\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/get-it-on-google-play-badge.png\" width=200px><\/a><\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Inloggen<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nGebruikersnaam: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:92}\"><\/span><\/span><br>\r\nWachtwoord: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:205}\">breakout<\/span><\/span><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nLog in met de bovenstaande inloggegevens. Nadat je de inloggegevens hebt ingevoerd, voer je een teamnaam in en wacht je tot de spelleider het spel start.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Toestemmingen<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nGeef de app toestemming om:<\/p>\r\n<ul style=\"font-size: 1rem;\">\r\n<li>gps te gebruiken<\/li>\r\n<li>pushmeldingen te versturen<\/li>\r\n<li>de camera te gebruiken<\/li>\r\n<li>foto's te gebruiken<\/li>\r\n<\/ul>\r\n<p style=\"font-size: 1rem;\">\r\nAls je niet alle bovenstaande toestemmingen geeft, werkt de app niet en kun je het spel niet spelen.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Pakketlijst<\/b><\/p>\r\n<span data-gppa-live-merge-tag=\"@{:173}\"><\/span><br>\r\n<img decoding=\"async\" src=\"\" data-gppa-live-merge-tag-src=\"@{:175}\" width=\"100%\"><br>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Spelregels<\/b><\/p>\r\n<p style=\"font-size: 1rem;\"><b>Duur<\/b><\/p>\r\n<p style=\"font-size: 1rem;\"><span data-gppa-live-merge-tag=\"@{duration:226}\"><\/span> uur<\/p>\r\n<span data-gppa-live-merge-tag=\"@{rules:177}\"><\/span>\r\n<br>\r\n<img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/mailing-about-us.jpg\" data-gppa-live-merge-tag-src=\"@{:209}\" width=\"100%\">\r\n<br>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Over Breakout Bandits<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\u200bWe zijn een sociale onderneming die als primaire doel heeft om een sociale impact te maken. Winst maken is een secundair doel. <\/p>\r\n<p style=\"font-size: 1rem;\">\r\nBij Breakout Bandits maken we teambuildingspellen met jongeren die vastgelopen zijn in het leven. Ze leren nieuwe vaardigheden, krijgen meer zelfvertrouwen en krijgen weer perspectief! Jouw teamuitje zorgt ervoor dat we nieuwe jongeren verder kunnen helpen. Zo hebben onze spellen niet alleen impact op jouw team, maar ook op het leven van onze jongeren! <\/p>\r\n<p style=\"font-size: 1rem;padding-top:20px\">\r\n<a style=\"background-color: #e6aa21; border: 2px solid #e6aa21; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: block; text-decoration: none; border-radius: 3px; text-transform: uppercase; font-size: 1rem;\" href=\"https:\/\/www.breakoutbandits.com\/nl\/over-ons\/\">Lees meer over Breakout Bandits<\/a><\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Vragen?<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">Heb je vragen? Neem dan contact met ons op. We zijn telefonisch bereikbaar op +31 (0)88 25 27 100. Je kunt ook op deze e-mail reageren als je liever een e-mail stuurt.<\/p>\r\n<p style=\"font-size: 1rem;\">\r\nMet vriendelijke groet,<br>\r\nTeam Breakout Bandits<\/p><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_87_207' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='button' id='gform_next_button_87_207' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_6' class='gform_page' data-js='page-field-id-207' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_6' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_145\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Informatie voor spelleider<\/h2><\/div><div id=\"field_87_178\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Nadat je deze spelvoorbereiding hebt voltooid, ontvang je op <b>{:82}<\/b> een e-mail met alle praktische informatie voor de spelleider. <b>Stuur deze e-mail niet door naar de spelers. Deze bevat geheime informatie.<\/b>De e-mail bevat de volgende informatie.<\/div><\/div><div id=\"field_87_231\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Kies een spel locatie<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:232}\"><p style=\"font-size: 1rem\">In principle, the game can be played at any location. Both in a big city and a small village. In the middle of the forest, meadow or in the dunes. In principle, everything is possible.<\/p>\n<p style=\"font-size: 1rem\">\nPlease note the following conditions:<\/p>\n<ul style=\"font-size: 1rem\">\n<li>The location is outdoors and GPS reception is possible. (So not in an indoor shopping mall or the subway).<\/li>\n<li>A mobile internet connection is possible at the location.<\/li>\n<li>It is possible to walk at least 3 to 4 kilometres from the location. (It is not a condition, but of course it is nice if this is not one long straight road)<\/li>\n<\/ul>\n<p style=\"font-size: 1rem\">The game works like a pedometer. It is about the distance the players walk. Players can determine their own route. <\/p>\n<p style=\"font-size: 1rem\">\nMost teams choose one of the following options:<\/p>\n<ul style=\"font-size: 1rem\">\n<li>Start at location A and finish at location A. Players can walk their own route, as long as they finish at the same location they started.<\/li>\n<li>Start at location A and finish at location B. (Like a bar to finish with a drink) Players can walk their own route to location B.<\/li>\n<\/ul>\n<p style=\"font-size: 1rem\">You don't have to send the game location to Breakout bandits.<\/p>\n<\/span><\/div><div id=\"field_87_126\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Maak teams<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:213}\"><p style=\"font-size: 1rem\">You create the teams yourself. We recommend small teams of 2\u20133 people. That way, everyone can follow the game easily on one screen.<\/p>\n<\/span><\/div><div id=\"field_87_143\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Maak teams<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:214}\"><p style=\"font-size: 1rem\">You create the teams yourself. We recommend teams of a maximum of 5 people, so that they fit in one standard passenger car.<\/p>\n<\/span><\/div><div id=\"field_87_159\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><span data-gppa-live-merge-tag=\"@{:215}\"><div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\">\n<p style=\"font-size: 1rem\"><b>Do I need to create teams in advance?<br \/>\n<\/b><\/p>\n<p style=\"font-size: 1rem\">No. Players can form their own teams before the game. Just allow a few minutes for this.<\/p>\n<p style=\"font-size: 1rem\"><b>How do I send the teams to Breakout Bandits?<\/b><\/p>\n<p style=\"font-size: 1rem\">You don\u2019t need to. Just ask players to choose their teams. One person per team starts the Loquiz app, creates the team, and adds names. The game begins once you start it with the activation code.<\/p>\n<\/div>\n<\/span><\/div><div id=\"field_87_146\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><br>\r\n<h3>Outdoor of indoor?<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:216}\"><p style=\"font-size: 1rem\">Capture The Flag can be played both outdoors and indoors. Think in advance which version you want to play.<\/p>\n<p style=\"font-size: 1rem\"><b>Outdoor-version (Standard)<\/b><\/p>\n<p style=\"font-size: 1rem\">If the weather is good, we advise you to play the outdoor version. The outdoor version requires no additional preparation.<\/p>\n<p style=\"font-size: 1rem\"><b>Indoor-version (bad weather)<\/b><\/p>\n<p style=\"font-size: 1rem\">In bad weather, you have the option to play the indoor version. You then play Capture The Flag in a self-arranged indoor location. <a href=\"https:\/\/www.breakoutbandits.com\/i-want-to-play-the-indoor-version-what-requirements-must-the-indoor-location-meet\/\" target=\"_blank\">Read more about what requirements the indoor location must meet<\/a>\n<\/p>\n<p style=\"font-size: 1rem\">The indoor version works the same as the outdoor version. The only difference is that in the indoor version, teams have to scan QR codes to go to a new level.<\/p>\n<p style=\"font-size: 1rem\">You can decide to play the indoor version of the game at the last minute, without contacting us. This way you can keep the indoor version in reserve in case of changeable weather. Please note that the indoor version requires <b>extra preparation<\/b> from you as a game leader. The QR codes must be printed out and hidden.<\/p>\n<p style=\"font-size: 1rem\">Download the QR codes via the button below, including tips on how to hide them. You can download and print the QR code as a backup plan and ultimately still play the outdoor version. You have to make the final choice for which version you will play when you start the game.<\/p>\n<p><\/p>\n<p style=\"font-size: 1rem\"><a style=\"background-color: #e6aa21;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius: 3px;text-transform: uppercase;font-size: 14px\" href=\"https:\/\/www.breakoutbandits.com\/capturetheflag-qrcodes-indoor-en-v2\/\" target=\"_blank\">Download QR-codes<\/a><\/p>\n<\/span>\r\n<br><\/div><div id=\"field_87_147\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Locatie voorbereiden<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:217}\"><p style=\"font-size: 1rem\">You need to arrange the location for Capture The Flag Indoor yourself.<\/p>\n<p style=\"font-size: 1rem\"><b>Requirements for the location<\/b><\/p>\n<p style=\"font-size: 1rem\">In principle, any indoor location can be used, as long as you fit all the players in there. Make sure there are 9 places where you can hide a QR code the size of an A4. Think of the underside of a table or chair, the back of a door, etc. The more the teams really have to look for the QR codes, the more fun it becomes. In this sense, a large location offers more possibilities! A group will be able to scan a code without another team immediately seeing it.<\/p>\n<p style=\"font-size: 1rem\"><b>Print the QR-codes<\/b><\/p>\n<p style=\"font-size: 1rem\">During the game, players must scan QR codes to go to a new level. The QR codes must be printed and hidden by you, as the game leader. Download the QR codes via the button below, including instructions on how best to hide them.<\/p>\n<p><\/p>\n<p style=\"font-size: 1rem\"><a style=\"background-color: #e6aa21;border: none;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius : 3px;text-transform: uppercase;font-size: 14px\" href=\"https:\/\/www.breakoutbandits.com\/capturetheflag-qrcodes-indoor-en-v2\/\" target=\"_blank\">Download QR codes<\/a><\/p>\n<p><\/p>\n<p style=\"font-size: 1rem\"><b>Hide the QR-codes<\/b><\/p>\n<p style=\"font-size: 1rem\">Make sure that the QR codes are well hidden in such a way that they are not immediately visible to the teams and that they really have to look thoroughly. Ideally, they will be searching for around 15 minutes. Don't let it take much longer either, otherwise it will become frustrating and teams will find themselves in a bind with time in the game. For hiding locations, think of the underside of a table or chair, the back of a door, in a cupboard, etc.<\/p>\n<\/span><\/div><div id=\"field_87_149\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Start het spel<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:219}\"><ul style=\"font-size: 1rem\">\n<li>Start the Loquiz app<\/li>\n<li>Login with the username and password we provided<\/li>\n<li>You will see a screen with an explanation about the game<\/li>\n<li>Choose \"OK\"<\/li>\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\/li>\n<li>You will enter a waiting room. <\/li>\n<li>Choose \"Game leader? Activate the game!\"<\/li>\n<li>Activate the game using the activation code below<\/li>\n<li>All teams will see the rules of the game at the same time. <\/li>\n<li>Make sure everyone read the rules.<\/li>\n<li>Choose \"Start game\". The game will then start for all teams.<\/li>\n<\/ul>\n<\/span>\r\n<p style=\"font-size: 1rem;\">\r\nActivatie code: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:180}\"><\/span><\/span><\/p><\/div><div id=\"field_87_182\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Start het spel<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:218}\"><ul style=\"font-size: 1rem\">\n<li>Start the Loquiz app<\/li>\n<li>Login with the username and password we provided<\/li>\n<li>You will see a screen with an explanation about the game<\/li>\n<li>Choose \"OK\"<\/li>\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\/li>\n<li>You will enter a waiting room. <\/li>\n<li>Choose \"Game leader? Activate the game!\"<\/li>\n<li>Activate the version of the game you would like to play using the activation code below<\/li>\n<li>All teams will see the rules of the game at the same time. <\/li>\n<li>Make sure everyone read the rules.<\/li>\n<li>Choose \"Start game\". The game will then start for all teams.<\/li>\n<\/ul>\n<\/span>\r\n<p style=\"font-size: 1rem;\">\r\nActivatie code outdoor: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:180}\"><\/span><\/span><br>\r\nActivatie code indoor: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:181}\"><\/span><\/span>\r\n<\/p>\r\n<\/div><div id=\"field_87_165\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><br>\r\n<span data-gppa-live-merge-tag=\"@{:220}\"><div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\">\n<p style=\"font-size: 1rem\"><b>What happens if I send the activation code to all players?<\/b><\/p>\n<p style=\"font-size: 1rem\">If you send the activation code to others, you lose control over when the game is started. If a game is (accidentally) started, it can't be stopped. Anyone who will log in after the game is started, will have less or no time left to play the game.<\/p>\n<p style=\"font-size: 1rem\"><strong>Can I test the game before I start it?<\/strong><\/p>\n<p style=\"font-size: 1rem\">It depends on what you want to test. You can already start the app to test if the app functions well. If the app is not behaving as expected, please make sure you gave all the right permission while installing the app. Please do not start the game yet. If you do that, the game really starts.<\/p>\n<\/div>\n<\/span><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_87_125' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='button' id='gform_next_button_87_125' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_7' class='gform_page' data-js='page-field-id-125' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_7' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_55\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-no-icon gfield--width-full gw-field-type-date gw-field-dateType-datepicker gw-field-dateFormat-dmy gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_55'>Game date<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_55' id='input_87_55' type='text' value='' class='datepicker gform-datepicker dmy datepicker_no_icon gdatepicker-no-icon'   placeholder='dd\/mm\/jjjj' aria-describedby=\"input_87_55_date_format\" aria-invalid=\"false\" aria-required=\"true\"\/>\n                            <span id='input_87_55_date_format' class='screen-reader-text'>DD slash MM slash JJJJ<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_87_55' class='gform_hidden' value='https:\/\/www.breakoutbandits.com\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><fieldset id=\"field_87_47\" class=\"gfield gfield--type-time gfield--input-type-time gfield--width-full gw-field-type-time gw-field-timeFormat-24 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><legend class='gfield_label gform-field-label gfield_label_before_complex' >Game time<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class=\"ginput_container ginput_complex gform-grid-row\">\n                        <div class='gfield_time_hour ginput_container ginput_container_time gform-grid-col' id='input_87_47'>\n                            <input type='number' name='input_47[]' id='input_87_47_1' value=''  min='0' max='24' step='1'  placeholder='UU' aria-required='true'   \/> \n                            <label class='gform-field-label gform-field-label--type-sub hour_label screen-reader-text' for='input_87_47_1'>Uren<\/label>\n                        <\/div>\n                        <div class=\"below hour_minute_colon gform-grid-col\">:<\/div>\n                        <div class='gfield_time_minute ginput_container ginput_container_time gform-grid-col'>\n                            <input type='number' name='input_47[]' id='input_87_47_2' value=''  min='0' max='59' step='1'  placeholder='MM' aria-required='true'  \/>\n                            <label class='gform-field-label gform-field-label--type-sub minute_label screen-reader-text' for='input_87_47_2'>Minuten<\/label>\n                        <\/div>\n                        \n                    <\/div><\/fieldset><div id=\"field_87_129\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Datum en tijd<\/h2><\/div><div id=\"field_87_53\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >Lees eerst de FAQ's voordat je de datum en tijd bevestigt.<\/div><div id=\"field_87_164\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><span data-gppa-live-merge-tag=\"@{:221}\"><div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\">\n<p style=\"font-size: 1rem\"><b>Is it a problem if we start a little earlier or later?<\/b><\/p>\n<p style=\"font-size: 1rem\">That is not a problem. We plan our telephone support well in advance. So it is not a problem if you start a little earlier or later.<\/p>\n<p style=\"font-size: 1rem\">\nPlease note:<\/p>\n<ul style=\"font-size: 1rem\">\n<li>If you know in advance that the schedule will change, please let us know.<\/li>\n<li>If the schedule on the game day itself changes by more than one hour, please contact us by phone. We can then adjust our telephone support accordingly.<\/li>\n<\/ul>\n<p style=\"font-size: 1rem\"><b>If we start the game later, will we have less playing time?<\/b><\/p>\n<p style=\"font-size: 1rem\">No, the total game time remains the same if you start later.<\/p>\n<p style=\"font-size: 1rem\"><b>Can we re-schedule the game to another date?<\/b><\/p>\n<p style=\"font-size: 1rem\">Yes. Please contact us to check if the new date is still available. We won't charge you any costs for re-scheduling the game, unless you will ask us to add or delete players. In that case, we will charge an extra 25% of the total price. Please read our <a href=\"https:\/\/www.breakoutbandits.com\/general-terms-and-conditions\/\">general terms and conditions<\/a> for more details.<\/p>\n<p style=\"font-size: 1rem\"><b>Do we get our money back if we have to cancel?<\/b><\/p>\n<p style=\"font-size: 1rem\">It depends on when you cancel the game. Please read our <a href=\"https:\/\/www.breakoutbandits.com\/general-terms-and-conditions\/\">general terms and conditions<\/a> for more details.<\/p>\n<\/div>\n<\/span><\/div><fieldset id=\"field_87_50\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Bevestig spel datum\/tijd<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_50'>\n\t\t\t<div class='gchoice gchoice_87_50_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_50' type='radio' value=\"I confirm the game will be played on  at \" data-gppa-live-merge-tag-value=\"I confirm the game will be played on @{:55} at @{:47}\"  id='choice_87_50_0' data-gppa-live-merge-tag-value=\"I confirm the game will be played on @{:55:j F Y} at @{:47}\" onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_50_0' id='label_87_50_0' class='gform-field-label gform-field-label--type-inline'>Ik bevestig dat de game gespeeld wordt op <span data-gppa-live-merge-tag=\"@{:55}\"><\/span> om <span data-gppa-live-merge-tag=\"@{:47}\"><\/span><\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_50_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_50' type='radio' value='I want to change the game date\/time'  id='choice_87_50_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_50_1' id='label_87_50_1' class='gform-field-label gform-field-label--type-inline'>Ik wil de speldatum en\/of tijd aanpassen<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_87_134\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Stuur eerst de uitnodiging voor de vragenlijst. Daarna kan je de spelvoorbereiding afronden. De link naar de vragenlijst vind je in stap 2. <\/div><\/div><div id=\"field_87_95\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Controleer de namen van de spelers die de vragenlijst hebben ingevuld. (Stap 3) Daarna kan je de voorbereiding van de wedstrijd afronden.<br>\r\n<br>Moet je wachten tot een of meer spelers de vragenlijst hebben ingevuld? Kom dan later terug. Je kan terugkeren naar deze pagina door te klikken op de link in de bevestigingsmail die je van ons hebt ontvangen.\r\n<\/div><\/div><div id=\"field_87_85\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Neem eerst <a href=\"https:\/\/www.breakoutbandits.com\/nl\/contact\/\" style=\"color: white; text-decoration: underline;\">contact<\/a> met ons op, zodat we kunnen controleren of de nieuwe datum\/tijd beschikbaar is.<\/div><\/div><div id=\"field_87_227\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >Nadat je op \"Spelvoorbereiding voltooien\" hebt geklikt, beginnen we met het bouwen van het spel. Je ontvangt minimaal 24 uur voor de speeldatum een \u200b\u200be-mail met een melding dat het spel klaar is.<\/div><\/div><\/div>\n        <div class='gform-page-footer gform_page_footer top_label'><input type='submit' id='gform_previous_button_87' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='submit' id='gform_submit_button_87' class='gform_button button gform-button--width-full' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Spelvoorbereiding voltooien'  \/> <input type='hidden' name='gform_ajax' value='form_id=87&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=29747ba2a58bdb7a97c6a569d1f509fe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_87' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_87' id='gform_theme_87' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_87' id='gform_style_settings_87' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_87' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='87' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='jsvAOjmC1Cxe4E+rjXlaNjsRugoVeH4U3+Lz+53xi3Z2GI9x4i7NclUdIl168VXkwEDdszWRXEgrKfMI1ui1IX7E7Z1BOCa+GVOYiDfhBDUPZAY=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_87' value='WyJ7XCIyNDdcIjpbXCJhNTAxMzk4ODIzMDg2YjQxMzUwYzg2ZmQ3OGQ5MmMxOVwiLFwiMWJkMGZkNjg1MzhmOGEzZGQxZjdkNmE3M2FmZGRjNWNcIl0sXCI5NFwiOltcImU2ODE4OGE3ODRjYzY5MGEwZDJjNTY4MDc0YTMzMDgwXCIsXCIzMzlhZGU4Y2ZkMGI1ZjBkNjViYTVmZjJjNDc3ZWQxMVwiXSxcIjI0OFwiOltcImE1MDEzOTg4MjMwODZiNDEzNTBjODZmZDc4ZDkyYzE5XCIsXCIxYmQwZmQ2ODUzOGY4YTNkZDFmN2Q2YTczYWZkZGM1Y1wiXSxcIjE4NVwiOltcIjM4ODljMWU0ZmY3NTUyMjg4Nzc1MzRmOTAyMTdiMjkzXCIsXCI0MTA2YWI4N2YwMWVmZTA4MWZkYjBkZjNhZTQ1NDE4ZFwiXSxcIjUwXCI6W1wiNWI5MWYzNjBiMTc4YmUyMTBiM2MxYWNiNjM1ZmJmMTdcIixcImRhYmZjYjc4NDk1NzQ3ZWI4YjEzMDQxMDRiMWJlYTNmXCJdfSIsIjllMTkyMjdlNGJiNjgyZmNlZDZhZWM4MGQwYjM3MjQ5Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_87' id='gform_target_page_number_87' value='2' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_87' id='gform_source_page_number_87' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n             <\/div><\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_87' id='gform_ajax_frame_87' title='Dit iframe bevat de vereiste logica om Ajax aangedreven Gravity Forms te verwerken.'><\/iframe>\n\t\t                <script type=\"text\/javascript\" data-cfasync=\"false\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 87, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery('#gform_ajax_frame_87').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_87');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_87').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){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_87').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_87').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_87').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_87').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_87').val();gformInitSpinner( 87, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery(document).trigger('gform_page_loaded', [87, current_page]);window['gf_submitting_87'] = 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_87').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_87').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [87]);window['gf_submitting_87'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_87').text());}else{jQuery('#gform_87').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"87\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_87\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_87\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_87\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 87, 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\/* ]]> *\/\n<\/script>\n<script type=\"text\/javascript\">\n\t\t\t\tvar GPPA_CURRENT_LIVE_MERGE_TAG_VALUES_FORM_87 = {\"@{:174}\":\"\",\"@{:175}\":\"\",\"@{:209}\":\"https:\\\/\\\/www.breakoutbandits.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/mailing-about-us.jpg\",\"I confirm the game will be played on @{:55} at @{:47}\":\"I confirm the game will be played on  at\",\"@{:82}\":\"\",\"@{:98}\":\"\",\"@{:55:l j F Y}\":\"\",\"@{:47}\":\"\",\"@{:44}\":\"\",\"@{:56:l j F Y}\":\"\",\"@{:55}\":\"\",\"@{:56:}\":\"\",\"@{:42}\":\"\",\"@{:43}\":\"\",\"@{:60}\":\"\",\"@{:61}\":\"\",\"@{:65}\":\"\",\"@{:55:j F Y}\":\"\",\"@{:92}\":\"\",\"@{:205}\":\"breakout\",\"@{:173}\":\"\",\"@{duration:226}\":\"\",\"@{rules:177}\":\"\",\"@{:232}\":\"<p style=\\\"font-size: 1rem\\\">In principle, the game can be played at any location. Both in a big city and a small village. In the middle of the forest, meadow or in the dunes. In principle, everything is possible.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nPlease note the following conditions:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>The location is outdoors and GPS reception is possible. (So not in an indoor shopping mall or the subway).<\\\/li>\\n<li>A mobile internet connection is possible at the location.<\\\/li>\\n<li>It is possible to walk at least 3 to 4 kilometres from the location. (It is not a condition, but of course it is nice if this is not one long straight road)<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\">The game works like a pedometer. It is about the distance the players walk. Players can determine their own route. <\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nMost teams choose one of the following options:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>Start at location A and finish at location A. Players can walk their own route, as long as they finish at the same location they started.<\\\/li>\\n<li>Start at location A and finish at location B. (Like a bar to finish with a drink) Players can walk their own route to location B.<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\">You don't have to send the game location to Breakout bandits.<\\\/p>\",\"@{:213}\":\"<p style=\\\"font-size: 1rem\\\">You create the teams yourself. We recommend small teams of 2\\u20133 people. That way, everyone can follow the game easily on one screen.<\\\/p>\",\"@{:214}\":\"<p style=\\\"font-size: 1rem\\\">You create the teams yourself. We recommend teams of a maximum of 5 people, so that they fit in one standard passenger car.<\\\/p>\",\"@{:215}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>Do I need to create teams in advance?<br \\\/>\\n<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">No. Players can form their own teams before the game. Just allow a few minutes for this.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>How do I send the teams to Breakout Bandits?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">You don\\u2019t need to. Just ask players to choose their teams. One person per team starts the Loquiz app, creates the team, and adds names. The game begins once you start it with the activation code.<\\\/p>\\n<\\\/div>\",\"@{:216}\":\"<p style=\\\"font-size: 1rem\\\">Capture The Flag can be played both outdoors and indoors. Think in advance which version you want to play.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Outdoor-version (Standard)<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">If the weather is good, we advise you to play the outdoor version. The outdoor version requires no additional preparation.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Indoor-version (bad weather)<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">In bad weather, you have the option to play the indoor version. You then play Capture The Flag in a self-arranged indoor location. <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/i-want-to-play-the-indoor-version-what-requirements-must-the-indoor-location-meet\\\/\\\" target=\\\"_blank\\\">Read more about what requirements the indoor location must meet<\\\/a>\\n<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">The indoor version works the same as the outdoor version. The only difference is that in the indoor version, teams have to scan QR codes to go to a new level.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">You can decide to play the indoor version of the game at the last minute, without contacting us. This way you can keep the indoor version in reserve in case of changeable weather. Please note that the indoor version requires <b>extra preparation<\\\/b> from you as a game leader. The QR codes must be printed out and hidden.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Download the QR codes via the button below, including tips on how to hide them. You can download and print the QR code as a backup plan and ultimately still play the outdoor version. You have to make the final choice for which version you will play when you start the game.<\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><a style=\\\"background-color: #e6aa21;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius: 3px;text-transform: uppercase;font-size: 14px\\\" href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/capturetheflag-qrcodes-indoor-en-v2\\\/\\\" target=\\\"_blank\\\">Download QR-codes<\\\/a><\\\/p>\",\"@{:217}\":\"<p style=\\\"font-size: 1rem\\\">You need to arrange the location for Capture The Flag Indoor yourself.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Requirements for the location<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">In principle, any indoor location can be used, as long as you fit all the players in there. Make sure there are 9 places where you can hide a QR code the size of an A4. Think of the underside of a table or chair, the back of a door, etc. The more the teams really have to look for the QR codes, the more fun it becomes. In this sense, a large location offers more possibilities! A group will be able to scan a code without another team immediately seeing it.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Print the QR-codes<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">During the game, players must scan QR codes to go to a new level. The QR codes must be printed and hidden by you, as the game leader. Download the QR codes via the button below, including instructions on how best to hide them.<\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><a style=\\\"background-color: #e6aa21;border: none;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius : 3px;text-transform: uppercase;font-size: 14px\\\" href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/capturetheflag-qrcodes-indoor-en-v2\\\/\\\" target=\\\"_blank\\\">Download QR codes<\\\/a><\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Hide the QR-codes<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Make sure that the QR codes are well hidden in such a way that they are not immediately visible to the teams and that they really have to look thoroughly. Ideally, they will be searching for around 15 minutes. Don't let it take much longer either, otherwise it will become frustrating and teams will find themselves in a bind with time in the game. For hiding locations, think of the underside of a table or chair, the back of a door, in a cupboard, etc.<\\\/p>\",\"@{:219}\":\"<ul style=\\\"font-size: 1rem\\\">\\n<li>Start the Loquiz app<\\\/li>\\n<li>Login with the username and password we provided<\\\/li>\\n<li>You will see a screen with an explanation about the game<\\\/li>\\n<li>Choose \\\"OK\\\"<\\\/li>\\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\\\/li>\\n<li>You will enter a waiting room. <\\\/li>\\n<li>Choose \\\"Game leader? Activate the game!\\\"<\\\/li>\\n<li>Activate the game using the activation code below<\\\/li>\\n<li>All teams will see the rules of the game at the same time. <\\\/li>\\n<li>Make sure everyone read the rules.<\\\/li>\\n<li>Choose \\\"Start game\\\". The game will then start for all teams.<\\\/li>\\n<\\\/ul>\",\"@{:180}\":\"\",\"@{:218}\":\"<ul style=\\\"font-size: 1rem\\\">\\n<li>Start the Loquiz app<\\\/li>\\n<li>Login with the username and password we provided<\\\/li>\\n<li>You will see a screen with an explanation about the game<\\\/li>\\n<li>Choose \\\"OK\\\"<\\\/li>\\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\\\/li>\\n<li>You will enter a waiting room. <\\\/li>\\n<li>Choose \\\"Game leader? Activate the game!\\\"<\\\/li>\\n<li>Activate the version of the game you would like to play using the activation code below<\\\/li>\\n<li>All teams will see the rules of the game at the same time. <\\\/li>\\n<li>Make sure everyone read the rules.<\\\/li>\\n<li>Choose \\\"Start game\\\". The game will then start for all teams.<\\\/li>\\n<\\\/ul>\",\"@{:181}\":\"\",\"@{:220}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>What happens if I send the activation code to all players?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">If you send the activation code to others, you lose control over when the game is started. If a game is (accidentally) started, it can't be stopped. Anyone who will log in after the game is started, will have less or no time left to play the game.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><strong>Can I test the game before I start it?<\\\/strong><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">It depends on what you want to test. You can already start the app to test if the app functions well. If the app is not behaving as expected, please make sure you gave all the right permission while installing the app. Please do not start the game yet. If you do that, the game really starts.<\\\/p>\\n<\\\/div>\",\"@{:221}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>Is it a problem if we start a little earlier or later?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">That is not a problem. We plan our telephone support well in advance. So it is not a problem if you start a little earlier or later.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nPlease note:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>If you know in advance that the schedule will change, please let us know.<\\\/li>\\n<li>If the schedule on the game day itself changes by more than one hour, please contact us by phone. We can then adjust our telephone support accordingly.<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\"><b>If we start the game later, will we have less playing time?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">No, the total game time remains the same if you start later.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Can we re-schedule the game to another date?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Yes. Please contact us to check if the new date is still available. We won't charge you any costs for re-scheduling the game, unless you will ask us to add or delete players. In that case, we will charge an extra 25% of the total price. Please read our <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/general-terms-and-conditions\\\/\\\">general terms and conditions<\\\/a> for more details.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Do we get our money back if we have to cancel?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">It depends on when you cancel the game. Please read our <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/general-terms-and-conditions\\\/\\\">general terms and conditions<\\\/a> for more details.<\\\/p>\\n<\\\/div>\"};\n\t\t\t\tvar GPPA_CURRENT_LIVE_MERGE_TAG_VALUES_FORM_87_TEXTURIZED = {\"@{:174}\":\"\",\"@{:175}\":\"\",\"@{:209}\":\"https:\\\/\\\/www.breakoutbandits.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/mailing-about-us.jpg\",\"I confirm the game will be played on @{:55} at @{:47}\":\"I confirm the game will be played on  at\",\"@{:82}\":\"\",\"@{:98}\":\"\",\"@{:55:l j F Y}\":\"\",\"@{:47}\":\"\",\"@{:44}\":\"\",\"@{:56:l j F Y}\":\"\",\"@{:55}\":\"\",\"@{:56:}\":\"\",\"@{:42}\":\"\",\"@{:43}\":\"\",\"@{:60}\":\"\",\"@{:61}\":\"\",\"@{:65}\":\"\",\"@{:55:j F Y}\":\"\",\"@{:92}\":\"\",\"@{:205}\":\"breakout\",\"@{:173}\":\"\",\"@{duration:226}\":\"\",\"@{rules:177}\":\"\",\"@{:232}\":\"<p style=\\\"font-size: 1rem\\\">In principle, the game can be played at any location. Both in a big city and a small village. In the middle of the forest, meadow or in the dunes. In principle, everything is possible.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nPlease note the following conditions:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>The location is outdoors and GPS reception is possible. (So not in an indoor shopping mall or the subway).<\\\/li>\\n<li>A mobile internet connection is possible at the location.<\\\/li>\\n<li>It is possible to walk at least 3 to 4 kilometres from the location. (It is not a condition, but of course it is nice if this is not one long straight road)<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\">The game works like a pedometer. It is about the distance the players walk. Players can determine their own route. <\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nMost teams choose one of the following options:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>Start at location A and finish at location A. Players can walk their own route, as long as they finish at the same location they started.<\\\/li>\\n<li>Start at location A and finish at location B. (Like a bar to finish with a drink) Players can walk their own route to location B.<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\">You don\\u2019t have to send the game location to Breakout bandits.<\\\/p>\",\"@{:213}\":\"<p style=\\\"font-size: 1rem\\\">You create the teams yourself. We recommend small teams of 2\\u20133 people. That way, everyone can follow the game easily on one screen.<\\\/p>\",\"@{:214}\":\"<p style=\\\"font-size: 1rem\\\">You create the teams yourself. We recommend teams of a maximum of 5 people, so that they fit in one standard passenger car.<\\\/p>\",\"@{:215}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>Do I need to create teams in advance?<br \\\/>\\n<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">No. Players can form their own teams before the game. Just allow a few minutes for this.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>How do I send the teams to Breakout Bandits?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">You don\\u2019t need to. Just ask players to choose their teams. One person per team starts the Loquiz app, creates the team, and adds names. The game begins once you start it with the activation code.<\\\/p>\\n<\\\/div>\",\"@{:216}\":\"<p style=\\\"font-size: 1rem\\\">Capture The Flag can be played both outdoors and indoors. Think in advance which version you want to play.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Outdoor-version (Standard)<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">If the weather is good, we advise you to play the outdoor version. The outdoor version requires no additional preparation.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Indoor-version (bad weather)<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">In bad weather, you have the option to play the indoor version. You then play Capture The Flag in a self-arranged indoor location. <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/i-want-to-play-the-indoor-version-what-requirements-must-the-indoor-location-meet\\\/\\\" target=\\\"_blank\\\">Read more about what requirements the indoor location must meet<\\\/a>\\n<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">The indoor version works the same as the outdoor version. The only difference is that in the indoor version, teams have to scan QR codes to go to a new level.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">You can decide to play the indoor version of the game at the last minute, without contacting us. This way you can keep the indoor version in reserve in case of changeable weather. Please note that the indoor version requires <b>extra preparation<\\\/b> from you as a game leader. The QR codes must be printed out and hidden.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Download the QR codes via the button below, including tips on how to hide them. You can download and print the QR code as a backup plan and ultimately still play the outdoor version. You have to make the final choice for which version you will play when you start the game.<\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><a style=\\\"background-color: #e6aa21;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius: 3px;text-transform: uppercase;font-size: 14px\\\" href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/capturetheflag-qrcodes-indoor-en-v2\\\/\\\" target=\\\"_blank\\\">Download QR-codes<\\\/a><\\\/p>\",\"@{:217}\":\"<p style=\\\"font-size: 1rem\\\">You need to arrange the location for Capture The Flag Indoor yourself.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Requirements for the location<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">In principle, any indoor location can be used, as long as you fit all the players in there. Make sure there are 9 places where you can hide a QR code the size of an A4. Think of the underside of a table or chair, the back of a door, etc. The more the teams really have to look for the QR codes, the more fun it becomes. In this sense, a large location offers more possibilities! A group will be able to scan a code without another team immediately seeing it.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Print the QR-codes<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">During the game, players must scan QR codes to go to a new level. The QR codes must be printed and hidden by you, as the game leader. Download the QR codes via the button below, including instructions on how best to hide them.<\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><a style=\\\"background-color: #e6aa21;border: none;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius : 3px;text-transform: uppercase;font-size: 14px\\\" href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/capturetheflag-qrcodes-indoor-en-v2\\\/\\\" target=\\\"_blank\\\">Download QR codes<\\\/a><\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Hide the QR-codes<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Make sure that the QR codes are well hidden in such a way that they are not immediately visible to the teams and that they really have to look thoroughly. Ideally, they will be searching for around 15 minutes. Don\\u2019t let it take much longer either, otherwise it will become frustrating and teams will find themselves in a bind with time in the game. For hiding locations, think of the underside of a table or chair, the back of a door, in a cupboard, etc.<\\\/p>\",\"@{:219}\":\"<ul style=\\\"font-size: 1rem\\\">\\n<li>Start the Loquiz app<\\\/li>\\n<li>Login with the username and password we provided<\\\/li>\\n<li>You will see a screen with an explanation about the game<\\\/li>\\n<li>Choose \\u201cOK\\u201d<\\\/li>\\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\\\/li>\\n<li>You will enter a waiting room. <\\\/li>\\n<li>Choose \\u201cGame leader? Activate the game!\\u201d<\\\/li>\\n<li>Activate the game using the activation code below<\\\/li>\\n<li>All teams will see the rules of the game at the same time. <\\\/li>\\n<li>Make sure everyone read the rules.<\\\/li>\\n<li>Choose \\u201cStart game\\u201d. The game will then start for all teams.<\\\/li>\\n<\\\/ul>\",\"@{:180}\":\"\",\"@{:218}\":\"<ul style=\\\"font-size: 1rem\\\">\\n<li>Start the Loquiz app<\\\/li>\\n<li>Login with the username and password we provided<\\\/li>\\n<li>You will see a screen with an explanation about the game<\\\/li>\\n<li>Choose \\u201cOK\\u201d<\\\/li>\\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\\\/li>\\n<li>You will enter a waiting room. <\\\/li>\\n<li>Choose \\u201cGame leader? Activate the game!\\u201d<\\\/li>\\n<li>Activate the version of the game you would like to play using the activation code below<\\\/li>\\n<li>All teams will see the rules of the game at the same time. <\\\/li>\\n<li>Make sure everyone read the rules.<\\\/li>\\n<li>Choose \\u201cStart game\\u201d. The game will then start for all teams.<\\\/li>\\n<\\\/ul>\",\"@{:181}\":\"\",\"@{:220}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>What happens if I send the activation code to all players?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">If you send the activation code to others, you lose control over when the game is started. If a game is (accidentally) started, it can\\u2019t be stopped. Anyone who will log in after the game is started, will have less or no time left to play the game.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><strong>Can I test the game before I start it?<\\\/strong><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">It depends on what you want to test. You can already start the app to test if the app functions well. If the app is not behaving as expected, please make sure you gave all the right permission while installing the app. Please do not start the game yet. If you do that, the game really starts.<\\\/p>\\n<\\\/div>\",\"@{:221}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>Is it a problem if we start a little earlier or later?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">That is not a problem. We plan our telephone support well in advance. So it is not a problem if you start a little earlier or later.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nPlease note:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>If you know in advance that the schedule will change, please let us know.<\\\/li>\\n<li>If the schedule on the game day itself changes by more than one hour, please contact us by phone. We can then adjust our telephone support accordingly.<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\"><b>If we start the game later, will we have less playing time?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">No, the total game time remains the same if you start later.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Can we re-schedule the game to another date?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Yes. Please contact us to check if the new date is still available. We won\\u2019t charge you any costs for re-scheduling the game, unless you will ask us to add or delete players. In that case, we will charge an extra 25% of the total price. Please read our <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/general-terms-and-conditions\\\/\\\">general terms and conditions<\\\/a> for more details.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Do we get our money back if we have to cancel?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">It depends on when you cancel the game. Please read our <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/general-terms-and-conditions\\\/\\\">general terms and conditions<\\\/a> for more details.<\\\/p>\\n<\\\/div>\"};\n\t\t\t<\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;default&#8221; display_conditions=&#8221;W3siaWQiOiJhYzBiMGExOC1hYTFlLTQ4ZmEtOTM4Zi1iNjQ3NDgxOTUxZjQiLCJjb25kaXRpb24iOiJ1cmxQYXJhbWV0ZXIiLCJjb25kaXRpb25TZXR0aW5ncyI6eyJzZWxlY3RVcmxQYXJhbWV0ZXIiOiJzcGVjaWZpY1VybFBhcmFtZXRlciIsInVybFBhcmFtZXRlck5hbWUiOiJ0ZWFtaWQiLCJkaXNwbGF5UnVsZSI6ImRvZXNOb3RFeGlzdCIsInVybFBhcmFtZXRlclZhbHVlIjoiVVJMIFBhcmFtZXRlciBWYWx1ZSIsImFkbWluTGFiZWwiOiJVUkwgUGFyYW1ldGVyIiwiZW5hYmxlQ29uZGl0aW9uIjoib24ifSwib3BlcmF0b3IiOiJPUiJ9XQ==&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Er is iets fout gegaan. Gebruik de URL die je van ons hebt ontvangen.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Spel voorbereiding\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_87' style='display:none'><div id='gf_87' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_87' id='gform_87'  action='\/nl\/wp-json\/wp\/v2\/pages\/17228#gf_87' data-formid='87' novalidate><input id=\"gw_page_progression\" name=\"gw_page_progression\" value=\"1\" type=\"hidden\" \/><input id=\"gpmpn_pages_visited_87\" name=\"gpmpn_pages_visited_87\" value=\"[1]\" type=\"hidden\" \/><input id=\"gpmpn_page_validity_87\" name=\"gpmpn_page_validity_87\" value=\"{&quot;1&quot;:false,&quot;2&quot;:false,&quot;3&quot;:false,&quot;4&quot;:false,&quot;5&quot;:false,&quot;6&quot;:false,&quot;7&quot;:false}\" type=\"hidden\" \/><input type=\"hidden\" value=\"0\" name=\"gpps_page_progression_87\" \/> \r\n <input type='hidden' class='gforms-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/>\n        <div id='gf_progressbar_wrapper_87' class='gf_progressbar_wrapper' data-start-at-zero=''>\n        \t<p class=\"gf_progressbar_title\">Stap <span class='gf_step_current_page'>1<\/span> van <span class='gf_step_page_count'>7<\/span><span class='gf_step_label'><\/span>\n        \t<\/p>\n            <div class='gf_progressbar gf_progressbar_custom' aria-hidden='true'>\n                <div class='gf_progressbar_percentage percentbar_custom percentbar_14' style='width:14%; color:#fff; background-color:#e6aa21;'><span>14%<\/span><\/div>\n            <\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_87_1' class='gform_page ' data-js='page-field-id-0' >\n\t\t\t\t\t<div class='gform_page_fields'><div id='gform_fields_87' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_44\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_44'>Team ID (Long)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_44' id='input_87_44' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_234\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_234'>Browser language<\/label><div class='ginput_container ginput_container_text'><input name='input_234' id='input_87_234' type='text' value='Dutch' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_114\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_114'>Entry ID order<\/label><div class='ginput_container ginput_container_text'><input name='input_114' id='input_87_114' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_1\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_1'>Group name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input readonly='readonly' name='input_1' id='input_87_1' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_98\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_98'>Game name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_98' id='input_87_98' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_138\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_138'>Productnumber<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_138' id='input_87_138' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_101\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_101'>CTF - Backup game<\/label><div class='ginput_container ginput_container_text'><input name='input_101' id='input_87_101' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_135\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_135'>Game questions<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_135' id='input_87_135' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_61\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full gfield_calculation field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_61'>Number of days left to fill in the questionnaire<\/label><div class='ginput_container ginput_container_number'><input name='input_61' id='input_87_61' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_87_99\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_99'>Game language<\/label><div class='ginput_container ginput_container_text'><input name='input_99' id='input_87_99' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_238\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full gfield_calculation field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_238'>Language difference<\/label><div class='ginput_container ginput_container_number'><input name='input_238' id='input_87_238' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_87_82\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_82'>Email client<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_82' id='input_87_82' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_87_96\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_96'>Already confirmed?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_96' id='input_87_96' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_117\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Start<\/h2>\r\nHeb je tijdens de voorbereiding van het spel vragen? Neem dan <a href=\"https:\/\/www.breakoutbandits.com\/nl\/contact\/\">contact met ons op.<\/a><\/div><div id=\"field_87_97\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >Je hebt al bevestigd dat we kunnen beginnen met de bouw van het spel. We hebben alle praktische informatie voor spelers en spelleiders naar <span data-gppa-live-merge-tag=\"@{:82}\"><\/span> gestuurd.<br><br>Je ontvangt minimaal 24 uur voor aanvang van het spel een e-mailbevestiging dat het spel klaar is om te spelen.<\/div><div id=\"field_87_174\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_174'>E-mail General - Image URL 1<\/label><div class='ginput_container ginput_container_text'><input name='input_174' id='input_87_174' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_224\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_224'>E-mail players - Product subject<\/label><div class='ginput_container ginput_container_text'><input name='input_224' id='input_87_224' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_168\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_168'>E-mail Players - About the game<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_168-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_168-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_168\" id=\"input_87_168\"><\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_225\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_225'>E-mail players - Product URL<\/label><div class='ginput_container ginput_container_text'><input name='input_225' id='input_87_225' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_193\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_193'>DEPRICATED Email Players - Download instructions<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_193-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_193-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_193\" id=\"input_87_193\">DEPRICATED<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_194\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_194'>DEPRICATED E-mail Players - login instructions<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_194-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_194-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_194\" id=\"input_87_194\">DEPRICATED <\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_92\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_92'>Gebruikersnaam<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_92' id='input_87_92' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_205\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_205'>Wachtwoord<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_205' id='input_87_205' type='text' value='breakout' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_196\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_196'>DEPRICATED E-mail Players - Permissions<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_196-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_196-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_196\" id=\"input_87_196\">DEPRICATED <\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_173\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_173'>E-mail Players - Packaging list<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_173-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_173-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_173\" id=\"input_87_173\"><\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_226\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_226'>E-mail - Duration<\/label><div class='ginput_container ginput_container_text'><input name='input_226' id='input_87_226' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_177\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_177'>E-mail Players - Game rules<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_177-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_177-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_177\" id=\"input_87_177\"><\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_175\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_175'>E-mail - Image URL 2<\/label><div class='ginput_container ginput_container_text'><input name='input_175' id='input_87_175' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_209\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_209'>E-mail - Image URL 3<\/label><div class='ginput_container ginput_container_text'><input name='input_209' id='input_87_209' type='text' value='https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/mailing-about-us.jpg' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_208\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_208'>DEPRICATED Email Players - About us<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_208-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_208-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_208\" id=\"input_87_208\">DEPRICATED <\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_199\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_199'>DEPRICATED Email General - Questions<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_199-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_199-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_199\" id=\"input_87_199\">DEPRICATED <\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_212\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_212'>Email Gamemaster  - Inform all players<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_212-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_212-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_212\" id=\"input_87_212\">&lt;p style=\"font-size: 1rem\"&gt;Je ontvangt een aparte e-mail met praktische informatie voor de spelers. Stuur de e-mail door naar de spelers.&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;&lt;span style=\"color: #e6aa21\"&gt;&lt;i&gt;Let op: Stuur de e-mail die je nu leest niet door naar de spelers, maar stuur de apart verzonden e-mail door. Deze e-mail is speciaal voor de spelers geschreven en je kunt hem in zijn geheel doorsturen.&lt;\/i&gt;&lt;\/span&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Als je het een verrassing wilt houden welke game je gaat spelen, kun je er ook voor kiezen om alleen een deel van de praktische informatie door te sturen.&lt;br&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;De e-mail bevat de volgende informatie:&lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_222\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_222'>Email Gamemaster  - faq players<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_222-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_222-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_222\" id=\"input_87_222\">&lt;div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\"&gt; \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Een of meerdere spelers kunnen niet meedoen. Wat moet ik doen?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Geen probleem. De overige spelers kunnen het spel gewoon spelen. Let op: de naam\/namen en antwoorden van de afwezige speler(s) blijven wel zichtbaar in het spel. Wil je deze namen en antwoorden laten verwijderen? Neem dan zo snel mogelijk contact met ons op. Omdat we al begonnen zijn met het bouwen van het spel, rekenen we hiervoor een extra vergoeding.&lt;\/p&gt;  \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Is het mogelijk om nieuwe spelers toe te voegen?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Ja, dat is mogelijk. Omdat we echter al gestart zijn met het bouwen van het spel, brengen we 10% van het totaalbedrag in rekening om de vragenlijst opnieuw te openen en de namen en antwoorden van de nieuwe speler(s) toe te voegen. Neem zo snel mogelijk contact met ons op als je nieuwe spelers wilt toevoegen.&lt;\/p&gt; &lt;\/div&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_213\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_213'>Email Gamemaster  - Teams 2-3 persons<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_213-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_213-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_213\" id=\"input_87_213\">&lt;p style=\"font-size: 1rem\"&gt;Je stelt zelf de teams samen. We raden kleine teams van 2-3 personen aan. Zo kan iedereen het spel gemakkelijk op \u00e9\u00e9n scherm volgen.&lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_214\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_214'>Email Gamemaster  - Teams max 5 persons<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_214-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_214-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_214\" id=\"input_87_214\">&lt;p style=\"font-size: 1rem\"&gt;Je stelt zelf de teams samen. Wij adviseren teams van maximaal 5 personen, zodat ze in \u00e9\u00e9n standaard personenauto passen.&lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_215\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_215'>Email Gamemaster  - faq teams<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_215-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_215-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_215\" id=\"input_87_215\">&lt;div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\"&gt;&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Moet ik van tevoren teams aanmaken?&lt;\/b&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Nee. Spelers kunnen v\u00f3\u00f3r de wedstrijd hun eigen teams samenstellen. Trek hier wel een paar minuten voor uit.&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Hoe stuur ik de teams naar Breakout Bandits?&lt;\/b&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Dat hoeft niet. Vraag de spelers gewoon om hun teams te kiezen. E\u00e9n persoon per team start de Loquiz-app, maakt het team aan en voegt namen toe. Het spel begint zodra je het start met de activeringscode.&lt;\/p&gt;&lt;\/div&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_216\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_216'>Email Gamemaster  - indoor or outdoor<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_216-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_216-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_216\" id=\"input_87_216\">&lt;p style=\"font-size: 1rem\"&gt;Capture The Flag kan zowel buiten als binnen gespeeld worden. Denk van tevoren na welke versie je wilt spelen.&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Buitenversie (Standaard)&lt;\/b&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Als het weer goed is, adviseren we om de buitenversie te spelen. Voor de buitenversie is geen extra voorbereiding nodig.&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Binnenversie (bij slecht weer)&lt;\/b&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Bij slecht weer heb je de mogelijkheid om de binnenversie te spelen. Je speelt Capture The Flag dan op een zelfgekozen binnenlocatie. &lt;a href=\"https:\/\/www.breakoutbandits.com\/nl\/ik-wil-de-indoor-versie-spelen-waar-moet-de-binnenlocatie-aan-voldoen\/\" target=\"_blank\"&gt;Lees meer over de voorwaarden voor een geschikte binnenlocatie&lt;\/a&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;De binnenversie werkt hetzelfde als de buitenversie. Het enige verschil is dat teams bij de binnenversie QR-codes moeten scannen om naar een volgend level te gaan.&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Je kunt op het laatste moment beslissen om de binnenversie te spelen, zonder dat je contact met ons opneemt. Zo houd je de binnenversie achter de hand bij wisselvallig weer. Let op: de binnenversie vraagt &lt;b&gt;extra voorbereiding&lt;\/b&gt; van jou als spelleider. De QR-codes moeten worden uitgeprint en verstopt.&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Download de QR-codes via de knop hieronder, inclusief tips voor het verstoppen. Je kunt ze downloaden en printen als backup, en uiteindelijk alsnog de buitenversie spelen. Je hoeft pas te beslissen welke versie je speelt op het moment dat je het spel start.&lt;\/p&gt; &lt;br&gt; &lt;p style=\"font-size: 1rem\"&gt; \t&lt;a style=\"background-color: #e6aa21;color: white;padding: 15px 15px;text-align: center;text-decoration: none;border-radius: 3px;text-transform: uppercase;font-size: 14px\" href=\"https:\/\/www.breakoutbandits.com\/capturetheflag-qrcodes-indoor-nl-v2\/\" target=\"_blank\"&gt;Download QR-codes&lt;\/a&gt; &lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_217\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_217'>Email Gamemaster  - location indoor<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_217-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_217-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_217\" id=\"input_87_217\">&lt;p style=\"font-size: 1rem\"&gt;Je dient zelf de locatie voor Capture The Flag Indoor te regelen.&lt;\/p&gt;  &lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Eisen voor de locatie&lt;\/b&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;In principe kan elke binnenlocatie worden gebruikt, zolang alle spelers er maar inpassen. Zorg ervoor dat er 9 plekken zijn waar je een QR-code ter grootte van een A4 kunt verstoppen. Denk aan de onderkant van een tafel of stoel, de achterkant van een deur, enzovoort. Hoe meer de teams \u00e9cht moeten zoeken naar de QR-codes, hoe leuker het wordt. In die zin biedt een grote locatie meer mogelijkheden! Zo kan een groep een code scannen zonder dat een ander team dat meteen ziet.&lt;\/p&gt;  &lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Print de QR-codes&lt;\/b&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Tijdens het spel moeten spelers QR-codes scannen om naar een nieuw level te gaan. De QR-codes moeten door jou als spelleider uitgeprint en verstopt worden. Download de QR-codes via de knop hieronder, inclusief instructies over hoe je ze het best kunt verstoppen.&lt;\/p&gt;  &lt;br&gt; &lt;p style=\"font-size: 1rem\"&gt; \t&lt;a style=\"background-color: #e6aa21;border: none;color: white;padding: 15px 15px;text-align: center;text-decoration: none;border-radius: 3px;text-transform: uppercase;font-size: 14px\" href=\"https:\/\/www.breakoutbandits.com\/capturetheflag-qrcodes-indoor-nl-v2\/\" target=\"_blank\"&gt;Download QR-codes&lt;\/a&gt; &lt;\/p&gt;&lt;br&gt;  &lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Verstop de QR-codes&lt;\/b&gt;&lt;\/p&gt; &lt;p style=\"font-size: 1rem\"&gt;Zorg ervoor dat de QR-codes goed verstopt zijn, zodat ze niet direct zichtbaar zijn voor de teams en ze echt goed moeten zoeken. Idealiter zijn ze ongeveer 15 minuten aan het zoeken. Laat het echter niet veel langer duren, anders wordt het frustrerend en komen teams in de knel met de tijd. Denk bij verstopplekken aan de onderkant van een tafel of stoel, de achterkant van een deur, in een kast, enzovoort.&lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_232\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_232'>Email Gamemaster  - location CTF and POTR<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_232-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_232-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_232\" id=\"input_87_232\">&lt;p style=\"font-size: 1rem\"&gt;In principe kan het spel op elke locatie gespeeld worden. Zowel in een grote stad als in een klein dorp. Midden in het bos, weiland of in de duinen. In principe is alles mogelijk.&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Let op de volgende voorwaarden:&lt;ul style=\"font-size: 1rem\"&gt;&lt;li&gt;De locatie is buiten en gps-ontvangst is mogelijk. (Dus niet in een overdekt winkelcentrum of de metro).&lt;\/li&gt;&lt;li&gt;Er is een mobiele internetverbinding beschikbaar op de locatie.&lt;\/li&gt;&lt;li&gt;Het is mogelijk om minimaal 3 tot 4 kilometer vanaf de locatie te lopen. (Het is geen voorwaarde, maar het is natuurlijk wel fijn als dit geen lange rechte weg is.)&lt;\/li&gt;&lt;\/ul&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Het spel werkt als een stappenteller. Het gaat om de afstand die de spelers lopen. Spelers kunnen zelf hun route bepalen. &lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;De meeste teams kiezen een van de volgende opties:&lt;ul style=\"font-size: 1rem\"&gt;&lt;li&gt;Begin op locatie A en eindig op locatie A. Spelers kunnen hun eigen route lopen, zolang ze maar eindigen op dezelfde locatie als waar ze begonnen.&lt;\/li&gt;&lt;li&gt;Begin op locatie A en eindig op locatie B. (Zoals een bar om af te sluiten met een drankje) Spelers kunnen hun eigen route lopen naar locatie B.&lt;\/li&gt;&lt;\/ul&gt;&lt;\/p&gt;&lt;p style=\"font-size: 1rem\"&gt;Je hoeft de locatie van het spel niet door te geven aan Breakout Bandits.&lt;\/p&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_180\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_180'>Activatie code<\/label><div class='ginput_container ginput_container_text'><input name='input_180' id='input_87_180' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_181\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_181'>Activatie code (indoor)<\/label><div class='ginput_container ginput_container_text'><input name='input_181' id='input_87_181' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_218\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_218'>Email Gamemaster  - start game (incl backup game)<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_218-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_218-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_218\" id=\"input_87_218\">&lt;ul style=\"font-size: 1rem\"&gt; \t&lt;li&gt;Start de Loquiz-app&lt;\/li&gt; \t&lt;li&gt;Log in met de gebruikersnaam en het wachtwoord dat je van ons hebt gekregen&lt;\/li&gt; \t&lt;li&gt;Je ziet een scherm met uitleg over het spel&lt;\/li&gt; \t&lt;li&gt;Kies \"OK\"&lt;\/li&gt; \t&lt;li&gt;Maak een team aan. (Als je niet als spelleider speelt, moet je alsnog een team aanmaken om het spel te starten.)&lt;\/li&gt; \t&lt;li&gt;Je komt vervolgens in een wachtruimte terecht.&lt;\/li&gt; \t&lt;li&gt;Kies \"Spelleider? Activeer het spel!\"&lt;\/li&gt; \t&lt;li&gt;Activeer de versie van het spel die je wilt spelen met behulp van de activatiecode hieronder&lt;\/li&gt; \t&lt;li&gt;Alle teams zien nu tegelijkertijd de spelregels.&lt;\/li&gt; \t&lt;li&gt;Zorg dat iedereen de spelregels goed doorleest.&lt;\/li&gt; \t&lt;li&gt;Kies \"Start spel\". Het spel start dan voor alle teams tegelijk.&lt;\/li&gt; &lt;\/ul&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_219\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_219'>Email Gamemaster  - start game (excl backup game)<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_219-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_219-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_219\" id=\"input_87_219\">&lt;ul style=\"font-size: 1rem\"&gt; \t&lt;li&gt;Start de Loquiz-app&lt;\/li&gt; \t&lt;li&gt;Log in met de gebruikersnaam en het wachtwoord die je van ons hebt ontvangen&lt;\/li&gt; \t&lt;li&gt;Je ziet een scherm met uitleg over het spel&lt;\/li&gt; \t&lt;li&gt;Kies \"OK\"&lt;\/li&gt; \t&lt;li&gt;Maak een team aan. (Als je niet als spelleider speelt, moet je alsnog een team aanmaken om het spel te starten.)&lt;\/li&gt; \t&lt;li&gt;Je komt terecht in een wachtruimte.&lt;\/li&gt; \t&lt;li&gt;Kies \"Spelleider? Activeer het spel!\"&lt;\/li&gt; \t&lt;li&gt;Activeer het spel met behulp van de activatiecode hieronder&lt;\/li&gt; \t&lt;li&gt;Alle teams zien nu tegelijkertijd de spelregels.&lt;\/li&gt; \t&lt;li&gt;Zorg dat iedereen de spelregels heeft gelezen.&lt;\/li&gt; \t&lt;li&gt;Kies \"Start spel\". Het spel start dan voor alle teams tegelijk.&lt;\/li&gt; &lt;\/ul&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_220\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_220'>Email Gamemaster  - Faq&#039;s start game<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_220-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_220-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_220\" id=\"input_87_220\">&lt;div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\"&gt; \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Wat gebeurt er als ik de activatiecode naar alle spelers stuur?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Als je de activatiecode met anderen deelt, verlies je de controle over wanneer het spel wordt gestart. Als het spel (per ongeluk) wordt gestart, kan dit niet meer worden teruggedraaid. Iedereen die daarna pas inlogt, heeft minder of zelfs geen tijd meer om het spel te spelen.&lt;\/p&gt; \t \t&lt;p style=\"font-size: 1rem\"&gt;&lt;strong&gt;Kan ik het spel testen voordat ik het start?&lt;\/strong&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Dat hangt ervan af wat je precies wilt testen. Je kunt de app alvast openen om te testen of deze goed werkt. Werkt de app niet zoals verwacht? Controleer dan of je bij het installeren alle benodigde toestemmingen hebt gegeven. Start het spel zelf nog niet. Als je dat wel doet, gaat het spel \u00e9cht van start.&lt;\/p&gt; &lt;\/div&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_87_221\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_221'>Email Gamemaster  - faq&#039;s date and time<\/label><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_87_221-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_87_221-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_221\" id=\"input_87_221\">&lt;div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\"&gt; \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Is het een probleem als we iets eerder of later starten?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Dat is geen probleem. We plannen onze telefonische ondersteuning ruim van tevoren in. Het is dus geen probleem als je iets eerder of later begint.&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Let op: \t&lt;ul style=\"font-size: 1rem\"&gt; \t\t&lt;li&gt;Als je van tevoren al weet dat het schema verandert, laat het ons dan even weten.&lt;\/li&gt; \t\t&lt;li&gt;Als het schema op de dag zelf meer dan een uur verandert, neem dan telefonisch contact met ons op. Dan kunnen wij onze ondersteuning aanpassen.&lt;\/li&gt; \t&lt;\/ul&gt; \t&lt;\/p&gt;  \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Hebben we minder speeltijd als we later beginnen?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Nee, de totale speeltijd blijft hetzelfde als jullie later starten.&lt;\/p&gt;  \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Kunnen we het spel verplaatsen naar een andere datum?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Ja. Neem even contact met ons op om te kijken of de nieuwe datum nog beschikbaar is. We rekenen geen extra kosten voor het verplaatsen, tenzij je vraagt om spelers toe te voegen of te verwijderen. In dat geval rekenen we 25% extra van het totaalbedrag. Lees onze &lt;a href=\"https:\/\/www.breakoutbandits.com\/nl\/algemene-voorwaarden\/\"&gt;algemene voorwaarden&lt;\/a&gt; voor meer informatie.&lt;\/p&gt;  \t&lt;p style=\"font-size: 1rem\"&gt;&lt;b&gt;Krijgen we ons geld terug als we moeten annuleren?&lt;\/b&gt;&lt;\/p&gt; \t&lt;p style=\"font-size: 1rem\"&gt;Dat hangt af van wanneer je het spel annuleert. Lees onze &lt;a href=\"https:\/\/www.breakoutbandits.com\/nl\/algemene-voorwaarden\/\"&gt;algemene voorwaarden&lt;\/a&gt; voor meer informatie.&lt;\/p&gt; &lt;\/div&gt;<\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_87_123' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_2' class='gform_page' data-js='page-field-id-123' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_115\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Vragenlijst<\/h2>\r\nDe eerste stap in de spelvoorbereiding is om de onderstaande uitnodiging naar alle spelers te sturen. Heb je meer tijd nodig om de uitnodiging te versturen? Je kan altijd terugkeren naar deze pagina door te klikken op de link in de bevestigingsmail die je van ons hebt ontvangen.<\/div><div id=\"field_87_121\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Je browsertaal is <b>Nederlands<\/b> en je speltaal is <b>Engels<\/b>.<br>Verstuur aub de uitnodiging in het <b>Engels<\/b>\r\n<\/div><\/div><div id=\"field_87_241\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div id=\"emailcontentNL-EN\" style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white;\">\r\nHi!<br>\r\n<br>\r\nWe will play <span data-gppa-live-merge-tag=\"@{:98}\"><\/span> on <span data-gppa-live-merge-tag=\"@{:55:l j F Y}\"><\/span> at <span data-gppa-live-merge-tag=\"@{:47}\"><\/span>. In preparation for the game, please fill in this questionnaire:<br>\r\n<br>\r\nhttps:\/\/www.breakoutbandits.com\/questionnaire-v2\/?teamid=<span data-gppa-live-merge-tag=\"@{:44}\"><\/span><\/a><br>\r\n<br>\r\nPlease fill in the questionnaire before <span data-gppa-live-merge-tag=\"@{:56:l j F Y}\"><\/span>. <br>\r\n<br>\r\nKind regards,<br>\r\n<\/div>\r\n<button id=\"copyHtmlButtonNL-EN\" type=\"button\" style=\"background-color: white; border: 2px solid #e6aa21; color: #e6aa21; padding: 15px 32px; text-align: center; text-decoration: none; display: block; border-radius: 3px; text-transform: uppercase; font-size: 14px; margin-top: 20px;margin-bottom: 20px;\">Kopieer de uitnodiging naar je klembord<\/button>\r\n\r\n<ul class=\"styled-ul\" style=\"padding: 0;\">\r\n\t<li>Je ontvangt een e-mail zodra een speler de vragenlijst heeft ingevuld.<\/li>\r\n<li><a href=\"https:\/\/www.breakoutbandits.com\/nl\/kan-ik-de-game-organiseren-als-verrassing\/\" target=\"_blank\">Het spel als verrassing organiseren? Lees meer over de mogelijkheden<\/a><\/li>\r\n<\/ul>\r\n\r\n<script>\r\ndocument.getElementById(\"copyHtmlButtonNL-EN\").addEventListener(\"click\", function () {\r\n\u00a0 const targetDiv = document.getElementById(\"emailcontentNL-EN\");\r\n\r\n\u00a0 if (targetDiv) {\r\n\u00a0 \u00a0 const html = targetDiv.innerText;\r\n\r\n\u00a0 \u00a0 if (navigator.clipboard && window.isSecureContext) {\r\n\u00a0 \u00a0 \u00a0 navigator.clipboard.writeText(html).then(function () {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"De uitnodiging is succesvol gekopieerd naar je klembord\");\r\n\u00a0 \u00a0 \u00a0 }, function (err) {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"Fout: \" + err);\r\n\u00a0 \u00a0 \u00a0 });\r\n\u00a0 \u00a0 } else {\r\n\u00a0 \u00a0 \u00a0 const textarea = document.createElement(\"textarea\");\r\n\u00a0 \u00a0 \u00a0 textarea.value = html;\r\n\u00a0 \u00a0 \u00a0 textarea.style.position = \"fixed\";\r\n\u00a0 \u00a0 \u00a0 document.body.appendChild(textarea);\r\n\u00a0 \u00a0 \u00a0 textarea.focus();\r\n\u00a0 \u00a0 \u00a0 textarea.select();\r\n\u00a0 \u00a0 \u00a0 try {\r\n\u00a0 \u00a0 \u00a0 \u00a0 document.execCommand(\"copy\");\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"De uitnodiging is succesvol gekopieerd naar je klembord\");\r\n\u00a0 \u00a0 \u00a0 } catch (err) {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"Fout: \" + err);\r\n\u00a0 \u00a0 \u00a0 }\r\n\u00a0 \u00a0 \u00a0 document.body.removeChild(textarea);\r\n\u00a0 \u00a0 }\r\n\r\n\u00a0 } else {\r\n\u00a0 \u00a0 alert(\"Er ging iets mis\");\r\n\u00a0 }\r\n});\r\n<\/script><\/div><div id=\"field_87_243\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div id=\"emailcontentNL-NL\" style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white;\">\r\nHoi!<br>\r\n<br>\r\nWe gaan <span data-gppa-live-merge-tag=\"@{:98}\"><\/span> spelen op <span data-gppa-live-merge-tag=\"@{:55}\"><\/span> om <span data-gppa-live-merge-tag=\"@{:47}\"><\/span>. Ter voorbereiding op het spel vragen we je om deze vragenlijst in te vullen:<br>\r\n<br>\r\nhttps:\/\/www.breakoutbandits.com\/nl\/vragenlijst-v2\/?teamid=<span data-gppa-live-merge-tag=\"@{:44}\"><\/span><\/a><br>\r\n<br>\r\nVul de vragenlijst in v\u00f3\u00f3r <span data-gppa-live-merge-tag=\"@{:56:}\"><\/span>.<br>\r\n<br>\r\nGroetjes,<br>\r\n<\/div>\r\n<button id=\"copyHtmlButtonNL-NL\" type=\"button\" style=\"background-color: white; border: 2px solid #e6aa21; color: #e6aa21; padding: 15px 32px; text-align: center; text-decoration: none; display: block; border-radius: 3px; text-transform: uppercase; font-size: 14px; margin-top: 20px;margin-bottom: 20px;\">Kopieer de uitnodiging naar je klembord<\/button>\r\n\r\n<ul class=\"styled-ul\" style=\"padding: 0;\">\r\n\t<li>Je ontvangt een e-mail zodra een speler de vragenlijst heeft ingevuld.<\/li>\r\n<li><a href=\"https:\/\/www.breakoutbandits.com\/nl\/kan-ik-de-game-organiseren-als-verrassing\/\" target=\"_blank\">Het spel als verrassing organiseren? Lees meer over de mogelijkheden<\/a><\/li>\r\n<\/ul>\r\n\r\n<script>\r\ndocument.getElementById(\"copyHtmlButtonNL-NL\").addEventListener(\"click\", function () {\r\n\u00a0 const targetDiv = document.getElementById(\"emailcontentNL-NL\");\r\n\r\n\u00a0 if (targetDiv) {\r\n\u00a0 \u00a0 const html = targetDiv.innerText;\r\n\r\n\u00a0 \u00a0 if (navigator.clipboard && window.isSecureContext) {\r\n\u00a0 \u00a0 \u00a0 navigator.clipboard.writeText(html).then(function () {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"De uitnodiging is succesvol gekopieerd naar je klembord\");\r\n\u00a0 \u00a0 \u00a0 }, function (err) {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"Fout: \" + err);\r\n\u00a0 \u00a0 \u00a0 });\r\n\u00a0 \u00a0 } else {\r\n\u00a0 \u00a0 \u00a0 const textarea = document.createElement(\"textarea\");\r\n\u00a0 \u00a0 \u00a0 textarea.value = html;\r\n\u00a0 \u00a0 \u00a0 textarea.style.position = \"fixed\";\r\n\u00a0 \u00a0 \u00a0 document.body.appendChild(textarea);\r\n\u00a0 \u00a0 \u00a0 textarea.focus();\r\n\u00a0 \u00a0 \u00a0 textarea.select();\r\n\u00a0 \u00a0 \u00a0 try {\r\n\u00a0 \u00a0 \u00a0 \u00a0 document.execCommand(\"copy\");\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"De uitnodiging is succesvol gekopieerd naar je klembord\");\r\n\u00a0 \u00a0 \u00a0 } catch (err) {\r\n\u00a0 \u00a0 \u00a0 \u00a0 alert(\"Fout: \" + err);\r\n\u00a0 \u00a0 \u00a0 }\r\n\u00a0 \u00a0 \u00a0 document.body.removeChild(textarea);\r\n\u00a0 \u00a0 }\r\n\r\n\u00a0 } else {\r\n\u00a0 \u00a0 alert(\"Er ging iets mis\");\r\n\u00a0 }\r\n});\r\n<\/script>\r\n<\/div><fieldset id=\"field_87_122\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Heb je de uitnodiging verstuurd?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_122'>\n\t\t\t<div class='gchoice gchoice_87_122_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_122' type='radio' value='yes'  id='choice_87_122_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_122_0' id='label_87_122_0' class='gform-field-label gform-field-label--type-inline'>Ja<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_122_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_122' type='radio' value='no'  id='choice_87_122_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_122_1' id='label_87_122_1' class='gform-field-label gform-field-label--type-inline'>Nee<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_87_247\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Wat wil je nu doen?<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_247'>\n\t\t\t<div class='gchoice gchoice_87_247_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_247' type='radio' value='stop'  id='choice_87_247_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_247_0' id='label_87_247_0' class='gform-field-label gform-field-label--type-inline'>Stop en neem de tijd om de uitnodiging te versturen<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_247_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_247' type='radio' value='continue'  id='choice_87_247_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_247_1' id='label_87_247_1' class='gform-field-label gform-field-label--type-inline'>Ga verder en lees alle praktische informatie over het spel<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_87_246\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\nJe kan terugkeren naar deze pagina door te klikken op de link in de bevestigingsmail die je van ons hebt ontvangen.<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_87_128' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='button' id='gform_next_button_87_128' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_3' class='gform_page' data-js='page-field-id-128' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_3' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_45\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Spelers<\/h2>\r\nIn de onderstaande lijst zie je hoeveel spelers de vragenlijst hebben ingevuld. We zullen deze namen in het spel verwerken. Controleer of de lijst compleet is en of alle namen correct zijn. Neem <a href=\"https:\/\/www.breakoutbandits.com\/nl\/contact\/\">contact<\/a> met ons op als je een speler wilt bewerken of verwijderen.<\/div><div id=\"field_87_43\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_43'>Number of players (filled in questionnaire) - lookup<\/label><div class='ginput_container ginput_container_text'><input name='input_43' id='input_87_43' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_190\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >Er is iets misgegaan met het invullen van de spelersnamen. Neem contact met ons op.<\/div><div id=\"field_87_191\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_191'>Spelers<\/label><div class='gfield_description' id='gfield_description_87_191'>Only for e-mail<\/div><div class='ginput_container ginput_container_textarea'><textarea name='input_191' id='input_87_191' class='textarea large'  aria-describedby=\"gfield_description_87_191\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_87_59\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\"><h3 style=\"color:white;\">Geen van de spelers heeft de vragenlijst nog ingevuld.<\/h3>Controleer of de spelers je uitnodiging hebben ontvangen. Als je zeker weet dat ze de uitnodiging hebben ontvangen, kom dan later terug om te controleren wie de vragenlijst heeft ingevuld.<br>\r\n<br>Je kan terugkeren naar deze pagina door te klikken op de link in de bevestigingsmail die je van ons hebt ontvangen.\r\n<\/div><\/div><div id=\"field_87_56\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-no-icon gfield--width-full gw-field-type-date gw-field-dateType-datepicker gw-field-dateFormat-dmy gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_56'>Expiration date (lookup)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_56' id='input_87_56' type='text' value='' class='datepicker gform-datepicker dmy datepicker_no_icon gdatepicker-no-icon'   placeholder='dd\/mm\/jjjj' aria-describedby=\"input_87_56_date_format\" aria-invalid=\"false\" aria-required=\"true\"\/>\n                            <span id='input_87_56_date_format' class='screen-reader-text'>DD slash MM slash JJJJ<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_87_56' class='gform_hidden' value='https:\/\/www.breakoutbandits.com\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><div id=\"field_87_42\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_42'>Number of players (ordered) - (lookup)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_42' id='input_87_42' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_87_60\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full gfield_contains_required gfield_calculation field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_60'>Waiting for players<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_number'><input name='input_60' id='input_87_60' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"   aria-required=\"true\" aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_87_65\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full gfield_contains_required gfield_calculation field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_65'>Extra players<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_number'><input name='input_65' id='input_87_65' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"   aria-required=\"true\" aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_87_29\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> heeft\/hebben de vragenlijst ingevuld.<\/b> <\/li>\r\n<li>We wachten tot <b><span data-gppa-live-merge-tag=\"@{:60}\"><\/span> speler(s)<\/b> de vragenlijst heeft\/hebben ingevuld.<\/li>\r\n<li>Ze hebben nog <b><span data-gppa-live-merge-tag=\"@{:61}\"><\/span> dag(en)<\/b> om de vragenlijst in te vullen.<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_66\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> hebben de vragenlijst ingevuld.<\/b> <\/li>\r\n<li>Verwacht je meer spelers? Ze hebben nog <b><span data-gppa-live-merge-tag=\"@{:61}\"><\/span> dag(en)<\/b> om de vragenlijst in te vullen.<\/li>\r\n<li>Als er meer dan <span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers zijn, ontvang je een nieuwe factuur voor de extra speler(s).<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_64\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> hebben de vragenlijst ingevuld.<\/b><\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:65}\"><\/span> extra speler(s)<\/b> hebben de vragenlijst ingevuld.<\/li>\r\n<li>Je ontvangt een nieuwe factuur voor de extra speler(s).<\/li>\r\n<li>Potenti\u00eble extra spelers hebben nog <b><span data-gppa-live-merge-tag=\"@{:61}\"><\/span> dag(en)<\/b> om de vragenlijst in te vullen.<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_68\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>De vragenlijst is gesloten<\/li>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> hebben de vragenlijst ingevuld.<\/b> <\/li>\r\n<li>Je hebt te weinig spelers om het spel te spelen. Het minimum aantal spelers is 4. Neem contact met ons op om de mogelijkheden te bespreken.<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_71\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>De vragenlijst is gesloten<\/li>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> hebben de vragenlijst ingevuld.<\/b> <\/li>\r\n<li>Je hebt <span data-gppa-live-merge-tag=\"@{:60}\"><\/span> spelers minder dan je hebt besteld. Dat is geen probleem. We maken een spel zonder de ontbrekende spelers.<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_69\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>De vragenlijst is gesloten<\/li>\r\n<li>Je hebt een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b>Alle spelers<\/b> hebben de vragenlijst ingevuld.<\/b> <\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_70\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\n<h2 style=\"color:white;\">Samenvatting<\/h2>\r\n<ul>\r\n<li>De vragenlijst is gesloten<\/li>\r\n<li>U heeft een spel besteld voor <b><span data-gppa-live-merge-tag=\"@{:42}\"><\/span> spelers.<\/b> <\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:43}\"><\/span> speler(s)<\/b> heeft\/hebben de vragenlijst ingevuld.<\/b><\/li>\r\n<li><b><span data-gppa-live-merge-tag=\"@{:65}\"><\/span> extra speler(s)<\/b> heeft\/hebben de vragenlijst ingevuld.<\/li>\r\n<li>U ontvangt een nieuwe factuur voor de extra speler(s).<\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_63\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div style=\"background-color:#f4f4f4; padding: 10px;\">\r\n<h3>Veelgestelde vragen<\/h3>\r\n<p><b>Wat als iemand te laat is met het invullen van de vragenlijst?<\/b><\/p>\r\n<p>Mensen die de vragenlijst niet hebben ingevuld, kunnen het spel nog steeds spelen, maar hun antwoorden worden niet meegenomen in het spel.<\/p>\r\n<p><b>Ik verwacht meer spelers dan ik heb besteld<\/b><\/p>\r\n<p>Zolang de vragenlijst open is, kun je zoveel spelers toevoegen als je wilt. We voegen de extra spelers toe aan het spel. Je ontvangt een nieuwe factuur voor de extra spelers.<\/p>\r\n<p><b>Ik verwacht minder spelers dan ik heb besteld<\/b><\/p>\r\n<p>Zolang je meer dan 6 spelers hebt, kun je het spel spelen. Bel of mail ons als je een nieuwe factuur wilt ontvangen met een lager aantal spelers.<\/p>\r\n<\/div><\/div><fieldset id=\"field_87_94\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Is de lijst van spelers compleet?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_94'>\n\t\t\t<div class='gchoice gchoice_87_94_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_94' type='radio' value='Yes'  id='choice_87_94_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_94_0' id='label_87_94_0' class='gform-field-label gform-field-label--type-inline'>Ja<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_94_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_94' type='radio' value='No'  id='choice_87_94_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_94_1' id='label_87_94_1' class='gform-field-label gform-field-label--type-inline'>Nee<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_87_248\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Wat wil je nu doen?<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_248'>\n\t\t\t<div class='gchoice gchoice_87_248_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_248' type='radio' value='stop'  id='choice_87_248_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_248_0' id='label_87_248_0' class='gform-field-label gform-field-label--type-inline'>Stop en wacht tot de spelers de vragenlijst hebben ingevuld<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_248_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_248' type='radio' value='continue'  id='choice_87_248_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_248_1' id='label_87_248_1' class='gform-field-label gform-field-label--type-inline'>Ga verder en lees alle praktische informatie over het spel<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_87_244\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\nJe kan terugkeren naar deze pagina door te klikken op de link in de bevestigingsmail die je van ons hebt ontvangen.\r\n<\/div><\/div><div id=\"field_87_230\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >Je hebt al bevestigd dat we kunnen beginnen met de bouw van het spel. We hebben alle praktische informatie voor spelers en spelleiders naar <span data-gppa-live-merge-tag=\"@{:82}\"><\/span> gestuurd. <br><br>Je ontvangt minimaal 24 uur voor aanvang van het spel een e-mailbevestiging dat het spel klaar is om te spelen.<\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_87_183' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='button' id='gform_next_button_87_183' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_4' class='gform_page' data-js='page-field-id-183' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_4' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_184\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Praktische informatie<\/h2><br>\r\nEen onderdeel van de voorbereiding van het spel is het lezen van alle praktische informatie, zoals:<br>\r\n<br>\r\n<ul class=\"styled-ul\" style=\"padding: 0;\">\r\n<li>Instructies voor het downloaden en starten van het spel.<\/li>\r\n<li>De spelregels<\/li>\r\n<li>Een paklijst<\/li>\r\n<\/ul><\/div><fieldset id=\"field_87_185\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Wanneer wil je de praktische informatie lezen?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_185'>\n\t\t\t<div class='gchoice gchoice_87_185_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_185' type='radio' value='now'  id='choice_87_185_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_185_0' id='label_87_185_0' class='gform-field-label gform-field-label--type-inline'>Ik wil de informatie nu lezen<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_185_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_185' type='radio' value='wait'  id='choice_87_185_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_185_1' id='label_87_185_1' class='gform-field-label gform-field-label--type-inline'>Ik wil de informatie later lezen<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_87_186\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">\r\nNadat je deze spelvoorbereiding hebt voltooid, ontvang je twee e-mails op <b>{:82}<\/b>.<br>\r\n<br>\r\n<ul class=\"styled-ul-white\" style=\"padding: 0;\">\r\n<li>Een e-mail met alle praktische informatie voor de spelers. Je kunt deze doorsturen naar de spelers.<\/li>\r\n<li>Een e-mail met alle praktische informatie voor de spelleider. Deze e-mail bevat geheime informatie.<b> Stuur deze niet door naar de spelers.<\/b><\/li>\r\n<\/ul>\r\n<\/div><\/div><div id=\"field_87_187\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"alert\">\r\nIn de volgende stappen kun je de praktische informatie lezen. Je ontvangt alle informatie ook per e-mail, nadat je deze spelvoorbereiding hebt afgerond. Je ontvangt twee e-mails op <b>{:82}<\/b>.<br>\r\n<br>\r\n<ul class=\"styled-ul-white\" style=\"padding: 0;\">\r\n<li>Een e-mail met alle praktische informatie voor de spelers. Je kunt deze doorsturen naar de spelers.<\/li>\r\n<li>Een e-mail met alle praktische informatie voor de spelleider. Deze e-mail bevat geheime informatie.<b> Stuur deze niet door naar de spelers.<\/b><\/li>\r\n<\/ul>\r\n<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_87_206' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='button' id='gform_next_button_87_206' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_5' class='gform_page' data-js='page-field-id-206' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_5' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_139\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Informatie voor spelers<\/h2><\/div><div id=\"field_87_156\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Nadat je deze spelvoorbereiding hebt afgerond, ontvang je op <b>{:82}<\/b> een e-mail met alle praktische informatie die je naar de spelers kunt doorsturen. De e-mail bevat de volgende informatie.<\/div><\/div><div id=\"field_87_239\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Nadat je deze spelvoorbereiding hebt afgerond, ontvang je een e-mail op <b>{:82}<\/b> met alle praktische informatie die je naar de spelers kunt doorsturen. De e-mail bevat de volgende informatie.<br>\r\n<br>\r\nJe browsertaal is <b>Nederlands<\/b> en je speltaal is <b>Engels<\/b>.<br>We sturen de e-mail voor de spelers in het <b>Engels<\/b>\r\n<\/div><\/div><div id=\"field_87_148\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><img decoding=\"async\" src=\"\" data-gppa-live-merge-tag-src=\"@{:174}\" width=\"100%\">\r\n<p style=\"font-size: 1rem;\">\r\nDear players,<\/p>\r\n<p style=\"font-size: 1rem;\">\r\nYou will play <span data-gppa-live-merge-tag=\"@{:98}\"><\/span> on <span data-gppa-live-merge-tag=\"@{:55:j F Y}\"><\/span> at <span data-gppa-live-merge-tag=\"@{:47}\"><\/span>. The starting location will be communicated to you by your game master.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>About {productname:98}<\/b><\/p>\r\n\t\t<div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: #e6aa21;color:white\">\r\n\t\t\t<p style=\"font-size: 1rem; margin-top:20px;text-transform: uppercase;\"><b>{product-subject:224}<\/b><\/p>\r\n\t\t\t{product-info:168}\r\n\t\t\t<p style=\"font-size: 1rem;\">\r\n\t\t\t\t<a style=\"background-color: white; border: 2px solid #e6aa21; color: #e6aa21; padding: 15px 32px; margin-top: 20px; text-align: center; text-decoration: none;  display:block; text-decoration: none; border-radius: 3px; text-transform: uppercase; font-size: 1rem;\"\r\n\t\t\t\t href=\"{product-url:225}\">Read more about the game<\/a>\r\n\t\t\t<\/p>\r\n\t\t<\/div>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Download<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nThe game is played with the Loquiz app. This app can be downloaded for free in the Appstore and Playstore.<\/p>\r\n<p style=\"font-size: 1rem;\">\r\n<a href=\"https:\/\/apps.apple.com\/nl\/app\/loquiz\/id575826783\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/download-on-the-app-store-flat-badge.png\" width=200px><\/a><br><br>\r\n<a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ee.loquiz&gl=US\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/get-it-on-google-play-badge.png\" width=200px><\/a><\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Login<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nUsername: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:92}\"><\/span><\/span><br>\r\nPassword: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:205}\">breakout<\/span><\/span><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nLogin with the credentials above. After entering the login details, enter a team name and wait for the game master to start the game.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Permissions<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nGive permission for the app to:<\/p>\r\n<ul style=\"font-size: 1rem;\">\r\n<li>use GPS<\/li>\r\n<li>send push notifications<\/li>\r\n<li>use camera<\/li>\r\n<li>use photos<\/li>\r\n<\/ul>\r\n<p style=\"font-size: 1rem;\">\r\nIf you do not give permission to all of the above, the app will not work, and you will not be able to play the game.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Packaging list<\/b><\/p>\r\n<span data-gppa-live-merge-tag=\"@{:173}\"><\/span><br>\r\n<img decoding=\"async\" src=\"\" data-gppa-live-merge-tag-src=\"@{:175}\" width=\"100%\"><br>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Game rules<\/b><\/p>\r\n<p style=\"font-size: 1rem;\"><b>Duration<\/b><\/p>\r\n<p style=\"font-size: 1rem;\"><span data-gppa-live-merge-tag=\"@{duration:226}\"><\/span> hour(s)<\/p>\r\n<span data-gppa-live-merge-tag=\"@{rules:177}\"><\/span>\r\n<br>\r\n<img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/mailing-about-us.jpg\" data-gppa-live-merge-tag-src=\"@{:209}\" width=\"100%\">\r\n<br>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>About Breakout Bandits<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">We are a social enterprise whose primary goal is to make a social impact. Making a profit is a secondary goal. <\/p>\r\n<p style=\"font-size: 1rem;\">\r\nAt Breakout Bandits, we create team building games with young people who got stuck in life. They learn new skills, gain more self-confidence and gain perspective! Your team outing ensures that we can help new young people further. In this way, our games not only have an impact on your team, but also on the lives of our young people! <\/p>\r\n<p style=\"font-size: 1rem;padding-top:20px\">\r\n<a style=\"background-color: #e6aa21; border: 2px solid #e6aa21; color: white; padding: 15px 32px; text-align: center; text-decoration: none;  display: block; text-decoration: none; border-radius: 3px; text-transform: uppercase; font-size: 1rem;\" href=\"https:\/\/www.breakoutbandits.com\/nl\/over-ons\/\">Read more about Breakout Bandits<\/a><\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Questions?<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">If you have any questions, please contact us. You can reach us by phone at +31 (0)88 25 27 100. You can also respond to this email if you prefer to send an email.<\/p>\r\n<p style=\"font-size: 1rem;\">\r\nKind regards,<br>\r\nTeam Breakout Bandits<\/p><\/div><div id=\"field_87_240\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><img decoding=\"async\" src=\"\" data-gppa-live-merge-tag-src=\"@{:174}\" width=\"100%\">\r\n<p style=\"font-size: 1rem;\">\r\nBeste spelers,<\/p>\r\n<p style=\"font-size: 1rem;\">\r\nJullie spelen <span data-gppa-live-merge-tag=\"@{:98}\"><\/span> op <span data-gppa-live-merge-tag=\"@{:55}\"><\/span> om <span data-gppa-live-merge-tag=\"@{:47}\"><\/span>. De startlocatie wordt doorgegeven door je spelleider.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Over {productname:98}<\/b><\/p>\r\n<div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: #e6aa21;color:white\">\r\n<p style=\"font-size: 1rem; margin-top:20px;text-transform: uppercase;\"><b>{product-subject:224}<\/b><\/p>\r\n{product-info:168}\r\n<p style=\"font-size: 1rem;\">\r\n<a style=\"background-color: white; border: 2px solid #e6aa21; color: #e6aa21; padding: 15px 32px; margin-top: 20px; text-align: center; text-decoration: none; display:block; text-decoration: none; border-radius: 3px; text-transform: uppercase; font-size: 1rem;\"\r\nhref=\"{product-url:225}\">Lees meer over het spel<\/a>\r\n<\/p>\r\n<\/div>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Downloaden<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nHet spel wordt gespeeld met de Loquiz-app. Deze app is gratis te downloaden in de App Store en Playstore.<\/p>\r\n<p style=\"font-size: 1rem;\">\r\n<a href=\"https:\/\/apps.apple.com\/nl\/app\/loquiz\/id575826783\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/download-on-the-app-store-flat-badge.png\" width=200px><\/a><br><br>\r\n<a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ee.loquiz&gl=US\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/get-it-on-google-play-badge.png\" width=200px><\/a><\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Inloggen<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nGebruikersnaam: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:92}\"><\/span><\/span><br>\r\nWachtwoord: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:205}\">breakout<\/span><\/span><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nLog in met de bovenstaande inloggegevens. Nadat je de inloggegevens hebt ingevoerd, voer je een teamnaam in en wacht je tot de spelleider het spel start.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Toestemmingen<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\r\nGeef de app toestemming om:<\/p>\r\n<ul style=\"font-size: 1rem;\">\r\n<li>gps te gebruiken<\/li>\r\n<li>pushmeldingen te versturen<\/li>\r\n<li>de camera te gebruiken<\/li>\r\n<li>foto's te gebruiken<\/li>\r\n<\/ul>\r\n<p style=\"font-size: 1rem;\">\r\nAls je niet alle bovenstaande toestemmingen geeft, werkt de app niet en kun je het spel niet spelen.<\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Pakketlijst<\/b><\/p>\r\n<span data-gppa-live-merge-tag=\"@{:173}\"><\/span><br>\r\n<img decoding=\"async\" src=\"\" data-gppa-live-merge-tag-src=\"@{:175}\" width=\"100%\"><br>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Spelregels<\/b><\/p>\r\n<p style=\"font-size: 1rem;\"><b>Duur<\/b><\/p>\r\n<p style=\"font-size: 1rem;\"><span data-gppa-live-merge-tag=\"@{duration:226}\"><\/span> uur<\/p>\r\n<span data-gppa-live-merge-tag=\"@{rules:177}\"><\/span>\r\n<br>\r\n<img decoding=\"async\" src=\"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/mailing-about-us.jpg\" data-gppa-live-merge-tag-src=\"@{:209}\" width=\"100%\">\r\n<br>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Over Breakout Bandits<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">\u200bWe zijn een sociale onderneming die als primaire doel heeft om een sociale impact te maken. Winst maken is een secundair doel. <\/p>\r\n<p style=\"font-size: 1rem;\">\r\nBij Breakout Bandits maken we teambuildingspellen met jongeren die vastgelopen zijn in het leven. Ze leren nieuwe vaardigheden, krijgen meer zelfvertrouwen en krijgen weer perspectief! Jouw teamuitje zorgt ervoor dat we nieuwe jongeren verder kunnen helpen. Zo hebben onze spellen niet alleen impact op jouw team, maar ook op het leven van onze jongeren! <\/p>\r\n<p style=\"font-size: 1rem;padding-top:20px\">\r\n<a style=\"background-color: #e6aa21; border: 2px solid #e6aa21; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: block; text-decoration: none; border-radius: 3px; text-transform: uppercase; font-size: 1rem;\" href=\"https:\/\/www.breakoutbandits.com\/nl\/over-ons\/\">Lees meer over Breakout Bandits<\/a><\/p>\r\n<p style=\"font-size: 1.5rem; margin-top:20px;\"><b>Vragen?<\/b><\/p>\r\n<p style=\"font-size: 1rem;\">Heb je vragen? Neem dan contact met ons op. We zijn telefonisch bereikbaar op +31 (0)88 25 27 100. Je kunt ook op deze e-mail reageren als je liever een e-mail stuurt.<\/p>\r\n<p style=\"font-size: 1rem;\">\r\nMet vriendelijke groet,<br>\r\nTeam Breakout Bandits<\/p><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_87_207' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='button' id='gform_next_button_87_207' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_6' class='gform_page' data-js='page-field-id-207' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_6' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_145\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Informatie voor spelleider<\/h2><\/div><div id=\"field_87_178\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Nadat je deze spelvoorbereiding hebt voltooid, ontvang je op <b>{:82}<\/b> een e-mail met alle praktische informatie voor de spelleider. <b>Stuur deze e-mail niet door naar de spelers. Deze bevat geheime informatie.<\/b>De e-mail bevat de volgende informatie.<\/div><\/div><div id=\"field_87_231\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Kies een spel locatie<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:232}\"><p style=\"font-size: 1rem\">In principle, the game can be played at any location. Both in a big city and a small village. In the middle of the forest, meadow or in the dunes. In principle, everything is possible.<\/p>\n<p style=\"font-size: 1rem\">\nPlease note the following conditions:<\/p>\n<ul style=\"font-size: 1rem\">\n<li>The location is outdoors and GPS reception is possible. (So not in an indoor shopping mall or the subway).<\/li>\n<li>A mobile internet connection is possible at the location.<\/li>\n<li>It is possible to walk at least 3 to 4 kilometres from the location. (It is not a condition, but of course it is nice if this is not one long straight road)<\/li>\n<\/ul>\n<p style=\"font-size: 1rem\">The game works like a pedometer. It is about the distance the players walk. Players can determine their own route. <\/p>\n<p style=\"font-size: 1rem\">\nMost teams choose one of the following options:<\/p>\n<ul style=\"font-size: 1rem\">\n<li>Start at location A and finish at location A. Players can walk their own route, as long as they finish at the same location they started.<\/li>\n<li>Start at location A and finish at location B. (Like a bar to finish with a drink) Players can walk their own route to location B.<\/li>\n<\/ul>\n<p style=\"font-size: 1rem\">You don't have to send the game location to Breakout bandits.<\/p>\n<\/span><\/div><div id=\"field_87_126\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Maak teams<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:213}\"><p style=\"font-size: 1rem\">You create the teams yourself. We recommend small teams of 2\u20133 people. That way, everyone can follow the game easily on one screen.<\/p>\n<\/span><\/div><div id=\"field_87_143\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Maak teams<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:214}\"><p style=\"font-size: 1rem\">You create the teams yourself. We recommend teams of a maximum of 5 people, so that they fit in one standard passenger car.<\/p>\n<\/span><\/div><div id=\"field_87_159\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><span data-gppa-live-merge-tag=\"@{:215}\"><div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\">\n<p style=\"font-size: 1rem\"><b>Do I need to create teams in advance?<br \/>\n<\/b><\/p>\n<p style=\"font-size: 1rem\">No. Players can form their own teams before the game. Just allow a few minutes for this.<\/p>\n<p style=\"font-size: 1rem\"><b>How do I send the teams to Breakout Bandits?<\/b><\/p>\n<p style=\"font-size: 1rem\">You don\u2019t need to. Just ask players to choose their teams. One person per team starts the Loquiz app, creates the team, and adds names. The game begins once you start it with the activation code.<\/p>\n<\/div>\n<\/span><\/div><div id=\"field_87_146\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><br>\r\n<h3>Outdoor of indoor?<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:216}\"><p style=\"font-size: 1rem\">Capture The Flag can be played both outdoors and indoors. Think in advance which version you want to play.<\/p>\n<p style=\"font-size: 1rem\"><b>Outdoor-version (Standard)<\/b><\/p>\n<p style=\"font-size: 1rem\">If the weather is good, we advise you to play the outdoor version. The outdoor version requires no additional preparation.<\/p>\n<p style=\"font-size: 1rem\"><b>Indoor-version (bad weather)<\/b><\/p>\n<p style=\"font-size: 1rem\">In bad weather, you have the option to play the indoor version. You then play Capture The Flag in a self-arranged indoor location. <a href=\"https:\/\/www.breakoutbandits.com\/i-want-to-play-the-indoor-version-what-requirements-must-the-indoor-location-meet\/\" target=\"_blank\">Read more about what requirements the indoor location must meet<\/a>\n<\/p>\n<p style=\"font-size: 1rem\">The indoor version works the same as the outdoor version. The only difference is that in the indoor version, teams have to scan QR codes to go to a new level.<\/p>\n<p style=\"font-size: 1rem\">You can decide to play the indoor version of the game at the last minute, without contacting us. This way you can keep the indoor version in reserve in case of changeable weather. Please note that the indoor version requires <b>extra preparation<\/b> from you as a game leader. The QR codes must be printed out and hidden.<\/p>\n<p style=\"font-size: 1rem\">Download the QR codes via the button below, including tips on how to hide them. You can download and print the QR code as a backup plan and ultimately still play the outdoor version. You have to make the final choice for which version you will play when you start the game.<\/p>\n<p><\/p>\n<p style=\"font-size: 1rem\"><a style=\"background-color: #e6aa21;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius: 3px;text-transform: uppercase;font-size: 14px\" href=\"https:\/\/www.breakoutbandits.com\/capturetheflag-qrcodes-indoor-en-v2\/\" target=\"_blank\">Download QR-codes<\/a><\/p>\n<\/span>\r\n<br><\/div><div id=\"field_87_147\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Locatie voorbereiden<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:217}\"><p style=\"font-size: 1rem\">You need to arrange the location for Capture The Flag Indoor yourself.<\/p>\n<p style=\"font-size: 1rem\"><b>Requirements for the location<\/b><\/p>\n<p style=\"font-size: 1rem\">In principle, any indoor location can be used, as long as you fit all the players in there. Make sure there are 9 places where you can hide a QR code the size of an A4. Think of the underside of a table or chair, the back of a door, etc. The more the teams really have to look for the QR codes, the more fun it becomes. In this sense, a large location offers more possibilities! A group will be able to scan a code without another team immediately seeing it.<\/p>\n<p style=\"font-size: 1rem\"><b>Print the QR-codes<\/b><\/p>\n<p style=\"font-size: 1rem\">During the game, players must scan QR codes to go to a new level. The QR codes must be printed and hidden by you, as the game leader. Download the QR codes via the button below, including instructions on how best to hide them.<\/p>\n<p><\/p>\n<p style=\"font-size: 1rem\"><a style=\"background-color: #e6aa21;border: none;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius : 3px;text-transform: uppercase;font-size: 14px\" href=\"https:\/\/www.breakoutbandits.com\/capturetheflag-qrcodes-indoor-en-v2\/\" target=\"_blank\">Download QR codes<\/a><\/p>\n<p><\/p>\n<p style=\"font-size: 1rem\"><b>Hide the QR-codes<\/b><\/p>\n<p style=\"font-size: 1rem\">Make sure that the QR codes are well hidden in such a way that they are not immediately visible to the teams and that they really have to look thoroughly. Ideally, they will be searching for around 15 minutes. Don't let it take much longer either, otherwise it will become frustrating and teams will find themselves in a bind with time in the game. For hiding locations, think of the underside of a table or chair, the back of a door, in a cupboard, etc.<\/p>\n<\/span><\/div><div id=\"field_87_149\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Start het spel<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:219}\"><ul style=\"font-size: 1rem\">\n<li>Start the Loquiz app<\/li>\n<li>Login with the username and password we provided<\/li>\n<li>You will see a screen with an explanation about the game<\/li>\n<li>Choose \"OK\"<\/li>\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\/li>\n<li>You will enter a waiting room. <\/li>\n<li>Choose \"Game leader? Activate the game!\"<\/li>\n<li>Activate the game using the activation code below<\/li>\n<li>All teams will see the rules of the game at the same time. <\/li>\n<li>Make sure everyone read the rules.<\/li>\n<li>Choose \"Start game\". The game will then start for all teams.<\/li>\n<\/ul>\n<\/span>\r\n<p style=\"font-size: 1rem;\">\r\nActivatie code: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:180}\"><\/span><\/span><\/p><\/div><div id=\"field_87_182\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Start het spel<\/h3>\r\n<span data-gppa-live-merge-tag=\"@{:218}\"><ul style=\"font-size: 1rem\">\n<li>Start the Loquiz app<\/li>\n<li>Login with the username and password we provided<\/li>\n<li>You will see a screen with an explanation about the game<\/li>\n<li>Choose \"OK\"<\/li>\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\/li>\n<li>You will enter a waiting room. <\/li>\n<li>Choose \"Game leader? Activate the game!\"<\/li>\n<li>Activate the version of the game you would like to play using the activation code below<\/li>\n<li>All teams will see the rules of the game at the same time. <\/li>\n<li>Make sure everyone read the rules.<\/li>\n<li>Choose \"Start game\". The game will then start for all teams.<\/li>\n<\/ul>\n<\/span>\r\n<p style=\"font-size: 1rem;\">\r\nActivatie code outdoor: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:180}\"><\/span><\/span><br>\r\nActivatie code indoor: <span style=\"color:#e6aa21\"><span data-gppa-live-merge-tag=\"@{:181}\"><\/span><\/span>\r\n<\/p>\r\n<\/div><div id=\"field_87_165\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><br>\r\n<span data-gppa-live-merge-tag=\"@{:220}\"><div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\">\n<p style=\"font-size: 1rem\"><b>What happens if I send the activation code to all players?<\/b><\/p>\n<p style=\"font-size: 1rem\">If you send the activation code to others, you lose control over when the game is started. If a game is (accidentally) started, it can't be stopped. Anyone who will log in after the game is started, will have less or no time left to play the game.<\/p>\n<p style=\"font-size: 1rem\"><strong>Can I test the game before I start it?<\/strong><\/p>\n<p style=\"font-size: 1rem\">It depends on what you want to test. You can already start the app to test if the app functions well. If the app is not behaving as expected, please make sure you gave all the right permission while installing the app. Please do not start the game yet. If you do that, the game really starts.<\/p>\n<\/div>\n<\/span><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_87_125' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='button' id='gform_next_button_87_125' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Volgende'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_87_7' class='gform_page' data-js='page-field-id-125' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_87_7' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_87_55\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-no-icon gfield--width-full gw-field-type-date gw-field-dateType-datepicker gw-field-dateFormat-dmy gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><label class='gfield_label gform-field-label' for='input_87_55'>Game date<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_55' id='input_87_55' type='text' value='' class='datepicker gform-datepicker dmy datepicker_no_icon gdatepicker-no-icon'   placeholder='dd\/mm\/jjjj' aria-describedby=\"input_87_55_date_format\" aria-invalid=\"false\" aria-required=\"true\"\/>\n                            <span id='input_87_55_date_format' class='screen-reader-text'>DD slash MM slash JJJJ<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_87_55' class='gform_hidden' value='https:\/\/www.breakoutbandits.com\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><fieldset id=\"field_87_47\" class=\"gfield gfield--type-time gfield--input-type-time gfield--width-full gw-field-type-time gw-field-timeFormat-24 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"Dit veld is verborgen bij het bekijken van het formulier\"><\/i><span>Dit veld is verborgen bij het bekijken van het formulier<\/span><\/div><legend class='gfield_label gform-field-label gfield_label_before_complex' >Game time<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class=\"ginput_container ginput_complex gform-grid-row\">\n                        <div class='gfield_time_hour ginput_container ginput_container_time gform-grid-col' id='input_87_47'>\n                            <input type='number' name='input_47[]' id='input_87_47_1' value=''  min='0' max='24' step='1'  placeholder='UU' aria-required='true'   \/> \n                            <label class='gform-field-label gform-field-label--type-sub hour_label screen-reader-text' for='input_87_47_1'>Uren<\/label>\n                        <\/div>\n                        <div class=\"below hour_minute_colon gform-grid-col\">:<\/div>\n                        <div class='gfield_time_minute ginput_container ginput_container_time gform-grid-col'>\n                            <input type='number' name='input_47[]' id='input_87_47_2' value=''  min='0' max='59' step='1'  placeholder='MM' aria-required='true'  \/>\n                            <label class='gform-field-label gform-field-label--type-sub minute_label screen-reader-text' for='input_87_47_2'>Minuten<\/label>\n                        <\/div>\n                        \n                    <\/div><\/fieldset><div id=\"field_87_129\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2>Datum en tijd<\/h2><\/div><div id=\"field_87_53\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >Lees eerst de FAQ's voordat je de datum en tijd bevestigt.<\/div><div id=\"field_87_164\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><span data-gppa-live-merge-tag=\"@{:221}\"><div style=\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\">\n<p style=\"font-size: 1rem\"><b>Is it a problem if we start a little earlier or later?<\/b><\/p>\n<p style=\"font-size: 1rem\">That is not a problem. We plan our telephone support well in advance. So it is not a problem if you start a little earlier or later.<\/p>\n<p style=\"font-size: 1rem\">\nPlease note:<\/p>\n<ul style=\"font-size: 1rem\">\n<li>If you know in advance that the schedule will change, please let us know.<\/li>\n<li>If the schedule on the game day itself changes by more than one hour, please contact us by phone. We can then adjust our telephone support accordingly.<\/li>\n<\/ul>\n<p style=\"font-size: 1rem\"><b>If we start the game later, will we have less playing time?<\/b><\/p>\n<p style=\"font-size: 1rem\">No, the total game time remains the same if you start later.<\/p>\n<p style=\"font-size: 1rem\"><b>Can we re-schedule the game to another date?<\/b><\/p>\n<p style=\"font-size: 1rem\">Yes. Please contact us to check if the new date is still available. We won't charge you any costs for re-scheduling the game, unless you will ask us to add or delete players. In that case, we will charge an extra 25% of the total price. Please read our <a href=\"https:\/\/www.breakoutbandits.com\/general-terms-and-conditions\/\">general terms and conditions<\/a> for more details.<\/p>\n<p style=\"font-size: 1rem\"><b>Do we get our money back if we have to cancel?<\/b><\/p>\n<p style=\"font-size: 1rem\">It depends on when you cancel the game. Please read our <a href=\"https:\/\/www.breakoutbandits.com\/general-terms-and-conditions\/\">general terms and conditions<\/a> for more details.<\/p>\n<\/div>\n<\/span><\/div><fieldset id=\"field_87_50\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Bevestig spel datum\/tijd<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_87_50'>\n\t\t\t<div class='gchoice gchoice_87_50_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_50' type='radio' value=\"I confirm the game will be played on  at \" data-gppa-live-merge-tag-value=\"I confirm the game will be played on @{:55} at @{:47}\"  id='choice_87_50_0' data-gppa-live-merge-tag-value=\"I confirm the game will be played on @{:55:j F Y} at @{:47}\" onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_50_0' id='label_87_50_0' class='gform-field-label gform-field-label--type-inline'>Ik bevestig dat de game gespeeld wordt op <span data-gppa-live-merge-tag=\"@{:55}\"><\/span> om <span data-gppa-live-merge-tag=\"@{:47}\"><\/span><\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_87_50_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_50' type='radio' value='I want to change the game date\/time'  id='choice_87_50_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_87_50_1' id='label_87_50_1' class='gform-field-label gform-field-label--type-inline'>Ik wil de speldatum en\/of tijd aanpassen<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_87_134\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Stuur eerst de uitnodiging voor de vragenlijst. Daarna kan je de spelvoorbereiding afronden. De link naar de vragenlijst vind je in stap 2. <\/div><\/div><div id=\"field_87_95\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Controleer de namen van de spelers die de vragenlijst hebben ingevuld. (Stap 3) Daarna kan je de voorbereiding van de wedstrijd afronden.<br>\r\n<br>Moet je wachten tot een of meer spelers de vragenlijst hebben ingevuld? Kom dan later terug. Je kan terugkeren naar deze pagina door te klikken op de link in de bevestigingsmail die je van ons hebt ontvangen.\r\n<\/div><\/div><div id=\"field_87_85\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"alert\">Neem eerst <a href=\"https:\/\/www.breakoutbandits.com\/nl\/contact\/\" style=\"color: white; text-decoration: underline;\">contact<\/a> met ons op, zodat we kunnen controleren of de nieuwe datum\/tijd beschikbaar is.<\/div><\/div><div id=\"field_87_227\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >Nadat je op \"Spelvoorbereiding voltooien\" hebt geklikt, beginnen we met het bouwen van het spel. Je ontvangt minimaal 24 uur voor de speeldatum een \u200b\u200be-mail met een melding dat het spel klaar is.<\/div><\/div><\/div>\n        <div class='gform-page-footer gform_page_footer top_label'><input type='submit' id='gform_previous_button_87' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='&lt; Terug'  \/> <input type='submit' id='gform_submit_button_87' class='gform_button button gform-button--width-full' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Spelvoorbereiding voltooien'  \/> <input type='hidden' name='gform_ajax' value='form_id=87&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=29747ba2a58bdb7a97c6a569d1f509fe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_87' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_87' id='gform_theme_87' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_87' id='gform_style_settings_87' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_87' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='87' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='eeE0tgx8jdBtY496rlzIBh3GysdDNJNNknXTBmg8lDFf2haoBPKiO9yXTTTCWcLZO6shk5OEFRCfZD90odIgMgk6uzbl3nLgVnvxEQiPEEdIQiA=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_87' value='WyJ7XCIyNDdcIjpbXCJhNTAxMzk4ODIzMDg2YjQxMzUwYzg2ZmQ3OGQ5MmMxOVwiLFwiMWJkMGZkNjg1MzhmOGEzZGQxZjdkNmE3M2FmZGRjNWNcIl0sXCI5NFwiOltcImU2ODE4OGE3ODRjYzY5MGEwZDJjNTY4MDc0YTMzMDgwXCIsXCIzMzlhZGU4Y2ZkMGI1ZjBkNjViYTVmZjJjNDc3ZWQxMVwiXSxcIjI0OFwiOltcImE1MDEzOTg4MjMwODZiNDEzNTBjODZmZDc4ZDkyYzE5XCIsXCIxYmQwZmQ2ODUzOGY4YTNkZDFmN2Q2YTczYWZkZGM1Y1wiXSxcIjE4NVwiOltcIjM4ODljMWU0ZmY3NTUyMjg4Nzc1MzRmOTAyMTdiMjkzXCIsXCI0MTA2YWI4N2YwMWVmZTA4MWZkYjBkZjNhZTQ1NDE4ZFwiXSxcIjUwXCI6W1wiNWI5MWYzNjBiMTc4YmUyMTBiM2MxYWNiNjM1ZmJmMTdcIixcImRhYmZjYjc4NDk1NzQ3ZWI4YjEzMDQxMDRiMWJlYTNmXCJdfSIsIjllMTkyMjdlNGJiNjgyZmNlZDZhZWM4MGQwYjM3MjQ5Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_87' id='gform_target_page_number_87' value='2' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_87' id='gform_source_page_number_87' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n             <\/div><\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_87' id='gform_ajax_frame_87' title='Dit iframe bevat de vereiste logica om Ajax aangedreven Gravity Forms te verwerken.'><\/iframe>\n\t\t                <script type=\"text\/javascript\" data-cfasync=\"false\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 87, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery('#gform_ajax_frame_87').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_87');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_87').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){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_87').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_87').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_87').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_87').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_87').val();gformInitSpinner( 87, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery(document).trigger('gform_page_loaded', [87, current_page]);window['gf_submitting_87'] = 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_87').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_87').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [87]);window['gf_submitting_87'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_87').text());}else{jQuery('#gform_87').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"87\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_87\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_87\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_87\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 87, 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\/* ]]> *\/\n<\/script>\n<script type=\"text\/javascript\">\n\t\t\t\tvar GPPA_CURRENT_LIVE_MERGE_TAG_VALUES_FORM_87 = {\"@{:174}\":\"\",\"@{:175}\":\"\",\"@{:209}\":\"https:\\\/\\\/www.breakoutbandits.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/mailing-about-us.jpg\",\"I confirm the game will be played on @{:55} at @{:47}\":\"I confirm the game will be played on  at\",\"@{:82}\":\"\",\"@{:98}\":\"\",\"@{:55:l j F Y}\":\"\",\"@{:47}\":\"\",\"@{:44}\":\"\",\"@{:56:l j F Y}\":\"\",\"@{:55}\":\"\",\"@{:56:}\":\"\",\"@{:42}\":\"\",\"@{:43}\":\"\",\"@{:60}\":\"\",\"@{:61}\":\"\",\"@{:65}\":\"\",\"@{:55:j F Y}\":\"\",\"@{:92}\":\"\",\"@{:205}\":\"breakout\",\"@{:173}\":\"\",\"@{duration:226}\":\"\",\"@{rules:177}\":\"\",\"@{:232}\":\"<p style=\\\"font-size: 1rem\\\">In principle, the game can be played at any location. Both in a big city and a small village. In the middle of the forest, meadow or in the dunes. In principle, everything is possible.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nPlease note the following conditions:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>The location is outdoors and GPS reception is possible. (So not in an indoor shopping mall or the subway).<\\\/li>\\n<li>A mobile internet connection is possible at the location.<\\\/li>\\n<li>It is possible to walk at least 3 to 4 kilometres from the location. (It is not a condition, but of course it is nice if this is not one long straight road)<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\">The game works like a pedometer. It is about the distance the players walk. Players can determine their own route. <\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nMost teams choose one of the following options:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>Start at location A and finish at location A. Players can walk their own route, as long as they finish at the same location they started.<\\\/li>\\n<li>Start at location A and finish at location B. (Like a bar to finish with a drink) Players can walk their own route to location B.<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\">You don't have to send the game location to Breakout bandits.<\\\/p>\",\"@{:213}\":\"<p style=\\\"font-size: 1rem\\\">You create the teams yourself. We recommend small teams of 2\\u20133 people. That way, everyone can follow the game easily on one screen.<\\\/p>\",\"@{:214}\":\"<p style=\\\"font-size: 1rem\\\">You create the teams yourself. We recommend teams of a maximum of 5 people, so that they fit in one standard passenger car.<\\\/p>\",\"@{:215}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>Do I need to create teams in advance?<br \\\/>\\n<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">No. Players can form their own teams before the game. Just allow a few minutes for this.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>How do I send the teams to Breakout Bandits?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">You don\\u2019t need to. Just ask players to choose their teams. One person per team starts the Loquiz app, creates the team, and adds names. The game begins once you start it with the activation code.<\\\/p>\\n<\\\/div>\",\"@{:216}\":\"<p style=\\\"font-size: 1rem\\\">Capture The Flag can be played both outdoors and indoors. Think in advance which version you want to play.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Outdoor-version (Standard)<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">If the weather is good, we advise you to play the outdoor version. The outdoor version requires no additional preparation.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Indoor-version (bad weather)<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">In bad weather, you have the option to play the indoor version. You then play Capture The Flag in a self-arranged indoor location. <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/i-want-to-play-the-indoor-version-what-requirements-must-the-indoor-location-meet\\\/\\\" target=\\\"_blank\\\">Read more about what requirements the indoor location must meet<\\\/a>\\n<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">The indoor version works the same as the outdoor version. The only difference is that in the indoor version, teams have to scan QR codes to go to a new level.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">You can decide to play the indoor version of the game at the last minute, without contacting us. This way you can keep the indoor version in reserve in case of changeable weather. Please note that the indoor version requires <b>extra preparation<\\\/b> from you as a game leader. The QR codes must be printed out and hidden.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Download the QR codes via the button below, including tips on how to hide them. You can download and print the QR code as a backup plan and ultimately still play the outdoor version. You have to make the final choice for which version you will play when you start the game.<\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><a style=\\\"background-color: #e6aa21;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius: 3px;text-transform: uppercase;font-size: 14px\\\" href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/capturetheflag-qrcodes-indoor-en-v2\\\/\\\" target=\\\"_blank\\\">Download QR-codes<\\\/a><\\\/p>\",\"@{:217}\":\"<p style=\\\"font-size: 1rem\\\">You need to arrange the location for Capture The Flag Indoor yourself.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Requirements for the location<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">In principle, any indoor location can be used, as long as you fit all the players in there. Make sure there are 9 places where you can hide a QR code the size of an A4. Think of the underside of a table or chair, the back of a door, etc. The more the teams really have to look for the QR codes, the more fun it becomes. In this sense, a large location offers more possibilities! A group will be able to scan a code without another team immediately seeing it.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Print the QR-codes<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">During the game, players must scan QR codes to go to a new level. The QR codes must be printed and hidden by you, as the game leader. Download the QR codes via the button below, including instructions on how best to hide them.<\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><a style=\\\"background-color: #e6aa21;border: none;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius : 3px;text-transform: uppercase;font-size: 14px\\\" href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/capturetheflag-qrcodes-indoor-en-v2\\\/\\\" target=\\\"_blank\\\">Download QR codes<\\\/a><\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Hide the QR-codes<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Make sure that the QR codes are well hidden in such a way that they are not immediately visible to the teams and that they really have to look thoroughly. Ideally, they will be searching for around 15 minutes. Don't let it take much longer either, otherwise it will become frustrating and teams will find themselves in a bind with time in the game. For hiding locations, think of the underside of a table or chair, the back of a door, in a cupboard, etc.<\\\/p>\",\"@{:219}\":\"<ul style=\\\"font-size: 1rem\\\">\\n<li>Start the Loquiz app<\\\/li>\\n<li>Login with the username and password we provided<\\\/li>\\n<li>You will see a screen with an explanation about the game<\\\/li>\\n<li>Choose \\\"OK\\\"<\\\/li>\\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\\\/li>\\n<li>You will enter a waiting room. <\\\/li>\\n<li>Choose \\\"Game leader? Activate the game!\\\"<\\\/li>\\n<li>Activate the game using the activation code below<\\\/li>\\n<li>All teams will see the rules of the game at the same time. <\\\/li>\\n<li>Make sure everyone read the rules.<\\\/li>\\n<li>Choose \\\"Start game\\\". The game will then start for all teams.<\\\/li>\\n<\\\/ul>\",\"@{:180}\":\"\",\"@{:218}\":\"<ul style=\\\"font-size: 1rem\\\">\\n<li>Start the Loquiz app<\\\/li>\\n<li>Login with the username and password we provided<\\\/li>\\n<li>You will see a screen with an explanation about the game<\\\/li>\\n<li>Choose \\\"OK\\\"<\\\/li>\\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\\\/li>\\n<li>You will enter a waiting room. <\\\/li>\\n<li>Choose \\\"Game leader? Activate the game!\\\"<\\\/li>\\n<li>Activate the version of the game you would like to play using the activation code below<\\\/li>\\n<li>All teams will see the rules of the game at the same time. <\\\/li>\\n<li>Make sure everyone read the rules.<\\\/li>\\n<li>Choose \\\"Start game\\\". The game will then start for all teams.<\\\/li>\\n<\\\/ul>\",\"@{:181}\":\"\",\"@{:220}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>What happens if I send the activation code to all players?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">If you send the activation code to others, you lose control over when the game is started. If a game is (accidentally) started, it can't be stopped. Anyone who will log in after the game is started, will have less or no time left to play the game.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><strong>Can I test the game before I start it?<\\\/strong><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">It depends on what you want to test. You can already start the app to test if the app functions well. If the app is not behaving as expected, please make sure you gave all the right permission while installing the app. Please do not start the game yet. If you do that, the game really starts.<\\\/p>\\n<\\\/div>\",\"@{:221}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>Is it a problem if we start a little earlier or later?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">That is not a problem. We plan our telephone support well in advance. So it is not a problem if you start a little earlier or later.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nPlease note:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>If you know in advance that the schedule will change, please let us know.<\\\/li>\\n<li>If the schedule on the game day itself changes by more than one hour, please contact us by phone. We can then adjust our telephone support accordingly.<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\"><b>If we start the game later, will we have less playing time?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">No, the total game time remains the same if you start later.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Can we re-schedule the game to another date?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Yes. Please contact us to check if the new date is still available. We won't charge you any costs for re-scheduling the game, unless you will ask us to add or delete players. In that case, we will charge an extra 25% of the total price. Please read our <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/general-terms-and-conditions\\\/\\\">general terms and conditions<\\\/a> for more details.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Do we get our money back if we have to cancel?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">It depends on when you cancel the game. Please read our <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/general-terms-and-conditions\\\/\\\">general terms and conditions<\\\/a> for more details.<\\\/p>\\n<\\\/div>\"};\n\t\t\t\tvar GPPA_CURRENT_LIVE_MERGE_TAG_VALUES_FORM_87_TEXTURIZED = {\"@{:174}\":\"\",\"@{:175}\":\"\",\"@{:209}\":\"https:\\\/\\\/www.breakoutbandits.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/mailing-about-us.jpg\",\"I confirm the game will be played on @{:55} at @{:47}\":\"I confirm the game will be played on  at\",\"@{:82}\":\"\",\"@{:98}\":\"\",\"@{:55:l j F Y}\":\"\",\"@{:47}\":\"\",\"@{:44}\":\"\",\"@{:56:l j F Y}\":\"\",\"@{:55}\":\"\",\"@{:56:}\":\"\",\"@{:42}\":\"\",\"@{:43}\":\"\",\"@{:60}\":\"\",\"@{:61}\":\"\",\"@{:65}\":\"\",\"@{:55:j F Y}\":\"\",\"@{:92}\":\"\",\"@{:205}\":\"breakout\",\"@{:173}\":\"\",\"@{duration:226}\":\"\",\"@{rules:177}\":\"\",\"@{:232}\":\"<p style=\\\"font-size: 1rem\\\">In principle, the game can be played at any location. Both in a big city and a small village. In the middle of the forest, meadow or in the dunes. In principle, everything is possible.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nPlease note the following conditions:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>The location is outdoors and GPS reception is possible. (So not in an indoor shopping mall or the subway).<\\\/li>\\n<li>A mobile internet connection is possible at the location.<\\\/li>\\n<li>It is possible to walk at least 3 to 4 kilometres from the location. (It is not a condition, but of course it is nice if this is not one long straight road)<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\">The game works like a pedometer. It is about the distance the players walk. Players can determine their own route. <\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nMost teams choose one of the following options:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>Start at location A and finish at location A. Players can walk their own route, as long as they finish at the same location they started.<\\\/li>\\n<li>Start at location A and finish at location B. (Like a bar to finish with a drink) Players can walk their own route to location B.<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\">You don\\u2019t have to send the game location to Breakout bandits.<\\\/p>\",\"@{:213}\":\"<p style=\\\"font-size: 1rem\\\">You create the teams yourself. We recommend small teams of 2\\u20133 people. That way, everyone can follow the game easily on one screen.<\\\/p>\",\"@{:214}\":\"<p style=\\\"font-size: 1rem\\\">You create the teams yourself. We recommend teams of a maximum of 5 people, so that they fit in one standard passenger car.<\\\/p>\",\"@{:215}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>Do I need to create teams in advance?<br \\\/>\\n<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">No. Players can form their own teams before the game. Just allow a few minutes for this.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>How do I send the teams to Breakout Bandits?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">You don\\u2019t need to. Just ask players to choose their teams. One person per team starts the Loquiz app, creates the team, and adds names. The game begins once you start it with the activation code.<\\\/p>\\n<\\\/div>\",\"@{:216}\":\"<p style=\\\"font-size: 1rem\\\">Capture The Flag can be played both outdoors and indoors. Think in advance which version you want to play.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Outdoor-version (Standard)<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">If the weather is good, we advise you to play the outdoor version. The outdoor version requires no additional preparation.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Indoor-version (bad weather)<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">In bad weather, you have the option to play the indoor version. You then play Capture The Flag in a self-arranged indoor location. <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/i-want-to-play-the-indoor-version-what-requirements-must-the-indoor-location-meet\\\/\\\" target=\\\"_blank\\\">Read more about what requirements the indoor location must meet<\\\/a>\\n<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">The indoor version works the same as the outdoor version. The only difference is that in the indoor version, teams have to scan QR codes to go to a new level.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">You can decide to play the indoor version of the game at the last minute, without contacting us. This way you can keep the indoor version in reserve in case of changeable weather. Please note that the indoor version requires <b>extra preparation<\\\/b> from you as a game leader. The QR codes must be printed out and hidden.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Download the QR codes via the button below, including tips on how to hide them. You can download and print the QR code as a backup plan and ultimately still play the outdoor version. You have to make the final choice for which version you will play when you start the game.<\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><a style=\\\"background-color: #e6aa21;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius: 3px;text-transform: uppercase;font-size: 14px\\\" href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/capturetheflag-qrcodes-indoor-en-v2\\\/\\\" target=\\\"_blank\\\">Download QR-codes<\\\/a><\\\/p>\",\"@{:217}\":\"<p style=\\\"font-size: 1rem\\\">You need to arrange the location for Capture The Flag Indoor yourself.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Requirements for the location<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">In principle, any indoor location can be used, as long as you fit all the players in there. Make sure there are 9 places where you can hide a QR code the size of an A4. Think of the underside of a table or chair, the back of a door, etc. The more the teams really have to look for the QR codes, the more fun it becomes. In this sense, a large location offers more possibilities! A group will be able to scan a code without another team immediately seeing it.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Print the QR-codes<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">During the game, players must scan QR codes to go to a new level. The QR codes must be printed and hidden by you, as the game leader. Download the QR codes via the button below, including instructions on how best to hide them.<\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><a style=\\\"background-color: #e6aa21;border: none;color: white;padding: 15px 15px;text-align: center;text-decoration: none;text-decoration: none;border-radius : 3px;text-transform: uppercase;font-size: 14px\\\" href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/capturetheflag-qrcodes-indoor-en-v2\\\/\\\" target=\\\"_blank\\\">Download QR codes<\\\/a><\\\/p>\\n<p><\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Hide the QR-codes<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Make sure that the QR codes are well hidden in such a way that they are not immediately visible to the teams and that they really have to look thoroughly. Ideally, they will be searching for around 15 minutes. Don\\u2019t let it take much longer either, otherwise it will become frustrating and teams will find themselves in a bind with time in the game. For hiding locations, think of the underside of a table or chair, the back of a door, in a cupboard, etc.<\\\/p>\",\"@{:219}\":\"<ul style=\\\"font-size: 1rem\\\">\\n<li>Start the Loquiz app<\\\/li>\\n<li>Login with the username and password we provided<\\\/li>\\n<li>You will see a screen with an explanation about the game<\\\/li>\\n<li>Choose \\u201cOK\\u201d<\\\/li>\\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\\\/li>\\n<li>You will enter a waiting room. <\\\/li>\\n<li>Choose \\u201cGame leader? Activate the game!\\u201d<\\\/li>\\n<li>Activate the game using the activation code below<\\\/li>\\n<li>All teams will see the rules of the game at the same time. <\\\/li>\\n<li>Make sure everyone read the rules.<\\\/li>\\n<li>Choose \\u201cStart game\\u201d. The game will then start for all teams.<\\\/li>\\n<\\\/ul>\",\"@{:180}\":\"\",\"@{:218}\":\"<ul style=\\\"font-size: 1rem\\\">\\n<li>Start the Loquiz app<\\\/li>\\n<li>Login with the username and password we provided<\\\/li>\\n<li>You will see a screen with an explanation about the game<\\\/li>\\n<li>Choose \\u201cOK\\u201d<\\\/li>\\n<li>Create a team. (If you are not playing as a game leader, you must also create a team to start the game.)<\\\/li>\\n<li>You will enter a waiting room. <\\\/li>\\n<li>Choose \\u201cGame leader? Activate the game!\\u201d<\\\/li>\\n<li>Activate the version of the game you would like to play using the activation code below<\\\/li>\\n<li>All teams will see the rules of the game at the same time. <\\\/li>\\n<li>Make sure everyone read the rules.<\\\/li>\\n<li>Choose \\u201cStart game\\u201d. The game will then start for all teams.<\\\/li>\\n<\\\/ul>\",\"@{:181}\":\"\",\"@{:220}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>What happens if I send the activation code to all players?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">If you send the activation code to others, you lose control over when the game is started. If a game is (accidentally) started, it can\\u2019t be stopped. Anyone who will log in after the game is started, will have less or no time left to play the game.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><strong>Can I test the game before I start it?<\\\/strong><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">It depends on what you want to test. You can already start the app to test if the app functions well. If the app is not behaving as expected, please make sure you gave all the right permission while installing the app. Please do not start the game yet. If you do that, the game really starts.<\\\/p>\\n<\\\/div>\",\"@{:221}\":\"<div style=\\\"padding: 10px;border-radius: 3px;border: solid;border-color: #e6aa21;border-width: 2px;background: white\\\">\\n<p style=\\\"font-size: 1rem\\\"><b>Is it a problem if we start a little earlier or later?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">That is not a problem. We plan our telephone support well in advance. So it is not a problem if you start a little earlier or later.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\">\\nPlease note:<\\\/p>\\n<ul style=\\\"font-size: 1rem\\\">\\n<li>If you know in advance that the schedule will change, please let us know.<\\\/li>\\n<li>If the schedule on the game day itself changes by more than one hour, please contact us by phone. We can then adjust our telephone support accordingly.<\\\/li>\\n<\\\/ul>\\n<p style=\\\"font-size: 1rem\\\"><b>If we start the game later, will we have less playing time?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">No, the total game time remains the same if you start later.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Can we re-schedule the game to another date?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">Yes. Please contact us to check if the new date is still available. We won\\u2019t charge you any costs for re-scheduling the game, unless you will ask us to add or delete players. In that case, we will charge an extra 25% of the total price. Please read our <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/general-terms-and-conditions\\\/\\\">general terms and conditions<\\\/a> for more details.<\\\/p>\\n<p style=\\\"font-size: 1rem\\\"><b>Do we get our money back if we have to cancel?<\\\/b><\\\/p>\\n<p style=\\\"font-size: 1rem\\\">It depends on when you cancel the game. Please read our <a href=\\\"https:\\\/\\\/www.breakoutbandits.com\\\/general-terms-and-conditions\\\/\\\">general terms and conditions<\\\/a> for more details.<\\\/p>\\n<\\\/div>\"};\n\t\t\t<\/script>Er is iets fout gegaan. Gebruik de URL die je van ons hebt ontvangen.<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:gravityforms\/form {\"formId\":\"87\",\"inputPrimaryColor\":\"#204ce5\"} \/-->","_et_gb_content_width":"1080","footnotes":""},"dipi_cpt_category":[],"class_list":["post-17228","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Er is iets fout gegaan. Gebruik de URL die je van ons hebt ontvangen.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"nl_NL\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Breakout Bandits\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Bevestig game v2 - Breakout Bandits\" \/>\n\t\t<meta property=\"og:description\" content=\"Er is iets fout gegaan. Gebruik de URL die je van ons hebt ontvangen.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-12-26T09:29:35+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-06-24T21:55:11+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/breakoutbandits\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Bevestig game v2 - Breakout Bandits\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Er is iets fout gegaan. Gebruik de URL die je van ons hebt ontvangen.\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Geschreven door\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Wouter van der Zeijden\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Geschatte leestijd\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"2 minuten\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/bevestig-game-v2\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/bevestig-game-v2\\\/#listItem\",\"name\":\"Bevestig game v2\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/bevestig-game-v2\\\/#listItem\",\"position\":2,\"name\":\"Bevestig game v2\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/#organization\",\"name\":\"Breakout Bandits\",\"description\":\"We create team building games with young people who got stuck in life and give them perspective again. Booking a teambuilding activity makes an impact on your team and on our young people!\",\"url\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/\",\"telephone\":\"+31882527100\",\"foundingDate\":\"2021-10-01\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.breakoutbandits.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/Logo-and-name-with-tag-small.jpg\",\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/bevestig-game-v2\\\/#organizationLogo\",\"width\":450,\"height\":138},\"image\":{\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/bevestig-game-v2\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/breakoutbandits\",\"https:\\\/\\\/www.instagram.com\\\/breakoutbandits\",\"https:\\\/\\\/linkedin.com\\\/company\\\/breakout-bandits\\\/\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/bevestig-game-v2\\\/#webpage\",\"url\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/bevestig-game-v2\\\/\",\"name\":\"Bevestig game v2 - Breakout Bandits\",\"description\":\"Er is iets fout gegaan. Gebruik de URL die je van ons hebt ontvangen.\",\"inLanguage\":\"nl-NL\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/bevestig-game-v2\\\/#breadcrumblist\"},\"datePublished\":\"2024-12-26T09:29:35+00:00\",\"dateModified\":\"2025-06-24T21:55:11+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/#website\",\"url\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/\",\"name\":\"Breakout Bandits\",\"description\":\"Impactful Teambuilding Games\",\"inLanguage\":\"nl-NL\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.breakoutbandits.com\\\/nl\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Bevestig game v2 - Breakout Bandits","description":"Er is iets fout gegaan. Gebruik de URL die je van ons hebt ontvangen.","canonical_url":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.breakoutbandits.com\/nl\/#listItem","position":1,"name":"Home","item":"https:\/\/www.breakoutbandits.com\/nl\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/#listItem","name":"Bevestig game v2"}},{"@type":"ListItem","@id":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/#listItem","position":2,"name":"Bevestig game v2","previousItem":{"@type":"ListItem","@id":"https:\/\/www.breakoutbandits.com\/nl\/#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/www.breakoutbandits.com\/nl\/#organization","name":"Breakout Bandits","description":"We create team building games with young people who got stuck in life and give them perspective again. Booking a teambuilding activity makes an impact on your team and on our young people!","url":"https:\/\/www.breakoutbandits.com\/nl\/","telephone":"+31882527100","foundingDate":"2021-10-01","logo":{"@type":"ImageObject","url":"https:\/\/www.breakoutbandits.com\/wp-content\/uploads\/2025\/03\/Logo-and-name-with-tag-small.jpg","@id":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/#organizationLogo","width":450,"height":138},"image":{"@id":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/breakoutbandits","https:\/\/www.instagram.com\/breakoutbandits","https:\/\/linkedin.com\/company\/breakout-bandits\/"]},{"@type":"WebPage","@id":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/#webpage","url":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/","name":"Bevestig game v2 - Breakout Bandits","description":"Er is iets fout gegaan. Gebruik de URL die je van ons hebt ontvangen.","inLanguage":"nl-NL","isPartOf":{"@id":"https:\/\/www.breakoutbandits.com\/nl\/#website"},"breadcrumb":{"@id":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/#breadcrumblist"},"datePublished":"2024-12-26T09:29:35+00:00","dateModified":"2025-06-24T21:55:11+00:00"},{"@type":"WebSite","@id":"https:\/\/www.breakoutbandits.com\/nl\/#website","url":"https:\/\/www.breakoutbandits.com\/nl\/","name":"Breakout Bandits","description":"Impactful Teambuilding Games","inLanguage":"nl-NL","publisher":{"@id":"https:\/\/www.breakoutbandits.com\/nl\/#organization"}}]},"og:locale":"nl_NL","og:site_name":"Breakout Bandits","og:type":"article","og:title":"Bevestig game v2 - Breakout Bandits","og:description":"Er is iets fout gegaan. Gebruik de URL die je van ons hebt ontvangen.","og:url":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/","article:published_time":"2024-12-26T09:29:35+00:00","article:modified_time":"2025-06-24T21:55:11+00:00","article:publisher":"https:\/\/www.facebook.com\/breakoutbandits","twitter:card":"summary_large_image","twitter:title":"Bevestig game v2 - Breakout Bandits","twitter:description":"Er is iets fout gegaan. Gebruik de URL die je van ons hebt ontvangen.","twitter:label1":"Geschreven door","twitter:data1":"Wouter van der Zeijden","twitter:label2":"Geschatte leestijd","twitter:data2":"2 minuten"},"aioseo_meta_data":{"post_id":"17228","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-01-15 09:36:29","updated":"2025-06-24 21:55:38","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.breakoutbandits.com\/nl\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tBevestig game v2\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.breakoutbandits.com\/nl\/"},{"label":"Bevestig game v2","link":"https:\/\/www.breakoutbandits.com\/nl\/bevestig-game-v2\/"}],"_links":{"self":[{"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/pages\/17228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/comments?post=17228"}],"version-history":[{"count":6,"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/pages\/17228\/revisions"}],"predecessor-version":[{"id":18008,"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/pages\/17228\/revisions\/18008"}],"wp:attachment":[{"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/media?parent=17228"}],"wp:term":[{"taxonomy":"dipi_cpt_category","embeddable":true,"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/dipi_cpt_category?post=17228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}