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):
Thanksglobal $gCms;
$_SESSION['fbparams'] = $params;
$var1 = $params['field1'];
$var2 = $params['field2'];
$var3 = $params['field3'];
$var4 = $params['field4'];
PM me or antosha.levchenko@gmail.com