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

A place to make for-pay "CMS made simple" job offerings
Post Reply
antosha
Forum Members
Forum Members
Posts: 60
Joined: Fri Jun 06, 2008 7:20 pm

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

Post 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
Last edited by antosha on Thu Feb 25, 2010 3:47 am, edited 1 time in total.
Follow me on twitter: end_tone
Linked In: levchenkoanton
davidkirk451
Forum Members
Forum Members
Posts: 11
Joined: Wed Jul 22, 2009 7:58 pm

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

Post by davidkirk451 »

I have emailed a solution to the email address provided.

Thanks!
boby
Forum Members
Forum Members
Posts: 94
Joined: Thu Feb 21, 2008 11:31 pm

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

Post by boby »

Hi

I am interested as well,

Could you share the solution on the forum?


Thanks
Post Reply

Return to “Help Wanted (commercial)”