![]() |
Sergey Kornilov admin 9/21/2011 |
I guess you can do that (adding additional fields) using jQuery. The main question is where do you want to save data that is entered there. |
D
|
dorlisa author 9/21/2011 |
This form saves its data in the table called "pc_dashboard". This table has each "role" as a field in the table as an "int" datatype. The "int" datatype links to the "memberID" of the Member's table called "pc_roster". |
![]() |
Sergey Kornilov admin 9/22/2011 |
If you need to save additional rows in another table - use master-details relationships. ASPRunnerPro allows you to Add/Edit data in both master and details tables on the same page. |