Posted by Juan Manuel
2015-01-27

Is it possible to bypass the "confirm information" (page 2) on the form? It's not good to have extra steps when using the form on a landing page.

By the way, your work is amazing, thanks so much for this, much apprecciated!!

Greetings from Argentina.
Posted by Tom
2015-01-29

>Is it possible to bypass the "confirm information" (page 2) on the form

There isn't any convenient switch to drop the confirmation page, but certainly it's possible to modify the code that way.

If you want to try it, check web/form/app/cls_ps_(table-name).inc.php. You will find the code block like
//------------------------------------------------------
// Reg Page2
//------------------------------------------------------
case "reg_page2":
..............
..............
..............
break;
You goal is bypassing the code block. Good luck!