Page 1 of 1

Save and New

Posted: 2015-01-10 04:39
by cayugadan
is there any way to add a 'save and new' input button. Or to configure the existing save button to behave in that manner?

What I mean by "save and new"; When entering a new row, after hitting the "save and new" the form would come back empty instead of with the data you just saved.

This would be particularly useful when you want to add a number of rows of data

Re: Save and New

Posted: 2015-01-10 08:48
by udayvatturi
Hi
In appgini click on table-> Detail view setting -> Redirect after insert.

If you want a new form after insert change the url to XXXX_view.php?addNew_x=1

Re: Save and New

Posted: 2015-01-12 23:12
by cayugadan
Thanks, I'll try it

Re: Save and New

Posted: 2015-01-14 08:00
by cayugadan
Thanks, it worked