Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Formtools Export - display the uploaded image files

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Help Wanted (commercial)
View previous topic :: View next topic  
Author Message
JOTALHAO
Smarty n00b


Joined: 18 Feb 2021
Posts: 2

PostPosted: Thu Feb 18, 2021 3:23 pm    Post subject: Formtools Export - display the uploaded image files Reply with quote

Hi guys, I've a problem with Smarty Template. What I'm doing right now is to export types groups of data from an online tool called Formtools (www.formtools.org) via Smarty template

Please help me to display the uploaded image files in this code



<p align="center"><font size=-1><b>ASSOCIAÇÃO FILIADA: {$form_name} - {$view_name}</b></font></p>

{strip}
{foreach from=$submissions item=submission}
{assign var=submission_id value=$submission.submission_id}
<table cellpadding="2" cellspacing="0" width="100%" class="print_table one_item">
{foreach from=$display_fields item=field_info}
{assign var=col_name value=$field_info.col_name}
{assign var=value value=$submission.$col_name}

<tr>
<th width="140">{$field_info.field_title}</th>
<td>

{smart_display_field form_id=$form_id view_id=$view_id submission_id=$submission_id field_info=$field_info
field_types=$field_types settings=$settings value=$value}


</td>
</tr>
{/foreach}
</table>

{/foreach}
{/strip}

This code display this print version



Back to top
View user's profile Send private message
deepvyas
Smarty Rookie


Joined: 19 May 2017
Posts: 9
Location: India

PostPosted: Sat Feb 20, 2021 2:46 pm    Post subject: Smarty Expert Reply with quote

Hi ,
I can help you on the same.
Please connect further

eMail - deepvyas71@gmail.com

Regards
Deep
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
jjen91
Smarty n00b


Joined: 19 Jan 2021
Posts: 4

PostPosted: Mon Feb 22, 2021 11:00 am    Post subject: Assistance Reply with quote

Hello,

Hope you are doing good!

I would like to assist you for this requirement.

Looking forward to have a conversation for the same.

Regards,

Jennifer
Back to top
View user's profile Send private message
JOTALHAO
Smarty n00b


Joined: 18 Feb 2021
Posts: 2

PostPosted: Mon Mar 01, 2021 11:01 am    Post subject: Re: Assistance Reply with quote

Ok, im waiting



jjen91 wrote:
Hello,

Hope you are doing good!

I would like to assist you for this requirement.

Looking forward to have a conversation for the same.

Regards,

Jennifer
Back to top
View user's profile Send private message
jjen91
Smarty n00b


Joined: 19 Jan 2021
Posts: 4

PostPosted: Mon Mar 01, 2021 12:28 pm    Post subject: Re: Assistance Reply with quote

Please let me know when we can communicate.


JOTALHAO wrote:
Ok, im waiting



jjen91 wrote:
Hello,

Hope you are doing good!

I would like to assist you for this requirement.

Looking forward to have a conversation for the same.

Regards,

Jennifer
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Help Wanted (commercial) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP