At a minimum I'd like to have a flow where I can request the information, click next, ask for confirmation of that information then click submit to commit it.
After a moderate amount of hacking I cannot seem to find an elegant way
of achieving this general flow as the PerForm way seems to be a one shot
given there's no way to POST to another page.
PerForm binds you to a REST-like architecture. To achieve what you want you'll need to do a redirect with the relevant query params in the querystring.
An alternative is to submit into a temp table, redirect to a "commit" page, and only copy from the temp table into the live table if they confirm (or "commit"). Use a cron job to age out the temp table garbage.
Matt.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]