redirect after insert

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
fazoo
Posts: 3
Joined: 2013-05-13 17:07

redirect after insert

Post by fazoo » 2013-05-24 18:03

Good day!

In the detail view settings I have "display detail view in a separate page" = enabled
What would I put in the detail view setting "redirect after insert" to have it redirect to "Add New" so it's ready to fill in for another new record?

Thanks in advance!

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

Re: redirect after insert

Post by a.gneady » 2013-05-29 12:11

Try:

Code: Select all

tablename_view.php?addNew_x=1
(where tablename is the name of the concerned table)
:idea: AppGini plugins to add more power to your apps:

Post Reply