function submit_form() {
    $("#configuration_form").submit();
}

$(function () {
})