تقدّموا الآن بطلب للمشاركة في أحد مساراتنا الافتراضية: مسار حاضنة الأعمال أو مسار مسرّعة الأعمال.
بناء على إجابتكم في استمارة الطلب، سيتم اختياركم للانضمام إلى أحد هذين المسارين.
نشجّع المشاركين جدًا على تقديم حلول تتوافق مع القطاعات الأربعة المختارة هذه السنة.
آخر موعد للتقديم : 2021-04-25
مسار حاضنة الأعمال
مسار مسرّعة الأعمال
إستمارة تسجيل
شكرا لك على التقديم
الحقول المفقودة / غير صحيحة
'; for(var error in phaseOneResponseErrors) { html = html + ''+ error +'
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { $('#saudi_resident input[name=saudi_resident]:checked').each(function(){ saudi_resident = $(this).val(); }) $('#background input[name=background]:checked').each(function(){ background = $(this).val(); }) $('#highest_degree input[name=highest_degree]:checked').each(function(){ highest_degree = $(this).val(); }) $('#have_cr input[name=have_cr]:checked').each(function(){ have_cr = $(this).val(); }) var selectedStage; $("#stage-wrapper input[name=stage]:checked").each(function() { selectedStage = $(this).val(); }); userEmail = $('#email_address').val(); firstName = $('#first_name').val(); lastName = $('#last_name').val(); preferedVertical = $('#preffered_vertical').val(); $('.challenges-wrapper').each(function(){ if($(this).attr('data-slug') != preferedVertical) { $(this).hide(); } else { $(this).show(); } }) var dataArray = {}; dataArray['first_name'] = $('#first_name').val(); dataArray['last_name'] = $('#last_name').val(); dataArray['email_address'] = $('#email_address').val(); dataArray['phone_number'] = $('#phone_number').val(); dataArray['gender'] = $('#gender').val(); dataArray['age_group'] = $('#age_group').val(); dataArray['country_residence'] = $('#country_residence').val(); dataArray['province_residence'] = $('#province_residence').val(); dataArray['preffered_vertical'] = preferedVertical; dataArray['saudi_resident'] = saudi_resident; dataArray['background'] = background; dataArray['highest_degree'] = highest_degree; dataArray['reached_phase'] = 1; dataArray['have_cr'] = have_cr; dataArray['stage_description'] = selectedStage; dataArray['g-recaptcha-response'] = form.find('#g-recaptcha-response').val(); var reference_code = $(this).closest('.form-container').attr('data-ref-code'); dataArray['reference_code'] = reference_code; $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $.ajax({ type: 'post', data: {dataObj: dataArray}, success: function(response) { if(response == 'false') { $('.notifications').addClass('show'); $('.notifications').empty(); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseOneResponseErrors) { html = html + 'جوجل reCaptcha غير صحيح.
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { if(selectedStage == 1 || selectedStage == 2 || selectedStage == 3) { $('#phase-1').hide(); $('#phase-2-1').fadeIn(); $('html, body').animate({ scrollTop: $(".form-container").offset().top }, 1200); } else if(selectedStage == 4 || selectedStage == 5 || selectedStage == 6) { $('#phase-1').hide(); $('#phase-3-1').fadeIn(); $('html, body').animate({ scrollTop: $(".form-container").offset().top }, 1200); } } } }) } phaseOneResponseErrors = {}; }); // submit phase 2-1 $('.submit.phase-2-1').click(function(e){ e.preventDefault(); var vm = $(this); var form = vm.closest('form'); phaseTwoOneResponseErrors = {}; validateForm('phase-2-1', phaseTwoOneResponseErrors); if(countProperties(phaseTwoOneResponseErrors) > 0) { $('.notifications').empty(); $('.notifications').addClass('show'); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseTwoOneResponseErrors) { html = html + ''+ error +'
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { var selectedIndividualOrTeam; $("#teamIndividual-wrapper input[name=individual_team]:checked").each(function() { selectedIndividualOrTeam = $(this).val(); }); var dataArray = {}; dataArray['first_name'] = firstName; dataArray['last_name'] = lastName; dataArray['startup_name'] = $('#startup_name').val(); dataArray['startup_website'] = $('#startup_website').val(); dataArray['theme'] = $('#theme').val(); dataArray['reached_phase'] = 21; dataArray['email_address'] = userEmail; dataArray['individual_team'] = selectedIndividualOrTeam; dataArray['current_occupation'] = $('#current_occupation').val(); dataArray['company_university'] = form.find(".company_university").val(); dataArray['g-recaptcha-response'] = form.find('#g-recaptcha-response').val(); var reference_code = $(this).closest('.form-container').attr('data-ref-code'); dataArray['reference_code'] = reference_code; $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $.ajax({ type: 'post', data: {dataObj: dataArray}, success: function(response) { if(response == 'false') { $('.notifications').addClass('show'); $('.notifications').empty(); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseOneResponseErrors) { html = html + 'جوجل reCaptcha غير صحيح.
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { if(selectedIndividualOrTeam == 'individual') { $('#phase-2-1').hide(); $('#phase-2-3').fadeIn(); $('html, body').animate({ scrollTop: $(".form-container").offset().top }, 1200); } else if(selectedIndividualOrTeam == 'team') { $('#phase-2-1').hide(); dynamicMembersCount = 1; $('#phase-2-2 .dynamic-team-members').append(`عضو الفريق ${dynamicMembersCount}
هل أنت مواطن سعودي؟
ما هي خلفيتك؟
أعلى شهادة جامعية حصلت عليها
الحقول المفقودة / غير صحيحة
'; for(var error in phaseTwoTwoResponseErrors) { html = html + ''+ error +'
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { var members = {}; var json = []; var saudi_resident; var background; var education; var add_participants; $(this).closest('form').find('#add_participants_wrapper input:checked').each(function(){ add_participants = $(this).val(); }) for(var i = 1; i <= dynamicMembersCount; i++) { $(this).closest('form').find('#saudi_resident_wrapper input:checked').each(function(){ saudi_resident = $(this).val(); }) $(this).closest('form').find('#background_wrapper input:checked').each(function(){ background = $(this).val(); }) $(this).closest('form').find('#education_wrapper input:checked').each(function(){ education = $(this).val(); }) var current = { "first_name": $('#team_info_first_name_'+i).val(), "last_name": $('#team_info_last_name_'+i).val(), "email": $('#team_info_email_address_'+i).val(), "phone": $('#team_info_phone_number_'+i).val(), "gender": $('#team_info_gender_'+i).val(), "age_group": $('#team_info_age_group_'+i).val(), "country_residence": $('#team_info_country_residence_'+i).val(), "province_residence": $('#team_info_province_residence_'+i).val(), "current_occupation": $('#team_info_current_occupation_'+i).val(), "company_university": $('#team_info_company_university_'+i).val(), "saudi_resident": saudi_resident, "background": background, "education": education } members[i] = current; } var dataArray = {}; dataArray['first_name'] = firstName; dataArray['last_name'] = lastName; dataArray['team_members'] = members; dataArray['create_team_join'] = add_participants; dataArray['reached_phase'] = 22; var reference_code = $(this).closest('.form-container').attr('data-ref-code'); dataArray['reference_code'] = reference_code; dataArray['email_address'] = userEmail; dataArray['g-recaptcha-response'] = form.find('#g-recaptcha-response').val(); $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $.ajax({ type: 'post', data: {dataObj: dataArray}, success: function(response) { if(response == 'false') { $('.notifications').addClass('show'); $('.notifications').empty(); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseOneResponseErrors) { html = html + 'جوجل reCaptcha غير صحيح.
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { $('#phase-2-2').hide(); $('#phase-2-4').fadeIn(); $('html, body').animate({ scrollTop: $(".form-container").offset().top }, 1200); } } }) } phaseTwoTwoResponseErrors = {}; }) // submit phase 2-3 $('.submit.phase-2-3').click(function(e){ e.preventDefault(); var vm = $(this); var form = vm.closest('form'); phaseTwoThreeResponseErrors = {}; validateForm('phase-2-3', phaseTwoThreeResponseErrors); if(countProperties(phaseTwoThreeResponseErrors) > 0) { $('.notifications').empty(); $('.notifications').addClass('show'); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseTwoThreeResponseErrors) { html = html + ''+ error +'
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { var create_team_join; $('#create_team_join input[name=create_team_join]:checked').each(function(){ create_team_join = $(this).val(); }) var dataArray = {}; dataArray['create_team_join'] = create_team_join; dataArray['reached_phase'] = 23; dataArray['email_address'] = userEmail; dataArray['first_name'] = firstName; var reference_code = $(this).closest('.form-container').attr('data-ref-code'); dataArray['reference_code'] = reference_code; dataArray['last_name'] = lastName; dataArray['g-recaptcha-response'] = form.find('#g-recaptcha-response').val(); $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $.ajax({ type: 'post', data: {dataObj: dataArray}, success: function(response) { if(response == 'false') { $('.notifications').addClass('show'); $('.notifications').empty(); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseOneResponseErrors) { html = html + 'جوجل reCaptcha غير صحيح.
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { $('#phase-2-3').hide(); $('#phase-2-4').fadeIn(); $('html, body').animate({ scrollTop: $(".form-container").offset().top }, 1200); } } }) } phaseTwoThreeResponseErrors = {}; }) // submit phase 2-4 $('.submit.phase-2-4').click(function(e){ e.preventDefault(); var vm = $(this); var form = vm.closest('form'); phaseTwoFourResponseErrors = {}; validateForm('phase-2-4', phaseTwoFourResponseErrors); if(countProperties(phaseTwoFourResponseErrors) > 0) { $('.notifications').empty(); $('.notifications').addClass('show'); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseTwoFourResponseErrors) { html = html + ''+ error +'
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { var dataArray = {}; dataArray['problem_to_solve'] = $('#problem_to_solve').val(); dataArray['solution'] = $('#solution').val(); dataArray['technology_to_implement'] = $('#technology_to_implement').val(); dataArray['reached_phase'] = 24; dataArray['email_address'] = userEmail; dataArray['first_name'] = firstName; dataArray['last_name'] = lastName; var reference_code = $(this).closest('.form-container').attr('data-ref-code'); dataArray['reference_code'] = reference_code; dataArray['g-recaptcha-response'] = form.find('#g-recaptcha-response').val(); $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $.ajax({ type: 'post', data: {dataObj: dataArray}, success: function(response) { if(response == 'false') { $('.notifications').addClass('show'); $('.notifications').empty(); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseOneResponseErrors) { html = html + 'جوجل reCaptcha غير صحيح.
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { $('#phase-2-4').hide(); $('#phase-2-5').fadeIn(); $('html, body').animate({ scrollTop: $(".form-container").offset().top }, 1200); } } }) } phaseTwoFourResponseErrors = {}; }) // submit phase 2-5 $('.submit.phase-2-5').click(function(e){ e.preventDefault(); var vm = $(this); var form = vm.closest('form'); phaseTwoFiveResponseErrors = {}; validateForm('phase-2-5', phaseTwoFiveResponseErrors); if(countProperties(phaseTwoFiveResponseErrors) > 0) { $('.notifications').empty(); $('.notifications').addClass('show'); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseTwoFiveResponseErrors) { html = html + ''+ error +'
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { $('#hear_about_wrapper input[name=hear_about]:checked').each(function(){ hear_about = $(this).val(); }) var dataArray = {}; dataArray['hours_per_week'] = $('#hours_per_week').val(); dataArray['participated_in_events'] = $('#participated_in_events').val(); dataArray['additional_info'] = $('#additional_info').val(); dataArray['reached_phase'] = 25; dataArray['email_address'] = userEmail; dataArray['first_name'] = firstName; dataArray['last_name'] = lastName; var reference_code = $(this).closest('.form-container').attr('data-ref-code'); dataArray['reference_code'] = reference_code; dataArray['g-recaptcha-response'] = form.find('#g-recaptcha-response').val(); $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $.ajax({ type: 'post', data: {dataObj: dataArray}, success: function(response) { if(response == 'false') { $('.notifications').addClass('show'); $('.notifications').empty(); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseOneResponseErrors) { html = html + 'جوجل reCaptcha غير صحيح.
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { $('#phase-2-5').hide(); $('#notifications').fadeIn(); } } }) } }) // submit phase 3-1 $('.submit.phase-3-1').click(function(e){ e.preventDefault(); var vm = $(this); var form = vm.closest('form'); phaseThreeOneResponseErrors = {}; validateForm('phase-3-1', phaseThreeOneResponseErrors); if(countProperties(phaseThreeOneResponseErrors) > 0) { $('.notifications').empty(); $('.notifications').addClass('show'); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseThreeOneResponseErrors) { html = html + ''+ error +'
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { var selectedIndividualOrTeam; $(this).closest('form').find("#teamIndividual-wrapper_phase_1 input:checked").each(function() { selectedIndividualOrTeam = $(this).val(); }); var dataArray = {}; dataArray['startup_name'] = $('#startup_name_phase_1').val(); dataArray['startup_website'] = $('#startup_website_phase_1').val(); dataArray['theme'] = $('#theme_phase_1').val(); dataArray['reached_phase'] = 31; dataArray['email_address'] = userEmail; dataArray['current_occupation'] = form.find('#current_occupation').val(); dataArray['company_university'] = form.find(".company_university").val(); dataArray['individual_team'] = selectedIndividualOrTeam; dataArray['first_name'] = firstName; dataArray['last_name'] = lastName; var reference_code = $(this).closest('.form-container').attr('data-ref-code'); dataArray['reference_code'] = reference_code; dataArray['g-recaptcha-response'] = form.find('#g-recaptcha-response').val(); $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $.ajax({ type: 'post', data: {dataObj: dataArray}, success: function(response) { if(response == 'false') { $('.notifications').addClass('show'); $('.notifications').empty(); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseOneResponseErrors) { html = html + 'جوجل reCaptcha غير صحيح.
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { if(selectedIndividualOrTeam == 'individual') { $('#phase-3-1').hide(); $('#phase-3-3').fadeIn(); $('html, body').animate({ scrollTop: $(".form-container").offset().top }, 1200); } else if(selectedIndividualOrTeam == 'team') { $('#phase-3-1').hide(); $('#phase-3-2').fadeIn(); dynamicMembersCount = 1; $('#phase-3-2 .dynamic-team-members').append(`عضو الفريق ${dynamicMembersCount}
هل أنت مواطن سعودي؟
ما هي خلفيتك؟
أعلى شهادة جامعية حصلت عليها
الحقول المفقودة / غير صحيحة
'; for(var error in phaseThreeTwoResponseErrors) { html = html + ''+ error +'
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { var additional_members = $(this).closest('form').find('#additional_members').val(); var dataArray = {}; dataArray['additional_members'] = additional_members; dataArray['reached_phase'] = 32; var reference_code = $(this).closest('.form-container').attr('data-ref-code'); dataArray['reference_code'] = reference_code; dataArray['email_address'] = userEmail; dataArray['g-recaptcha-response'] = form.find('#g-recaptcha-response').val(); $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $.ajax({ type: 'post', data: {dataObj: dataArray}, success: function(response) { if(response == 'false') { $('.notifications').addClass('show'); $('.notifications').empty(); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseOneResponseErrors) { html = html + 'جوجل reCaptcha غير صحيح.
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { $('#phase-3-2').hide(); $('#phase-3-3').fadeIn(); $('html, body').animate({ scrollTop: $(".form-container").offset().top }, 1200); } } }) } phaseThreeTwoResponseErrors = {}; }) // submit phase 3-3 $('.submit.phase-3-3').click(function(e){ e.preventDefault(); var vm = $(this); var form = vm.closest('form'); phaseThreeThreeResponseErrors = {}; validateForm('phase-3-3', phaseThreeThreeResponseErrors); if(countProperties(phaseThreeThreeResponseErrors) > 0) { $('.notifications').empty(); $('.notifications').addClass('show'); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseThreeThreeResponseErrors) { html = html + ''+ error +'
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { var milestone; $('#milestone_wrapper input[name=milestone]:checked').each(function(){ milestone = $(this).val(); }) var dataArray = {}; dataArray['business_desc'] = $('#business_desc').val(); dataArray['problem_to_solve_phase_3'] = $('#problem_to_solve_phase_3').val(); dataArray['milestone'] = milestone; dataArray['reached_phase'] = 33; dataArray['email_address'] = userEmail; dataArray['first_name'] = firstName; dataArray['last_name'] = lastName; var reference_code = $(this).closest('.form-container').attr('data-ref-code'); dataArray['reference_code'] = reference_code; dataArray['g-recaptcha-response'] = form.find('#g-recaptcha-response').val(); $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $.ajax({ type: 'post', data: {dataObj: dataArray}, success: function(response) { if(response == 'false') { $('.notifications').addClass('show'); $('.notifications').empty(); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseOneResponseErrors) { html = html + 'جوجل reCaptcha غير صحيح.
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { $('#phase-3-3').hide(); $('#phase-3-4').fadeIn(); $('html, body').animate({ scrollTop: $(".form-container").offset().top }, 1200); } } }) } phaseThreeThreeResponseErrors = {}; }) // submit phase 3-4 $('.submit.phase-3-4').click(function(e){ e.preventDefault(); var vm = $(this); var form = vm.closest('form'); phaseThreeFourResponseErrors = {}; validateForm('phase-3-4', phaseThreeFourResponseErrors); if(countProperties(phaseThreeFourResponseErrors) > 0) { $('.notifications').empty(); $('.notifications').addClass('show'); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseThreeFourResponseErrors) { html = html + ''+ error +'
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { var heardOf; $('#heard_of_wrapper_phase_3 input[name=heard_of_phase_3]:checked').each(function(){ heardOf = $(this).val(); }) var dataArray = {}; dataArray['why_attend'] = $('#why_attend').val(); dataArray['if_accepted'] = $('#if_accepted').val(); dataArray['participated_phase_3'] = $('#participated_phase_3').val(); dataArray['heardOf'] = heardOf; dataArray['reached_phase'] = 34; dataArray['email_address'] = userEmail; dataArray['first_name'] = firstName; dataArray['last_name'] = lastName; dataArray['g-recaptcha-response'] = form.find('#g-recaptcha-response').val(); var reference_code = $(this).closest('.form-container').attr('data-ref-code'); dataArray['reference_code'] = reference_code; $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); $.ajax({ type: 'post', data: {dataObj: dataArray}, success: function(response) { if(response == 'false') { $('.notifications').addClass('show'); $('.notifications').empty(); var html = 'الحقول المفقودة / غير صحيحة
'; for(var error in phaseOneResponseErrors) { html = html + 'جوجل reCaptcha غير صحيح.
'; } $('.notifications').append(html); setTimeout(function() { $('.notifications').removeClass("show"); }, 5000); } else { $('#phase-3-4').hide(); $('#notifications').fadeIn(); } } }) } })