Hi @swapnajapatil77 ,
i am also a little bit confused like @v-jefferni , may be you explain more 🙂
I recently finished a project where it really was required to have more than one form on the page. My forms were for the same table, but this is not the issue 🙂
It is simply not supported to have more than one form on one page as the data is saved via post-back. I made a test and when you place more than one form Out Of The Box, you get multiple submitbuttons and each submitbutton will only post his form.
You can not work around by code, because the submit submits 🙂
How did we achive it: Wepapi to the rescue.
You can leverage the basic form building and just hide all submitbuttons. Create your own submitbutton and store the data via the webapi.
In your specific case i would go that far not to think about basic forms at all. You can create the html pages on your own and save the data via the webapi.
Another approach could be: create a pcf as a field bound pcf and make use of the injected webapi there. Build the pcf to your needs and store the data via the injected webapi.
You have to use field-bund stuff because table related pcfs are not supported in portals (yet).
Hope it inspires you to a solution,
Christian
PS i did not write anything of the above and would never ever recommend to use that approaches 🙂 - ok, seriously: the multi-form approach is not supported and should be handled with care. The liquid and webapi case is fully supported. The pcf idea is a little bit hijacking technology. It works but its a little bit like opening a bottle with a screwdriver: it may work, but - well, you get the story 🙂