Apply e-Visa from Moldova

   Verify your details General Details

Edit
Edit
Edit
CAPTCHA code
 
Edit
Edit
Edit
Edit
Edit
Edit
Edit

Edit

Please before submitting your form, please ensure you are a Moldova Citizen. Please, kindly go over all your details carefully to avoid any mistakes. Also, remember to fill in those places with a red asterisk, to ensure smooth processing of your Turkish visa. Choose the right process time, then wait, we will get back to you in due time

However, we are fully aware of the impact of coronavirus these days. Despite the measures put in place to prevent the spread of coronavirus. You can still successfully submit your e-visa application. Meanwhile, note that issued visas or payment for issued visas cannot be refunded, even when the receiver cannot use it or travel because of the covid-19 measures put in place. And also bear in mind that visa approval can take longer than expected.

'; doc += '
'; } } if ('photo' == value.field_name) { if ($('#photo_' + applicant).length <= 0) { doc += '
'; doc += '
'; doc += '
'; } } if ('round_ticket' == value.field_name) { if ($('#round_ticket_' + applicant).length <= 0) { doc += '
'; doc += '
'; doc += '
'; } } if ('company_letter' == value.field_name) { if ($('#company_letter_' + applicant).length <= 0) { doc += '
'; doc += '
'; doc += '
'; } } if ('hotel_booking' == value.field_name) { if ($('#hotel_booking_' + applicant).length <= 0) { doc += '
'; doc += '
'; doc += '
'; } } if ('funds' == value.field_name) { if ($('#funds_' + applicant).length <= 0) { doc += '
'; doc += '
'; doc += '
'; } } if ('insurance_policy' == value.field_name) { if ($('#insurance_policy_' + applicant).length <= 0) { doc += '
'; doc += '
'; doc += '
'; } } if ('erfs_registration' == value.field_name) { if ($('#erfs_registration_' + applicant).length <= 0) { doc += '
The funds in the account MUST meet the financial guarantee criteria for your requested days of stay in the Republic of Albania.
- 5,000 ALL (Albanian Lek) equivalent to 44 Euros and 44 cents per day for adults (18 years and over)
- 2,500 ALL (Albanian Lek) equivalent to 22 Euros and 22 cents per day for children (0-17 years old)

The funds should be in your bank statement before applying for a visa for > yourself or for other family members that you will cover their expenses.
For Family Reunion visa applications, the invitee can upload their full bank statement for the last 12 months.
'; doc += '
'; doc += '
'; } } if ('poli_clearance' == value.field_name) { if ($('#poli_clearance_' + applicant).length <= 0) { doc += '
'; doc += '
'; doc += '
'; } } }); $('.app_form_' + applicant).append(htm); $('.app_form_' + applicant).append(doc); $("#departure_date_" + applicant).datepicker({ changeMonth: true, changeYear: true, dateFormat: "dd-mm-yy", yearRange: '0:+30', minDate: '+0', }); $("#last_trip_from_date_" + applicant).datepicker({ changeMonth: true, changeYear: true, dateFormat: "dd-mm-yy", yearRange: '-30:0', maxDate: '+0', }); $("#occu_terr_from_" + applicant).datepicker({ changeMonth: true, changeYear: true, dateFormat: "dd-mm-yy", yearRange: '-90:+0', maxDate: '+0', }); visa_change(applicant); $('#passport_issue_country_' + applicant + ', #country_of_birth_' + applicant + ', #appli_country_' + applicant + ', #not_above_country_' + applicant).on('change', function() { auto_sel_county($(this), applicant); }); $('#city_of_birth_' + applicant).on('blur', function() { if ($.trim($(this).val()) != '') { if ($('#not_above_city_' + applicant).val() == '') $('#not_above_city_' + applicant).val($.trim($(this).val())); } }); /*if($('#passport_type_'+applicant).length>0){ $('#passport_type_'+applicant).on('change',function(){ // console.log($(this)); if($('#passport_type_'+applicant).val()!='Ordinary Passport') show_msg(); else $('#register_data').prop('disabled',false); }) }*/ } else { alert('ERROR => ' + r.msg); } flag_nation=0; } }) // if($('#city_of_birth_'+applicant).length<=0){ // htm+='
Edit
'; // } // if($('#father_name_'+applicant).length<=0){ // htm+='
Edit
'; // } // if($('#mother_name_'+applicant).length<=0){ // htm+='
Edit
'; // } $('.app_form_' + applicant).append(htm); $('#applicant_d_' + applicant).attr('data-form', 1); check_applicant_form(); if (sc == 1) { $('html, body').animate({ scrollTop: $('.app_form_' + applicant).offset().top }, 100); } } function check_applicant_form() { var f = 0; /*$('.cls3').each(function(){ if($(this).attr('data-form')==0){ f=1; return; } });*/ $('.appli_inner_d').each(function() { if ($(this).attr('data-form') == 0) { f = 1; return; } }); if (f == 0) { $('#register_data').attr('disabled', false); /*$('.servc_lst, .warn_sec, .add_new_a').show(); $('#register_data').attr('disabled',false).show();*/ } else { // $('#register_data').attr('disabled',true); } if ($('#cp_v').val() == '1') { $('.servc_lst, .warn_sec, .add_new_a').show(); $('#register_data').show(); } return f; } function count_applicant() { var a = 0; $('.appli_inner_d').each(function() { a++; $(this).find('.app_no_').text(a); }); if (a > 1) { $('.rmv_spn').show(); } else $('.rmv_spn').hide(); } function scroll_to_div(div, t) { // setTimeout(function(){ $('html, body').animate({ scrollTop: div.offset().top }, t); // },500); } function remove_err(id) { $('#' + id).html(''); } function set_date_values(fl_id, yl, pn, v) { var date = get_date_values(yl, pn); var day = date.day; var mon = date.mon; var yr = date.yr; var str_day = ''; let d = y = m = ''; if ($('#day_' + fl_id).attr('data-val') != '') d = $('#day_' + fl_id).attr('data-val'); if ($('#mon_' + fl_id).attr('data-val') != '') m = $('#mon_' + fl_id).attr('data-val'); if ($('#yr_' + fl_id).attr('data-val') != '') y = $('#yr_' + fl_id).attr('data-val'); if (v != '') { let v1 = v.split('-'); d = v1[2]; m = v1[1]; y = v1[0]; } $.each(day, function(key, value) { let sel = ''; if (value == d) sel = 'selected'; str_day += ''; }); var str_mon = ''; $.each(mon, function(key, value) { let sel = ''; if (value == m) sel = 'selected'; var mnm = ''; if (value == '01') mnm = 'Jan'; else if (value == '02') mnm = 'Feb'; else if (value == '03') mnm = 'Mar'; else if (value == '04') mnm = 'Apr'; else if (value == '05') mnm = 'May'; else if (value == '06') mnm = 'Jun'; else if (value == '07') mnm = 'Jul'; else if (value == '08') mnm = 'Aug'; else if (value == '09') mnm = 'Sep'; else if (value == '10') mnm = 'Oct'; else if (value == '11') mnm = 'Nov'; else if (value == '12') mnm = 'Dec'; str_mon += ''; }); var str_yr = ''; $.each(yr, function(key, value) { let sel = ''; if (value == y) sel = 'selected'; str_yr += ''; }); $('#day_' + fl_id).html(str_day); $('#mon_' + fl_id).html(str_mon); $('#yr_' + fl_id).html(str_yr); } function get_support_country(sup_type) { $('#support_doc_country_' + applicant).empty(); if (support_doc_country_all != '' && support_doc_country_all != undefined) { support_doc_cn = support_doc_country_all[sup_type]; var cn_sp = ''; $.each(support_doc_cn, function(key, value) { cn_sp += ''; }); $('#support_doc_country_' + applicant).append(cn_sp); } } function add_applicant() { applicant = applicant + 1; count = count + 1; /*$('#register_data').attr('disabled',true).hide(); $('.add_new_a').hide();*/ // console.log(applicant); var htm = ''; // htm+='

Applicant '+parseInt(applicant+1)+'

'; htm += '
'; htm += '

Applicant ' + parseInt(count + 1) + ' 

- Remove
'; htm += '
'; htm += '
Edit
 
'; htm += '
Edit
'; // htm+='
Edit
'; htm += '
Edit
'; htm += '
Edit
'; htm += '
Edit
'; htm += '
Edit
'; htm += '
Edit
'; htm += '
Edit
'; htm += '
'; $('.applicants_div').append(htm); $('html, body').animate({ scrollTop: $("#applicant_d_" + applicant).offset().top }, 500); if ($('#cn_exist').val() == '1') { get_countries_data('moldova', applicant); } else { if (applicant > 0) { let nel = $('div.applicants_div > .appli_inner_d:first-child').find('.nationality'); if (nel && nel.length > 0) { let appl = nel.val(); if (appl != '') { $('#nationality_' + applicant).val(appl); let appl_n = $('#nationality_' + applicant + ' option:selected').attr('data-n'); get_countries_data(appl_n, applicant); } } } } set_date_values('dob_' + applicant, 100, 'prev', ''); set_date_values('pass_issue_' + applicant, 30, 'prev', ''); set_date_values('pass_exp_' + applicant, 30, 'next', ''); count_applicant(); check_applicant_form(); } function remove_applicant(applicant, event) { if (!confirm('Do you want to remove Applicant?')) return false; event.preventDefault(); count = count - 1; $.ajax({ ///====== Remove from database` ======= // }); $('#applicant_d_' + applicant).remove(); var el = $('.applicants_div > .appli_inner_d').first(); console.log(el); /* $('.appli_inner_d').each(function(){ a++; $(this).find('.app_no_').text(a); });*/ // $('.collapsible_content:not(#collapse_0)').collapse('hide'); $('html, body').animate({ scrollTop: el.offset().top }, 200); count_applicant(); // $('#collapse_0').collapse('show'); check_applicant_form(); } -->

Apply eVisa