I have a page (page_a) with two functions (function a, function b).
I have another 2 pages each with a form (page b, page c).
When the form is submitted on page b I would like to call page_a function a
When the form is submitted on page c I would like to call page_a function b
Is there a way to add the function call to the action attribute
<form action="page_a.php" method="post" id="form1">