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: 1281
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:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

Post Reply