Apr 29th, 2013, 1:50 PM
(This post was last modified: Apr 29th, 2013, 7:45 PM by johnbleck2.)
Exactly what I was looking for. Perfect and thank you so much!
{{if $fields|@count > 0}}
</table>
{{/if}}
{{/foreach}}
{{$submission_info = ft_api_get_submission();}}
{{$submission_info["submitter_firstname"];}}
{{continue_block}}
added the ft_api_get_submission() but I get nothing on the entire page.
What am I doing wrong?
Tried: {{$submission_info = ft_api_get_submission(3, 44);}}
it's form id 3, field id 44 is a valid field id with data in it.
Is it possible that since what I'm trying to do is on the "review" page that this function doesn't work until the submission is complete?
{{if $fields|@count > 0}}
</table>
{{/if}}
{{/foreach}}
{{$submission_info = ft_api_get_submission();}}
{{$submission_info["submitter_firstname"];}}
{{continue_block}}
added the ft_api_get_submission() but I get nothing on the entire page.
What am I doing wrong?
Tried: {{$submission_info = ft_api_get_submission(3, 44);}}
it's form id 3, field id 44 is a valid field id with data in it.
Is it possible that since what I'm trying to do is on the "review" page that this function doesn't work until the submission is complete?