Page 1 of 1

Passing FormBuilder values (results template) to another page using UDT [DONE]

Posted: Fri Feb 19, 2010 11:24 pm
by antosha
Hi,

I have a working FormBuilder form with custom Submission Template.
However I don't like the way that the result's show in the exact same block as the form itself. I need the ability to have the results processed in it's own page with it's custom template and content.

I believe the best way to do this is to pass the form results values in a Smarty UDT which would give me the ability to print them in a content page.
I read documentation and forum posts but I am novice in smarty and would like someone to help me achieve this function.
I can pay 20$ for the person who will help me get this working.

Here is an example of how I see it:
this is my form fields
{field 1}
{field 2}
{field 3}
{field 4}

Here is what I tried came up with in a UDT (not working):
global $gCms;
$_SESSION['fbparams'] = $params;
$var1 = $params['field1'];
$var2 = $params['field2'];
$var3 = $params['field3'];
$var4 = $params['field4'];
Thanks

PM me or antosha.levchenko@gmail.com

Re: Passing FormBuilder values (results template) to another page using UDT

Posted: Sun Feb 21, 2010 4:37 am
by davidkirk451
I have emailed a solution to the email address provided.

Thanks!

Re: Passing FormBuilder values (results template) to another page using UDT [DONE]

Posted: Thu Mar 04, 2010 4:35 am
by boby
Hi

I am interested as well,

Could you share the solution on the forum?


Thanks