![]() |
Sergey Kornilov admin 10/11/2010 |
Check PHPRunner 5.3 where you can have tabs on Edit/Add pages that will split your page into two pieces. |
T
|
tedwilder 10/12/2010 |
Check PHPRunner 5.3 where you can have tabs on Edit/Add pages that will split your page into two pieces. http://www.asprunner.com/forums/topic/15110-asprunnerpro63phprunner53-beta-is-available-for-download/
|
![]() |
Sergey Kornilov admin 10/12/2010 |
tedwilder, |
T
|
tedwilder 10/12/2010 |
yep right. |
P
|
piobote author 10/20/2010 |
yep right. so back to the subject: i want to do the same thing he is asking here. So I checked what you said.. but Tabs/sections seems to be more like a graphical effect. what he was asking for ( from what I understood )and what I'd like too, is to divide an Add page into 2 add page. This way we can on first page for instance ask like he said name, first name, clik on "next button" and because of what we entered in first page we get prefilled field for adresse, phone etc on the second page. The goal is to process a part of the fields based on another part of the fields, and the whole data is then inserted in table. is it what 5.3 offers? I wasnt able to make it works this way.. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=53728&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />
|
T
|
tedwilder 10/21/2010 |
I was looking for the same thing too because ajax is not implemented in phprunner ( just dropdown ok.. if it was both our problems would be solved : your user would enter his name and all fields would be filled interactively : no more need of 2 pages ) so we have to use 2 forms.. as phprunner doesn't supports 2 forms I had to do it externally : I created a form in a separated file , and when I clik on " next " it sends a get to the add page in phprunner : something.com/mypage_add.php?fieldfrommyownform1=something&field2=5 .. |