Page 1 of 1

FormBuilder: get the fields in _POST variable?

Posted: Wed Oct 18, 2006 7:58 pm
by jsmonzani
Hello,
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,

Re: FormBuilder: get the fields in _POST variable?

Posted: Tue Jan 23, 2007 3:08 am
by willisbueller
I'm in need of the same solution.
you didn't have any luck did you?

Re: FormBuilder: get the fields in _POST variable?

Posted: Wed Jan 24, 2007 9:26 am
by jsmonzani
Unfortunately not :( I had to create forms by myself  :'(

Re: FormBuilder: get the fields in _POST variable?

Posted: Sun Feb 11, 2007 7:32 am
by donnut
jsmonzani wrote: Unfortunately not :( I had to create forms by myself  :'(
Hi,

Can you briefly explain how you did this yourself? Do you include the source code for the form in the page itself?

Thanks,
Erwin