![]() |
Sergey Kornilov admin 9/2/2024 |
ASPRunnerPro and our other software requires that database structure is known at the design time. The lion's share of the code is tied to specific field names and if you add a new column later, our software will not be able to work with new column on any of the pages. If your problem is mostly hiding fields on the Edit page based on some condition, check this API: |
![]() |
fhumanes 9/3/2024 |
Hello, All those who tell you Sergey is totally correct. However, Phprunner can extend to do many more functions than the product directly proposes. In this example, forms can be defined (in this case surveys) and collect their data and save them in JSON format, which is an easily treatable format. In the example you can see that it can be exported to Excel, but anything can be done. https://fhumanes.com/blog/integracion/gestion-de-encuestas-integracion-surveyjs/ The problem is that this system (which I do not know if it is valid for you) requires having knowledge of programming in PHP. Greetings, |