I have a static content in oracle apex, that has 3 tabs(tab_a, tab_b, tab_c), and all 3 tabs have forms and all have different submit buttons with field validations. I have dynamic action on submit button, that submits the page and inserts the data into the database. But it will submit all other forms also at submit forms, but I want to submit the only active tab/ only page form whose submit button i have clicked.
Can someone please help me to resolve the issue