karnager,
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<meta charset="utf-8">
<style type="text/css">
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>
$(function() {
$(document).on("click", "form", function() {
alert(this.getAttribute("action"));
});
});
</script>
</head>
<body>
<form action="call2/5" method="post" class="bp">test click</form>
<form action="order2/5" method="post">test click</form>
<form action="order/5" method="post">test click</form>
<form action="order/5" method="post">test click</form>
<form action="order/5" method="post">test click</form>
<form action="call" method="post">test click</form>
<form action="feedback" method="post">test click</form>
</body>
</html>