Gossamer Forum
Home : Products : DBMan : Customization :

split the adding form in 4 pages

Quote Reply
split the adding form in 4 pages
hi,
how can i spilt the adding form in 4 pages ??

like this

first page of adding form:

person
name:
address:
...


second page of adding form:

other stuffs
xxx:
aaa:
sss:

and so on


I have search the forum, but didnt find any related threads...
search for [multi adding, multi, add, split add]




------------------
regards
kumanan
Quote Reply
Re: split the adding form in 4 pages In reply to
Two suggestions:

1) Use the code hack that oldmoney used, which is not very seamless, but he says that it works for him. I can't seem to locate the Topic. But you can try to search for "muliple form oldmoney". Basically, what he did was change the codes in the sub validate_record that jumps to the sub modify_form routine rather than the sub html_add_success screen. However, this particular code hack only provides two screens.

2) Use multiple databases and create multiple add form subs in your html.pl file. Then use the Relational Mod, located here:

www.jpdeni.com/dbman/mods.html

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: split the adding form in 4 pages In reply to
hi,

thanks for your help

------------------
regards
kumanan
Quote Reply
Re: split the adding form in 4 pages In reply to
You're welcome.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: split the adding form in 4 pages In reply to
Nope, wasn't me... all of my add forms are overwhelming monstrosities. Smile

------------------
The Immuatable Order of Modding
-=-=-=-=-=-=-=-
1. Read the FAQ, 2. Search the board, 2a. Search the board again, 3. ask the question, 4. back-up, 5. experiment, 6. rephrase question (or better yet, post solution to original question)

Quote Reply
Re: split the adding form in 4 pages In reply to
Sorry, oldmoney...it is another active DBMAN user (possibly mart or someone else) who has done this.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums