This topic is locked

PHPRunner 8.1...Add custom event between steps in multiple-step edit page

9/16/2015 4:44:18 PM
PHPRunner General questions
J
jayzco author

Hello,
I would like to perform some sql queries between each step on a multiplestep edit page. I don't know how to do it. If I could somehow add an event code to the "Next" button or run code when a tab loads that would be great.
How would I go about doing that?
Thanks,

Admin 9/16/2015

You cannot. There are no server side events between steps switching, everything is happening on the same page.
If you need to execute some server side code between steps use technique described in this article:

http://xlinesoft.com/blog/2014/12/19/how-to-split-addedit-pages-into-several-subpages/