Need a url to add new record

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
selectsteel
Posts: 26
Joined: 2013-09-23 14:14

Need a url to add new record

Post by selectsteel » 2014-09-04 19:51

I have a Javascript calendar application that I linked with appgini but I need a way to direct a user to add a new record with a link. There will be a button in the calendar that say "add new" and when they click on it I want it to open the appgini table where they can add the record. I have tried http://mywebsite.com/calendar_view.php?SelectID=new and a bunch of other variations. Does anyone know how to link directly to the add record page?

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 356
Joined: 2013-03-21 04:37

Re: Need a url to add new record

Post by peebee » 2014-09-05 05:47


Post Reply