I have three database tables with foreign keys to each other, and I want to insert data into those tables. I created three models and MVCForm. How can I insert data into those three tables with one MVCForm?
feedback
|
|
You can create regular fields in the MVCForm, since it's child of Form, so you should be able to do:
| |||
|
feedback
|