It’s Time To Submit Your AMCAS Application: Steps to Take

Read time: 6 mins
Share post
Jump to

It’s Time To Submit Your AMCAS Application

Deborah









$(‘.facebook’).hover(function () {
$(‘.fb-icon’).toggleClass(‘hide’);
$(‘.fb-hover-icon’).toggleClass(‘hide’);
});
$(‘.linkedin’).hover(function () {
$(‘.linkedin-icon’).toggleClass(‘hide’);
$(‘.linkedin-hover-icon’).toggleClass(‘hide’);
});

Submitting your AMCAS application is your first step to gain admission to medical school.  The impact of a timely, correct, and well done AMCAS application cannot be underestimated.  Our Ingenius Prep team can help you get it done well AND on time.

How to submit your AMCAS:

Submission >  Verification > Processed > Sent to medical schools

Once you have entered your demographic information, coursework, experiences and personal statement and forwarded all your official transcripts to AMCAS you are ready to submit.  You do not need your MCAT scores or letters of recommendation to submit your AMCAS.  After you submit you enter a waiting period for verification. During the verification process AMCAS compares your official transcripts to what you have entered on your AMCAS application. AMCAS will also convert your grades to AMCAS grades and an AMCAS GPA to provide a standardized GPA to medical schools. Once this is completed, the application is considered processed and is delivered to the medical schools indicated on your application.  Letters of recommendation are delivered on a rolling basis. MCAT scores are automatically received and delivered to the indicated medical schools.

When do I need to submit my AMCAS application?

During peak periods from June to September, it will take approximately 6 weeks for AMCAS to process your application. The earliest you can submit is May 31st for the 2019 application. Regular medical admission deadlines range from October to December. 

 When am I ready to submit my AMCAS application?

1. Is my personal statement and my experiences section in its best and final form? Has it been revised, edited and revised again? Once you have submitted the essay and experiences they cannot be edited, added to or removed. These are a critical part of your application and you should feel confident that they are in their best and final form before you submit. Always make sure a second set of eyes has looked it over.  There is no word processing software within the AMCAS application so double check for spelling and formatting.  Our Ingenius prep team can make sure you are ready for submission. A sloppy early submission is worse than a polished later submission.

2.  Do I have all my official transcripts?  Do I have all the final grades I want to include? If you have had a recent upward trend in your grades you may want to wait for your most recent grades to appear on your official transcripts so they are included in your submission.

3.  Is my information entered correctly? The most common reasons for a delayed application include failures to correctly list coursework as it appears on your official transcripts. If there are errors your application will be returned to you and this will end up ultimately delaying your early application and potentially missing deadlines.

4. What changes can I make later? You can only change certain things once you submit your AMCAS. Make sure you are aware of what AMCAS allows you to change once you hit submit. You should also be aware of what can be added to your submission later.  You can ADD up to 10 letters of recommendations and you can assign new letters to certain medical schools, but you cannot remove a letter previously assigned to a medical school. You can also add a new MCAT test date and score.

The bottom line – EARLIER IS BETTER. Most medical schools are rolling admissions. Keep in mind that some medical schools may start sending acceptance letters as early as October.  Once a medical school starts filling its class the admission committee will be more discriminatory with the available spots they have left to fill.  Late submission is a common mistake that may have a significant impact on your chances for admission to your top choice schools.

What’s keeping you from submitting your AMCAS application?

https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/blog-feaature.png

5 tips to get into college

Name *
Email M*

function validate_file(uid, files) {
var file_err = ‘file_err’;
var upload_cv = $(‘#’ + uid);
var file = $(‘#’ + uid)[0].files[0];
if (file == undefined) {
document.getElementsByClassName(“file-upload-wrapper”).removeAttribute(“data-text”);
upload_cv.after(‘

Please upload valid (‘ + files + ‘) File

‘);
return false;
} else {
document.getElementsByClassName(“file-upload-wrapper”).removeAttribute(“data-text”);
$(“#” + file_err).html(“”);
}
}
(function ($) {
$(document).ready(function () {
$(“#contact-form-8e361b296db791509ed521bc15400692”).validate();
function gatedSubmit(url) {
// downloadFile(url);
$.AjaxDownloader({
url : ‘https://newsite.ingeniusprep.com/wp/wp/wp-admin/admin-ajax.php’,
data : {
action: ‘download_file’,
fileurl: url,
}
});
}
});
})(jQuery);
.modal-backdrop {
z-index: -1;
}
×

Close
var $ = jQuery.noConflict();
function form_submit_action_8e361b296db791509ed521bc15400692() {
if( $( “#contact-form-8e361b296db791509ed521bc15400692” ).valid() ){
function setLoader() {
jQuery(“.wrap-forms-loader”).show();
}
setLoader();
//console.log(this);
var form = document.querySelector(“#contact-form-8e361b296db791509ed521bc15400692”).elements;
var json_obj = {};
for (var i = 0; i < form.length; i++) { //type equal to 'radio button' if (form[i].getAttribute('type') == "radio") { if (form[i].getAttribute('api-form-field')) { if (form[i].checked) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } //TODO type equal to 'checkbox' else if (form[i].getAttribute('type') == "checkbox") { if (form[i].getAttribute('api-form-field')) { if (form[i].checked) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } //other form fields else { if (form[i].getAttribute('api-form-field')) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } jQuery('input[name="data"]').val(JSON.stringify(json_obj)); //setLoader(); //console.log(json_obj); var form_type = json_obj.form_submit_type; // Static Submit if(form_type == 'api_url'){ if (grecaptcha === undefined) { $('.form-message-wrapper').html( "Recaptcha not defined" ); jQuery(".wrap-forms-loader").hide(); return false; } var response = grecaptcha.getResponse(); if (!response) { $('.form-message-wrapper').html( "Coud not get recaptcha response" ); jQuery(".wrap-forms-loader").hide(); return false; } //console.log(form_type); var data_string = JSON.stringify(json_obj); //console.log(data_string); $.ajax({ url: json_obj.form_submit_url, data: data_string, type: 'post', success: function (data) { jQuery(".wrap-forms-loader").hide(); $("#contact-form-8e361b296db791509ed521bc15400692")[0].reset(); $('.form-message-wrapper').html( ""+data.success_msg+"" ); }, error: function (data) { }, }); return false; } else{ } } //return console.log(json_obj); } function setLoader() { jQuery(".wrap-forms-loader").show(); } (function ($) { $.fn.exists = function(callback) { var args = [].slice.call(arguments, 1); if (this.length) { callback.call(this, args); } return this; }; $(document).ready(function(){ $('div.fw-flash-messages').exists(function() { $('.form-message-wrapper').append($('div.fw-flash-messages').html()); }); }); })(jQuery); ul.fw-flash-type-success { margin-bottom: 15px; margin-top: -30px; } ul.fw-form-errors { margin-bottom: 15px; margin-top: -30px; } https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/Mask-1.png
By:

Clifford Jefferson

Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Nam libero tempore, cum soluta nobis est eligendi optio cumqu (~260)

Schedule a free consultation

to find out how we can help you get accepted.

hbspt.forms.create({ portalId: “5109206”,formId: “86b53e9c-69d7-4dd9-9e2e-c23476e9a906”});

You May Also Be Interested In..

Sed ut perspiciatis unde omnis iste natus

#base-blurb-id-5e6bed6657f03 .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5e6bed6657f03 .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e6bed6657f03 .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6657f03 .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6657f03 .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6657f03 .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e6bed6657f03 .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6657f03 .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6657f03 .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6657f03 .base-blurb__float {
background-color: rgba(255,255,255,1);
}

How to Impress with your Business SchoolResumé (~50)


#base-blurb-id-5e6bed6658119 .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5e6bed6658119 .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e6bed6658119 .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6658119 .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6658119 .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6658119 .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e6bed6658119 .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6658119 .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6658119 .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed6658119 .base-blurb__float {
background-color: rgba(255,255,255,1);
}

How to Impress with your Business School Resumé (~50)


#base-blurb-id-5e6bed66581bf .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5e6bed66581bf .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e6bed66581bf .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed66581bf .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed66581bf .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed66581bf .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e6bed66581bf .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed66581bf .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed66581bf .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e6bed66581bf .base-blurb__float {
background-color: rgba(255,255,255,1);
}

How to Impress with your Business School Resumé (~50)

Webinars You Might Like

Pursue Your Reach Schools with InGenius Prep and Increase Your Admissions Chances

Contact our Enrollment Team to learn more about our services and how we can lead your admissions journey.