// document on load for validation start
$(document).ready(function() {
    $("#reminderForm").validate();
});
