if i had a preform which processess values then uses determineForm to call the next form based on the valued outcomes.
the next form has 700 fields long (cant normalize or gouping fields) so to beak it up (lets say it 18 forms long)
i could use fromtpage's send to database feature(to send to seperate databases, on pages 5,11,18 and have page 6,12,19.asp as the confirmation page (so it continues to 18.asp)
The preform uses an id which gets passed to the next page / to the next db, So i can call certain values [from a users input] from the db, into a webpage.
This make logical sense to me, could someone point out why this wouldn't work or let me know i'm on the right track.