
	<script type="text/javascript">

		jQuery( document ).ready( function( $ ) {

			var formId = '27';

			$( '#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":12626,"date":"2022-09-02T10:09:23","date_gmt":"2022-09-02T10:09:23","guid":{"rendered":"https:\/\/www.breakoutbandits.com\/questionnaire\/"},"modified":"2024-05-24T10:28:53","modified_gmt":"2024-05-24T10:28:53","slug":"vragenlijst","status":"publish","type":"page","link":"https:\/\/www.breakoutbandits.com\/nl\/vragenlijst\/","title":{"rendered":"Vragenlijst"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; display_conditions=&#8221;W3siaWQiOiJhODgzNWM5MC04MTc1LTQwNGQtOWY2ZS0yOGRhNzYwN2Y5MzgiLCJjb25kaXRpb24iOiJ1cmxQYXJhbWV0ZXIiLCJjb25kaXRpb25TZXR0aW5ncyI6eyJzZWxlY3RVcmxQYXJhbWV0ZXIiOiJzcGVjaWZpY1VybFBhcmFtZXRlciIsInVybFBhcmFtZXRlck5hbWUiOiJpZCIsImRpc3BsYXlSdWxlIjoiZXhpc3QiLCJ1cmxQYXJhbWV0ZXJWYWx1ZSI6IlVSTCBQYXJhbWV0ZXIgVmFsdWUiLCJhZG1pbkxhYmVsIjoiVVJMIFBhcmFtZXRlciIsImVuYWJsZUNvbmRpdGlvbiI6Im9uIn0sIm9wZXJhdG9yIjoiT1IifV0=&#8221; da_disable_devices=&#8221;off|off|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.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>Vragenlijst<\/h1>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<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_27' style='display:none'><div id='gf_27' 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'  id='gform_27'  action='\/nl\/wp-json\/wp\/v2\/pages\/12626#gf_27' data-formid='27' novalidate><input type=\"hidden\" value=\"0\" name=\"gpps_page_progression_27\" \/> \r\n <input type='hidden' class='gforms-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/>\n        <div id='gf_progressbar_wrapper_27' class='gf_progressbar_wrapper' data-start-at-zero='1'>\n        \t<p class=\"gf_progressbar_title\">Stap <span class='gf_step_current_page'>1<\/span> van <span class='gf_step_page_count'>2<\/span><span class='gf_step_label'> - Vragenlijst<\/span>\n        \t<\/p>\n            <div class='gf_progressbar gf_progressbar_custom' aria-hidden='true'>\n                <div class='gf_progressbar_percentage percentbar_custom percentbar_0' style='width:0%; color:#fff; background-color:#e6aa22;'><span>0%<\/span><\/div>\n            <\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_27_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_27' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_27_54\" 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_27_54'>Team ID<\/label><div class='ginput_container ginput_container_text'><input name='input_54' id='input_27_54' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_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\"  ><i>Er is iets misgegaan. Gebruik de link die je van ons hebt ontvangen om deze vragenlijst in te vullen.<\/i><\/div><div id=\"field_27_22\" 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_27_22'>Team naam<\/label><div class='ginput_container ginput_container_text'><input name='input_22' id='input_27_22' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_27\" class=\"gfield gfield--type-number gfield--input-type-number 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_27_27'>Number of players that filled in the questionnaire (lookup)<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_27' id='input_27_27' type='number' step='any'   value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_27_57\" class=\"gfield gfield--type-number gfield--input-type-number 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_27_57'>Number of players ordered<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_57' id='input_27_57' type='number' step='any'   value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_27_58\" 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_27_58'>Difference between players ordered and players filled in questionnaire<\/label><div class='ginput_container ginput_container_number'><input name='input_58' id='input_27_58' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_27_43\" 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 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_27_43'>Game date (lookup)<\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_43' id='input_27_43' type='text' value='' class='datepicker gform-datepicker dmy datepicker_no_icon gdatepicker-no-icon'   placeholder='dd\/mm\/jjjj' aria-describedby=\"input_27_43_date_format\" aria-invalid=\"false\" \/>\n                            <span id='input_27_43_date_format' class='screen-reader-text'>DD slash MM slash JJJJ<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_27_43' class='gform_hidden' value='https:\/\/www.breakoutbandits.com\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><div id=\"field_27_68\" 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_27_68'>Game name<\/label><div class='ginput_container ginput_container_text'><input name='input_68' id='input_27_68' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_25\" 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\"  >Please fill in this questionnaire. Please mind, other players will be able to read your answers.<\/div><div id=\"field_27_34\" 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 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_27_34'>Expiration date (lookup)<\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_34' id='input_27_34' type='text' value='' class='datepicker gform-datepicker dmy datepicker_no_icon gdatepicker-no-icon'   placeholder='dd\/mm\/jjjj' aria-describedby=\"input_27_34_date_format\" aria-invalid=\"false\" \/>\n                            <span id='input_27_34_date_format' class='screen-reader-text'>DD slash MM slash JJJJ<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_27_34' class='gform_hidden' value='https:\/\/www.breakoutbandits.com\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><div id=\"field_27_36\" 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_27_36'>Days left until expiration<\/label><div class='ginput_container ginput_container_number'><input name='input_36' id='input_27_36' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_27_62\" 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_27_62'>Approval status (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_62' id='input_27_62' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_37\" 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-green\">Je hebt nog <b><span data-gppa-live-merge-tag=\"@{:36}\"><\/span> dagen<\/b> om de vragenlijst in te vullen. <b><span data-gppa-live-merge-tag=\"@{:27}\"><\/span> personen<\/b> hebben de vragenlijst al ingevuld. <\/div><\/div><div id=\"field_27_38\" 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-green\">Het is de <b>laatste dag<\/b> om de vragenlijst in te vullen. <b><span data-gppa-live-merge-tag=\"@{:27}\"><\/span> personen<\/b> hebben de vragenlijst al ingevuld. <\/div><\/div><div id=\"field_27_39\" 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\">Het is niet meer mogelijk om de vragenlijst in te vullen.<\/div><\/div><div id=\"field_27_32\" 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\"  ><i>Houd er rekening mee dat je naam en antwoorden worden gedeeld met andere spelers.<\/i><\/div><fieldset id=\"field_27_60\" class=\"gfield gfield--type-name gfield--input-type-name gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Naam<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_27_60'>\n                            \n                            <span id='input_27_60_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <label for='input_27_60_3' class='gform-field-label gform-field-label--type-sub '>Voornaam<\/label>\n                                                    <input type='text' name='input_60.3' id='input_27_60_3' value=''   aria-required='true'     \/>\n                                                <\/span>\n                            \n                            <span id='input_27_60_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                            <label for='input_27_60_6' class='gform-field-label gform-field-label--type-sub '>Achternaam<\/label>\n                                                            <input type='text' name='input_60.6' id='input_27_60_6' value=''   aria-required='true'     \/>\n                                                        <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_27_3\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_3'>Wie is de bekendste persoon die je ooit hebt ontmoet?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='gfield_description' id='gfield_description_27_3'>Beschrijf hoe je hem\/haar hebt ontmoet.<\/div><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_27_3' class='textarea large'  aria-describedby=\"gfield_description_27_3\" maxlength='5000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_27_9\" 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_visible\"  ><label class='gfield_label gform-field-label' for='input_27_9'>Welke TV show denk je dat je zou kunnen winnen?<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_9' id='input_27_9' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_27_8\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Ben je vouwer of een propper?<\/legend><div class='gfield_description' id='gfield_description_27_8'>In de manier van: wat doe je met je toiletpapier. Vouw je het netjes op of maak je er een propje van?<\/div><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_27_8'>\n\t\t\t<div class='gchoice gchoice_27_8_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_8' type='radio' value='Vouwer'  id='choice_27_8_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_27_8\"   \/>\n\t\t\t\t\t<label for='choice_27_8_0' id='label_27_8_0' class='gform-field-label gform-field-label--type-inline'>Vouwer<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_8_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_8' type='radio' value='Propper'  id='choice_27_8_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_8_1' id='label_27_8_1' class='gform-field-label gform-field-label--type-inline'>Propper<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_27_10\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_10'>Wanneer was de laatste keer dat je iets nieuws deed? Wat deed je toen?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_10' id='input_27_10' class='textarea large'   maxlength='5000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_27_11\" 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 het friet of patat?<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_27_11'>\n\t\t\t<div class='gchoice gchoice_27_11_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_11' type='radio' value='Frietjes'  id='choice_27_11_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_11_0' id='label_27_11_0' class='gform-field-label gform-field-label--type-inline'>Frietjes<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_11_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_11' type='radio' value='Patat'  id='choice_27_11_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_11_1' id='label_27_11_1' class='gform-field-label gform-field-label--type-inline'>Patat<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_27_12\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_12'>Als je terug kijkt, wat was je grootste angst als kind?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_12' id='input_27_12' class='textarea large'   maxlength='5000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_27_13\" 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 het glas half vol of half leeg?<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_27_13'>\n\t\t\t<div class='gchoice gchoice_27_13_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_13' type='radio' value='Half vol'  id='choice_27_13_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_13_0' id='label_27_13_0' class='gform-field-label gform-field-label--type-inline'>Half vol<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_13_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_13' type='radio' value='Half leeg'  id='choice_27_13_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_13_1' id='label_27_13_1' class='gform-field-label gform-field-label--type-inline'>Half leeg<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_27_14\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_14'>Wie heeft je het meest ge\u00efnspireerd in je leven?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_14' id='input_27_14' class='textarea large'   maxlength='5000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_27_15\" 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' >Wat zou je liever doen?<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_27_15'>\n\t\t\t<div class='gchoice gchoice_27_15_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_15' type='radio' value='Deelnemer aan de Olympische spelen'  id='choice_27_15_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_15_0' id='label_27_15_0' class='gform-field-label gform-field-label--type-inline'>Deelnemer aan de Olympische spelen<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_15_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_15' type='radio' value='Een film regisseren die genomineerd wordt voor een Oscar'  id='choice_27_15_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_15_1' id='label_27_15_1' class='gform-field-label gform-field-label--type-inline'>Een film regisseren die genomineerd wordt voor een Oscar<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_27_16\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_16'>Je hebt 20 minuten voordat zombies aanvallen. Wat zou je doen?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_16' id='input_27_16' class='textarea large'   maxlength='5000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_27_17\" 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 ooit gespiekt voor een toets?<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_27_17'>\n\t\t\t<div class='gchoice gchoice_27_17_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Ja'  id='choice_27_17_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_17_0' id='label_27_17_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_27_17_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Nee'  id='choice_27_17_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_17_1' id='label_27_17_1' class='gform-field-label gform-field-label--type-inline'>Nee<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_27_18\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_18'>Hoe oud ben je?<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_18' id='input_27_18' type='number' step='any' min='0' max='120' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_instruction_27_18\" \/><div class='gfield_description instruction ' id='gfield_instruction_27_18'>Voer een nummer in van <strong>0<\/strong> tot <strong>120<\/strong>.<\/div><\/div><\/div><div id=\"field_27_19\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_19'>Hoe oud voel je je?<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_19' id='input_27_19' type='number' step='any' min='0' max='120' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_instruction_27_19\" \/><div class='gfield_description instruction ' id='gfield_instruction_27_19'>Voer een nummer in van <strong>0<\/strong> tot <strong>120<\/strong>.<\/div><\/div><\/div><fieldset id=\"field_27_20\" 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 er buitenaards leven in het heelal?<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_27_20'>\n\t\t\t<div class='gchoice gchoice_27_20_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_20' type='radio' value='Ja'  id='choice_27_20_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_20_0' id='label_27_20_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_27_20_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_20' type='radio' value='Nee'  id='choice_27_20_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_20_1' id='label_27_20_1' class='gform-field-label gform-field-label--type-inline'>Nee<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_20_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_20' type='radio' value='Misschien'  id='choice_27_20_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_20_2' id='label_27_20_2' class='gform-field-label gform-field-label--type-inline'>Misschien<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_27_33' 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_27_2' class='gform_page' data-js='page-field-id-33' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_27_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_27_4\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_4'>E-mail<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_4' id='input_27_4' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><fieldset id=\"field_27_47\" 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' >Wil je op de hoogte gehouden worden van Breakout Bandits?<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_27_47'>\n\t\t\t<div class='gchoice gchoice_27_47_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_47' type='radio' value='Nope'  id='choice_27_47_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_47_0' id='label_27_47_0' class='gform-field-label gform-field-label--type-inline'>Nope<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_47_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_47' type='radio' value='Ja, voeg mij aan de nieuwsbrief toe'  id='choice_27_47_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_47_1' id='label_27_47_1' class='gform-field-label gform-field-label--type-inline'>Ja, voeg mij aan de nieuwsbrief toe<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_27_48\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Algemene voorwaarden<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_27_48'><div class='gchoice gchoice_27_48_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_48.1' type='checkbox'  value='Ik ga akkoord met de voorwaarden'  id='choice_27_48_1'   aria-describedby=\"gfield_description_27_48\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_27_48_1' id='label_27_48_1' class='gform-field-label gform-field-label--type-inline'>Ik ga akkoord met de voorwaarden<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_27_48'>Lees onze <a href=\"https:\/\/www.breakoutbandits.com\/nl\/algemene-voorwaarden-voor-spelers\/\" class=\"fancybox-iframe\">algemene voorwaarden<\/a> en ons <a href=\"https:\/\/www.breakoutbandits.com\/nl\/privacybeleid\/\" class=\"fancybox-iframe\" \">privacybeleid<\/a>.<\/div><\/fieldset><div id=\"field_27_49\" class=\"gfield gfield--type-email gfield--input-type-email 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_27_49'>Client e-mail (lookup)<\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_49' id='input_27_49' type='email' value='' class='large'     aria-invalid=\"false\"  \/>\n                        <\/div><\/div><fieldset id=\"field_27_65\" 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 starting time (lookup)<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_27_65'>\n                            <input type='number' name='input_65[]' id='input_27_65_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_27_65_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_65[]' id='input_27_65_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_27_65_2'>Minuten<\/label>\n                        <\/div>\n                        \n                    <\/div><\/fieldset><div id=\"field_27_66\" 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_27_66'>Game location (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_66' id='input_27_66' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_67\" 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_27_67'>Username<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_67' id='input_27_67' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_69\" 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_27_69'>Game language (lookup)<\/label><div class='ginput_container ginput_container_text'><input name='input_69' id='input_27_69' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><\/div><\/div>\n        <div class='gform-page-footer gform_page_footer top_label'><input type='submit' id='gform_previous_button_27' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Vorige'  \/> <input type='submit' id='gform_submit_button_27' class='gform_button button gform-button--width-full' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Versturen'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_27' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_27' id='gform_theme_27' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_27' id='gform_style_settings_27' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_27' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='27' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='4JW1xIiz7TFep7I8DUFrwWoeuKoFg9YMr4LdKdfW21aEfj1Cx18xM1Br3BK5+u78rYBXQj8mFDcx8l4mEi5CXS+di1S754WYfPOqhZs\/yCjftH4=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_27' value='WyJ7XCI4XCI6W1wiNDcxNDVmM2Y4N2M3ZTRkODZlZTE4MTkxNGNkYjU4MWRcIixcImYwNWMwMDQ0NDM3OTkzNzFmYzZjMGFhOTQ1MzE3ZjUxXCJdLFwiMTFcIjpbXCI3ZWEwMjU4OWIxOWU0YzRmMDE2OGVkNzYzNTAzOGQ2NVwiLFwiMGQxNTVlZTY4MGI2ZGIyMTVjZTk2Y2I2Y2IxYTNkMzVcIl0sXCIxM1wiOltcImUyZjA5ZmY5ODRlNzE3NWZkYmM4YWU1YjI2MDgzNzhkXCIsXCJjNzJjZDYzNzg3ODg4ZjRkOGQwZDE1NTE5MzQ3ZGJiNFwiXSxcIjE1XCI6W1wiYWM3M2U3MjkzOTBlYzI1ODhkZDE1MGM2NTcxNGRiZGVcIixcImZhNzAzYTg0NDdkNjI0ZmI5OGU0NjM2ZTcyNDIwNTAzXCJdLFwiMTdcIjpbXCJkOWM4YTRlODZjMDc2Mzk1ZjUyMGNmMDQyMGM1ZmZlM1wiLFwiMWE3YzI4NWVkNDE5MjA0NWEzNWY5ZWQ0Zjk3NjA1YTZcIl0sXCIyMFwiOltcImQ5YzhhNGU4NmMwNzYzOTVmNTIwY2YwNDIwYzVmZmUzXCIsXCIxYTdjMjg1ZWQ0MTkyMDQ1YTM1ZjllZDRmOTc2MDVhNlwiLFwiMGUxZGI0MTU3NDc1MjIwYzNjZDg5NjVkZjRjOWVlYjFcIl0sXCI0N1wiOltcIjgyNDIzMzAyYmM2ODM1MDQ5ZDU3NGM1Yjk2YzgwYWVkXCIsXCJiMDY1Njc3MzYzODRhZjU5OGQyMDQyYjI0OTU5NWU2MVwiXX0iLCIxZWY5YjdhZGJjNTQ5MGY3MDI3MWE3NTA5MWMwODcxYiJd' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_27' id='gform_target_page_number_27' value='2' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_27' id='gform_source_page_number_27' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n             <\/div><\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\" data-cfasync=\"false\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 27, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery('#gform_ajax_frame_27').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_27');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_27').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_27').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_27').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_27').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_27').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_27').val();gformInitSpinner( 27, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery(document).trigger('gform_page_loaded', [27, current_page]);window['gf_submitting_27'] = 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_27').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_27').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [27]);window['gf_submitting_27'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_27').text());}else{jQuery('#gform_27').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"27\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_27\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_27\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_27\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 27, 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_27 = {\"@{:36}\":\"\",\"@{:27}\":\"\"};\n\t\t\t\tvar GPPA_CURRENT_LIVE_MERGE_TAG_VALUES_FORM_27_TEXTURIZED = {\"@{:36}\":\"\",\"@{:27}\":\"\"};\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.18.0&#8243; _module_preset=&#8221;default&#8221; display_conditions=&#8221;W3siaWQiOiI2ZDgxMjhhMC0xYTgyLTQ1OWItODkwOC1mZTQyZjI1MjFlMTMiLCJjb25kaXRpb24iOiJ1cmxQYXJhbWV0ZXIiLCJjb25kaXRpb25TZXR0aW5ncyI6eyJzZWxlY3RVcmxQYXJhbWV0ZXIiOiJzcGVjaWZpY1VybFBhcmFtZXRlciIsInVybFBhcmFtZXRlck5hbWUiOiJpZCIsImRpc3BsYXlSdWxlIjoiZG9lc05vdEV4aXN0IiwidXJsUGFyYW1ldGVyVmFsdWUiOiJVUkwgUGFyYW1ldGVyIFZhbHVlIiwiYWRtaW5MYWJlbCI6IlVSTCBQYXJhbWV0ZXIiLCJlbmFibGVDb25kaXRpb24iOiJvbiJ9LCJvcGVyYXRvciI6Ik9SIn1d&#8221; da_disable_devices=&#8221;off|off|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.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><em>Er is iets fout gegaan. Gebruik de link die je van ons hebt ontvangen om deze vragenlijst in te vullen.<\/em><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Vragenlijst\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_27' style='display:none'><div id='gf_27' 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'  id='gform_27'  action='\/nl\/wp-json\/wp\/v2\/pages\/12626#gf_27' data-formid='27' novalidate><input type=\"hidden\" value=\"0\" name=\"gpps_page_progression_27\" \/> \r\n <input type='hidden' class='gforms-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/>\n        <div id='gf_progressbar_wrapper_27' class='gf_progressbar_wrapper' data-start-at-zero='1'>\n        \t<p class=\"gf_progressbar_title\">Stap <span class='gf_step_current_page'>1<\/span> van <span class='gf_step_page_count'>2<\/span><span class='gf_step_label'> - Vragenlijst<\/span>\n        \t<\/p>\n            <div class='gf_progressbar gf_progressbar_custom' aria-hidden='true'>\n                <div class='gf_progressbar_percentage percentbar_custom percentbar_0' style='width:0%; color:#fff; background-color:#e6aa22;'><span>0%<\/span><\/div>\n            <\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_27_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_27' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_27_54\" 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_27_54'>Team ID<\/label><div class='ginput_container ginput_container_text'><input name='input_54' id='input_27_54' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_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\"  ><i>Er is iets misgegaan. Gebruik de link die je van ons hebt ontvangen om deze vragenlijst in te vullen.<\/i><\/div><div id=\"field_27_22\" 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_27_22'>Team naam<\/label><div class='ginput_container ginput_container_text'><input name='input_22' id='input_27_22' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_27\" class=\"gfield gfield--type-number gfield--input-type-number 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_27_27'>Number of players that filled in the questionnaire (lookup)<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_27' id='input_27_27' type='number' step='any'   value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_27_57\" class=\"gfield gfield--type-number gfield--input-type-number 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_27_57'>Number of players ordered<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_57' id='input_27_57' type='number' step='any'   value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_27_58\" 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_27_58'>Difference between players ordered and players filled in questionnaire<\/label><div class='ginput_container ginput_container_number'><input name='input_58' id='input_27_58' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_27_43\" 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 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_27_43'>Game date (lookup)<\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_43' id='input_27_43' type='text' value='' class='datepicker gform-datepicker dmy datepicker_no_icon gdatepicker-no-icon'   placeholder='dd\/mm\/jjjj' aria-describedby=\"input_27_43_date_format\" aria-invalid=\"false\" \/>\n                            <span id='input_27_43_date_format' class='screen-reader-text'>DD slash MM slash JJJJ<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_27_43' class='gform_hidden' value='https:\/\/www.breakoutbandits.com\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><div id=\"field_27_68\" 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_27_68'>Game name<\/label><div class='ginput_container ginput_container_text'><input name='input_68' id='input_27_68' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_25\" 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\"  >Please fill in this questionnaire. Please mind, other players will be able to read your answers.<\/div><div id=\"field_27_34\" 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 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_27_34'>Expiration date (lookup)<\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_34' id='input_27_34' type='text' value='' class='datepicker gform-datepicker dmy datepicker_no_icon gdatepicker-no-icon'   placeholder='dd\/mm\/jjjj' aria-describedby=\"input_27_34_date_format\" aria-invalid=\"false\" \/>\n                            <span id='input_27_34_date_format' class='screen-reader-text'>DD slash MM slash JJJJ<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_27_34' class='gform_hidden' value='https:\/\/www.breakoutbandits.com\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><div id=\"field_27_36\" 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_27_36'>Days left until expiration<\/label><div class='ginput_container ginput_container_number'><input name='input_36' id='input_27_36' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_27_62\" 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_27_62'>Approval status (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_62' id='input_27_62' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_37\" 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-green\">Je hebt nog <b><span data-gppa-live-merge-tag=\"@{:36}\"><\/span> dagen<\/b> om de vragenlijst in te vullen. <b><span data-gppa-live-merge-tag=\"@{:27}\"><\/span> personen<\/b> hebben de vragenlijst al ingevuld. <\/div><\/div><div id=\"field_27_38\" 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-green\">Het is de <b>laatste dag<\/b> om de vragenlijst in te vullen. <b><span data-gppa-live-merge-tag=\"@{:27}\"><\/span> personen<\/b> hebben de vragenlijst al ingevuld. <\/div><\/div><div id=\"field_27_39\" 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\">Het is niet meer mogelijk om de vragenlijst in te vullen.<\/div><\/div><div id=\"field_27_32\" 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\"  ><i>Houd er rekening mee dat je naam en antwoorden worden gedeeld met andere spelers.<\/i><\/div><fieldset id=\"field_27_60\" class=\"gfield gfield--type-name gfield--input-type-name gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Naam<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_27_60'>\n                            \n                            <span id='input_27_60_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <label for='input_27_60_3' class='gform-field-label gform-field-label--type-sub '>Voornaam<\/label>\n                                                    <input type='text' name='input_60.3' id='input_27_60_3' value=''   aria-required='true'     \/>\n                                                <\/span>\n                            \n                            <span id='input_27_60_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                            <label for='input_27_60_6' class='gform-field-label gform-field-label--type-sub '>Achternaam<\/label>\n                                                            <input type='text' name='input_60.6' id='input_27_60_6' value=''   aria-required='true'     \/>\n                                                        <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_27_3\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_3'>Wie is de bekendste persoon die je ooit hebt ontmoet?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='gfield_description' id='gfield_description_27_3'>Beschrijf hoe je hem\/haar hebt ontmoet.<\/div><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_27_3' class='textarea large'  aria-describedby=\"gfield_description_27_3\" maxlength='5000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_27_9\" 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_visible\"  ><label class='gfield_label gform-field-label' for='input_27_9'>Welke TV show denk je dat je zou kunnen winnen?<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_9' id='input_27_9' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_27_8\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Ben je vouwer of een propper?<\/legend><div class='gfield_description' id='gfield_description_27_8'>In de manier van: wat doe je met je toiletpapier. Vouw je het netjes op of maak je er een propje van?<\/div><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_27_8'>\n\t\t\t<div class='gchoice gchoice_27_8_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_8' type='radio' value='Vouwer'  id='choice_27_8_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_27_8\"   \/>\n\t\t\t\t\t<label for='choice_27_8_0' id='label_27_8_0' class='gform-field-label gform-field-label--type-inline'>Vouwer<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_8_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_8' type='radio' value='Propper'  id='choice_27_8_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_8_1' id='label_27_8_1' class='gform-field-label gform-field-label--type-inline'>Propper<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_27_10\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_10'>Wanneer was de laatste keer dat je iets nieuws deed? Wat deed je toen?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_10' id='input_27_10' class='textarea large'   maxlength='5000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_27_11\" 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 het friet of patat?<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_27_11'>\n\t\t\t<div class='gchoice gchoice_27_11_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_11' type='radio' value='Frietjes'  id='choice_27_11_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_11_0' id='label_27_11_0' class='gform-field-label gform-field-label--type-inline'>Frietjes<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_11_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_11' type='radio' value='Patat'  id='choice_27_11_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_11_1' id='label_27_11_1' class='gform-field-label gform-field-label--type-inline'>Patat<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_27_12\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_12'>Als je terug kijkt, wat was je grootste angst als kind?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_12' id='input_27_12' class='textarea large'   maxlength='5000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_27_13\" 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 het glas half vol of half leeg?<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_27_13'>\n\t\t\t<div class='gchoice gchoice_27_13_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_13' type='radio' value='Half vol'  id='choice_27_13_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_13_0' id='label_27_13_0' class='gform-field-label gform-field-label--type-inline'>Half vol<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_13_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_13' type='radio' value='Half leeg'  id='choice_27_13_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_13_1' id='label_27_13_1' class='gform-field-label gform-field-label--type-inline'>Half leeg<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_27_14\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_14'>Wie heeft je het meest ge\u00efnspireerd in je leven?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_14' id='input_27_14' class='textarea large'   maxlength='5000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_27_15\" 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' >Wat zou je liever doen?<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_27_15'>\n\t\t\t<div class='gchoice gchoice_27_15_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_15' type='radio' value='Deelnemer aan de Olympische spelen'  id='choice_27_15_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_15_0' id='label_27_15_0' class='gform-field-label gform-field-label--type-inline'>Deelnemer aan de Olympische spelen<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_15_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_15' type='radio' value='Een film regisseren die genomineerd wordt voor een Oscar'  id='choice_27_15_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_15_1' id='label_27_15_1' class='gform-field-label gform-field-label--type-inline'>Een film regisseren die genomineerd wordt voor een Oscar<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_27_16\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_16'>Je hebt 20 minuten voordat zombies aanvallen. Wat zou je doen?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_16' id='input_27_16' class='textarea large'   maxlength='5000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_27_17\" 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 ooit gespiekt voor een toets?<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_27_17'>\n\t\t\t<div class='gchoice gchoice_27_17_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Ja'  id='choice_27_17_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_17_0' id='label_27_17_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_27_17_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Nee'  id='choice_27_17_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_17_1' id='label_27_17_1' class='gform-field-label gform-field-label--type-inline'>Nee<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_27_18\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_18'>Hoe oud ben je?<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_18' id='input_27_18' type='number' step='any' min='0' max='120' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_instruction_27_18\" \/><div class='gfield_description instruction ' id='gfield_instruction_27_18'>Voer een nummer in van <strong>0<\/strong> tot <strong>120<\/strong>.<\/div><\/div><\/div><div id=\"field_27_19\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_19'>Hoe oud voel je je?<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_19' id='input_27_19' type='number' step='any' min='0' max='120' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_instruction_27_19\" \/><div class='gfield_description instruction ' id='gfield_instruction_27_19'>Voer een nummer in van <strong>0<\/strong> tot <strong>120<\/strong>.<\/div><\/div><\/div><fieldset id=\"field_27_20\" 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 er buitenaards leven in het heelal?<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_27_20'>\n\t\t\t<div class='gchoice gchoice_27_20_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_20' type='radio' value='Ja'  id='choice_27_20_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_20_0' id='label_27_20_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_27_20_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_20' type='radio' value='Nee'  id='choice_27_20_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_20_1' id='label_27_20_1' class='gform-field-label gform-field-label--type-inline'>Nee<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_20_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_20' type='radio' value='Misschien'  id='choice_27_20_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_20_2' id='label_27_20_2' class='gform-field-label gform-field-label--type-inline'>Misschien<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_27_33' 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_27_2' class='gform_page' data-js='page-field-id-33' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_27_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_27_4\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_27_4'>E-mail<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_4' id='input_27_4' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><fieldset id=\"field_27_47\" 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' >Wil je op de hoogte gehouden worden van Breakout Bandits?<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_27_47'>\n\t\t\t<div class='gchoice gchoice_27_47_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_47' type='radio' value='Nope'  id='choice_27_47_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_47_0' id='label_27_47_0' class='gform-field-label gform-field-label--type-inline'>Nope<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_27_47_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_47' type='radio' value='Ja, voeg mij aan de nieuwsbrief toe'  id='choice_27_47_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_27_47_1' id='label_27_47_1' class='gform-field-label gform-field-label--type-inline'>Ja, voeg mij aan de nieuwsbrief toe<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_27_48\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Algemene voorwaarden<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_27_48'><div class='gchoice gchoice_27_48_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_48.1' type='checkbox'  value='Ik ga akkoord met de voorwaarden'  id='choice_27_48_1'   aria-describedby=\"gfield_description_27_48\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_27_48_1' id='label_27_48_1' class='gform-field-label gform-field-label--type-inline'>Ik ga akkoord met de voorwaarden<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_27_48'>Lees onze <a href=\"https:\/\/www.breakoutbandits.com\/nl\/algemene-voorwaarden-voor-spelers\/\" class=\"fancybox-iframe\">algemene voorwaarden<\/a> en ons <a href=\"https:\/\/www.breakoutbandits.com\/nl\/privacybeleid\/\" class=\"fancybox-iframe\" \">privacybeleid<\/a>.<\/div><\/fieldset><div id=\"field_27_49\" class=\"gfield gfield--type-email gfield--input-type-email 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_27_49'>Client e-mail (lookup)<\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_49' id='input_27_49' type='email' value='' class='large'     aria-invalid=\"false\"  \/>\n                        <\/div><\/div><fieldset id=\"field_27_65\" 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 starting time (lookup)<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_27_65'>\n                            <input type='number' name='input_65[]' id='input_27_65_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_27_65_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_65[]' id='input_27_65_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_27_65_2'>Minuten<\/label>\n                        <\/div>\n                        \n                    <\/div><\/fieldset><div id=\"field_27_66\" 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_27_66'>Game location (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_66' id='input_27_66' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_67\" 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_27_67'>Username<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_67' id='input_27_67' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_27_69\" 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_27_69'>Game language (lookup)<\/label><div class='ginput_container ginput_container_text'><input name='input_69' id='input_27_69' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><\/div><\/div>\n        <div class='gform-page-footer gform_page_footer top_label'><input type='submit' id='gform_previous_button_27' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Vorige'  \/> <input type='submit' id='gform_submit_button_27' class='gform_button button gform-button--width-full' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Versturen'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_27' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_27' id='gform_theme_27' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_27' id='gform_style_settings_27' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_27' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='27' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='iw2bCX7CPga+iV6bihbe6P4uDJQ0TuA7g\/D91UDKG8s0WyKJ3kS1BCPNhG4I69Y2OSf4m2DWxrFNj4ptKUYayhDIA7Z1lchl7AJHoNsdWsIHzP0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_27' value='WyJ7XCI4XCI6W1wiNDcxNDVmM2Y4N2M3ZTRkODZlZTE4MTkxNGNkYjU4MWRcIixcImYwNWMwMDQ0NDM3OTkzNzFmYzZjMGFhOTQ1MzE3ZjUxXCJdLFwiMTFcIjpbXCI3ZWEwMjU4OWIxOWU0YzRmMDE2OGVkNzYzNTAzOGQ2NVwiLFwiMGQxNTVlZTY4MGI2ZGIyMTVjZTk2Y2I2Y2IxYTNkMzVcIl0sXCIxM1wiOltcImUyZjA5ZmY5ODRlNzE3NWZkYmM4YWU1YjI2MDgzNzhkXCIsXCJjNzJjZDYzNzg3ODg4ZjRkOGQwZDE1NTE5MzQ3ZGJiNFwiXSxcIjE1XCI6W1wiYWM3M2U3MjkzOTBlYzI1ODhkZDE1MGM2NTcxNGRiZGVcIixcImZhNzAzYTg0NDdkNjI0ZmI5OGU0NjM2ZTcyNDIwNTAzXCJdLFwiMTdcIjpbXCJkOWM4YTRlODZjMDc2Mzk1ZjUyMGNmMDQyMGM1ZmZlM1wiLFwiMWE3YzI4NWVkNDE5MjA0NWEzNWY5ZWQ0Zjk3NjA1YTZcIl0sXCIyMFwiOltcImQ5YzhhNGU4NmMwNzYzOTVmNTIwY2YwNDIwYzVmZmUzXCIsXCIxYTdjMjg1ZWQ0MTkyMDQ1YTM1ZjllZDRmOTc2MDVhNlwiLFwiMGUxZGI0MTU3NDc1MjIwYzNjZDg5NjVkZjRjOWVlYjFcIl0sXCI0N1wiOltcIjgyNDIzMzAyYmM2ODM1MDQ5ZDU3NGM1Yjk2YzgwYWVkXCIsXCJiMDY1Njc3MzYzODRhZjU5OGQyMDQyYjI0OTU5NWU2MVwiXX0iLCIxZWY5YjdhZGJjNTQ5MGY3MDI3MWE3NTA5MWMwODcxYiJd' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_27' id='gform_target_page_number_27' value='2' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_27' id='gform_source_page_number_27' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n             <\/div><\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\" data-cfasync=\"false\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 27, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery('#gform_ajax_frame_27').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_27');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_27').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_27').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_27').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_27').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_27').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_27').val();gformInitSpinner( 27, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery(document).trigger('gform_page_loaded', [27, current_page]);window['gf_submitting_27'] = 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_27').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_27').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [27]);window['gf_submitting_27'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_27').text());}else{jQuery('#gform_27').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"27\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_27\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_27\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_27\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 27, 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_27 = {\"@{:36}\":\"\",\"@{:27}\":\"\"};\n\t\t\t\tvar GPPA_CURRENT_LIVE_MERGE_TAG_VALUES_FORM_27_TEXTURIZED = {\"@{:36}\":\"\",\"@{:27}\":\"\"};\n\t\t\t<\/script>Er is iets fout gegaan. Gebruik de link die je van ons hebt ontvangen om deze vragenlijst in te vullen.<\/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\":\"27\",\"formPreview\":false} \/-->","_et_gb_content_width":"1080","footnotes":""},"dipi_cpt_category":[],"class_list":["post-12626","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/pages\/12626","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=12626"}],"version-history":[{"count":9,"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/pages\/12626\/revisions"}],"predecessor-version":[{"id":16208,"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/pages\/12626\/revisions\/16208"}],"wp:attachment":[{"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/media?parent=12626"}],"wp:term":[{"taxonomy":"dipi_cpt_category","embeddable":true,"href":"https:\/\/www.breakoutbandits.com\/nl\/wp-json\/wp\/v2\/dipi_cpt_category?post=12626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}