Page 1 of 1

redirect after insert

Posted: 2013-05-24 18:03
by fazoo
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!

Re: redirect after insert

Posted: 2013-05-29 12:11
by a.gneady
Try:

Code: Select all

tablename_view.php?addNew_x=1
(where tablename is the name of the concerned table)