I am currently testing FormBuilder and it looks like a trully great tool!
Once a (multipage) form is completed, I would like to get all variables into the regular _POST PHP variable and be able to do work on them.
However, none of the Form Handling Inputs (Dispositions) meet these requirements. Sure I could use the database option but since everything is already there, I would just need to propagate the _POST array.
If I don't set any Form Handling Input and redirect to a page once the form is completed, the _POST array is empty and I can't read its content.
Besides hacking the code, do you think that there could be a way to solve this? It seems pretty basic IMHO

Thank you!
Havea great day,