Hello,
I have a form with four tabs. Four database block based tabs.
My requirement is to commit only one tab/block at a time based on the tabular data entered/updated in that tab only.
I use commit_form. But as the name implies, It is a commit form. This does not work for me because, I need to save data only in one tab at a time. Other tabs may have required fields and they can be blank when one tab is being committed.
Hence commit_form won't work.
I need similar to commit_block. There is no such built in.
So, how can I commit one block/tab at a time?
Thank you
Darsh