This topic is locked

Simulate Save Button

7/13/2009 3:28:27 PM
PHPRunner General questions
M
MaxxaM author

Hi everyone, I'm simply trying to simulate the save button link created by phprunner. I have several uses for this, here is one example to try and be clear.
Currently the layout for adding a record is vertical, so when someone clicks save, it tells you record added and sets it up to add a another record. I want to give the user two options...save it as intended, but another save button that allows them to save this one detail(record), and then go back to the list view as opposed to the vertical add view.
I can't do inline adds as there is too many fields to obtain information from.
Any suggestions?

J
Jane 7/14/2009
M
MaxxaM author 7/14/2009

Thank you...that's exactly what I was looking for!