How to link to enter a new record avoiding the table view?
Posted: 2017-11-10 21:39
Using Latest version 5.62 revision 990 of Appgini!
Let's say I have a table to list customers and I want to redirect new customers to enter their information, normally you are redirected to the table view and click on the "Add New" button and you can add a new record. How do I create a link that override this process and get into the form that allows to enter the new record?
for example currently I can make a link called events_view.php but that solution takes me to all the records and then I will click on the "Add new" button and Appgini will present the form to enter a new record, how do I get there directly from a link?
Let's say I have a table to list customers and I want to redirect new customers to enter their information, normally you are redirected to the table view and click on the "Add New" button and you can add a new record. How do I create a link that override this process and get into the form that allows to enter the new record?
for example currently I can make a link called events_view.php but that solution takes me to all the records and then I will click on the "Add new" button and Appgini will present the form to enter a new record, how do I get there directly from a link?