Hi,
I have a form where the use will enter 3 records.
These records need to be saved in the table.
What is the best way to do this? Do I have to necessarily use jQuery to populate and push data to my controller or is there any other alternative to achieve this?
Regards