This topic is locked

Step-by-step Input

8/18/2014 9:15:31 AM
PHPRunner General questions
G
GregJ author

I have built a membership database (single database, many tables) for a professional organization. Once a year all members must log in to update their profiles and renew their memberships. Last year was the first year in operation and while the database part is working fine, members are struggling with the usability of a very busy interface. I'd like to create a step-by-step series of simple input/update screens like:
personal info <next> education <prev><next> other qualifications <prev><next> work history <prev><next>...and so on.
Does anyone have any ideas on how I could make this work in PHP Runner?

admin 8/18/2014

You can do something similar splitting this profile table into several custom views and redirect user from first view to second one etc.

G
gokselkahraman 8/31/2014

Hi there
I had similar project, see below link;
http://www.asprunner.com/forums/topic/21771-php-7-0-split-application/
Kind regards
Goksel