Hello, everyone. I need help with something, and I am hoping that someone could point me in the right direction. Since I am not sure what the technique is called, I will try to explain what I need to the best of my ability.
I am trying to create a plugin for an application. I need a form on the page to generate two separate things for me. The first part of the form will be used to create sections. When each section is created, it will appear below. Each section will correspond to a row in a particular database table (form_section). Below each section on that same page should be another form where I can create rows which are then editable. Each editable row show correspond to a row in a database table (form_section_row).
I really hope that I explained that well enough. I've been trying to wrap my head around how to achieve this. If you can point me to some resource on the web or some example/tutorial, that would be very helpful.