Receiving empty email from contact form

at this point in execution, javascript has no idea what form_status is. For that matter, why store this as a variable at all? Stick the empty DIV into your HTML, and use the javascript only to populate/show/hide it.

$(‘.form_status’).html(“Do A Thing”);