This topic is locked

Add Confirmation Page

6/26/2006 9:02:45 PM
PHPRunner General questions
S
Stucco author

I'm new to PHPRunner, but old to PHP. I like the program so far, but I've come up against something mildly difficult. I would like to add a confirmation submission page when adding a record. The flow would be like so. User submits data, user is directed to confirmation page, user confirms data, user is directed to yet another page that submits the data to the database and shows a pretty reciept, closely based on the printer version of the page.
So I've added a page redirect event before the addition of the record, but then I lose the post data. I've come across a few user functions that allow the forwarding of post data with a mild amount of setup, but nothing that makes it easy.
Anyone else done this yet?

S
Stucco author 6/28/2006

Well, I figured it out. I can't post how now but I will soon.

It's a combination of a modified before add redirect event and a custom page.
Stucco

O
osluk 6/28/2006

Look forward to seeing this.

The more well documented goodies the more users buy the product - the more users - the more the incentive to provide good support and more updates cos its worth their while - better product - more users and so on - I figure everyone wins!
Cheers Chris
Any thoughts on my post about confirming the email address.

Similar concept - generate some kind of pending record - then confirm the record and make it live when the email is confirmed - be it manually or automatically.