MX Kollection Forum :: Multipage form and coldfusion

This thread was displayed: 208 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
Hoo Lines
06-30-2006 13:55:42 GMT +2

Hello everybody:
I am working on a registration for which is Multipage form. I read some posts here that it is possible to make such multipage forms with MX Kollection insert / update form wizards but I do not know how to keep the track of the same record as I entered in the first form in other forms and update them. I use Coldfusion so my problem is the code editing for the coldfusion part.

Thanks
Hoolines

Back | Reply | Quote | Top
Florin CARLIG[InterAKT]Adobe Systems Romania staff
06-30-2006 14:57:18 GMT +2

Hello,

In the first form, you should use an insert transaction, and make the redirect for it to: other_page.php?id= and here use the little blue lightning bolt to select the primary key (that will be the foreign key in the other table) from the transaction.

So the redirect will look like this: other_page.php?id={transaction_primary_key}

On the other_page.php, you will use an Update Transaction. If you want another step, make the redirect for this Update transaction in a similar way, and use another update transaction on the other page.

I hope this is clear. 

Let us know if you still have problems.

Regards,
Florin

Reply | Quote | Top
Hoo Lines
06-30-2006 15:13:04 GMT +2

Hi:
Thanks for the fast reply.
It is a little confusing for me, especialy the other_page.php?id={transaction_primary_key} part.
I make a redirection into the other page when the user submits the forms, Ok? then the page I should rediredt to, should be the page that is named for example Registartion_page2.cfm?id=
Ok.. but what should I insert after "=" ? (imagine that the primary key is User_ID) So what is the {transaction_primary_key} part?

And the other problem is how can i redirect to the link? I should use some javascript for that?

Thanks
Waiting for your reply impatiently
Hoolines

Reply | Quote | Top
Florin CARLIG[InterAKT]Adobe Systems Romania staff
06-30-2006 16:53:43 GMT +2

Hello,

Like I said, use the lightning bolt to select the field from the transaction. This way , the URL will become:

registration_page2.cfm?id={User_ID}

Regards,
Florin

Reply | Quote | Top
Hoo Lines
07-06-2006 10:48:39 GMT +2

Hi:
Thanks for the reply.
can you tell me how I can do it when the page1.cfm of resgistration inserts data into table1 and page2.cfm inserts data into table2. Two tables are related with Primary/Foreign Keys. Please, Please, Please, Please, let me know how I can make such multipage registration with Kollection.
I will really be graceful if you help me solve the problem.
THANKS
Hoolines

Reply | Quote | Top
© Adobe Systems Romania. All rights reserved.