$(".move_to").on("click", function(e){ e.preventDefault(); $('#contactsForm').attr('action', "/test1").submit(); });