We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help me to display the uploaded image files in the Printer Friendly format Dispay ether Table or One by One format
Please help me to display the uploaded image files in this code
ASSOCIAÇÃO FILIADA: {$form_name} - {$view_name}
{strip} {foreach from=$submissions item=submission} {assign var=submission_id value=$submission.submission_id}
{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}
{/foreach} {/strip}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please help me to display the uploaded image files in the Printer Friendly format Dispay ether Table or One by One format
Please help me to display the uploaded image files in this code
ASSOCIAÇÃO FILIADA: {$form_name} - {$view_name}
{strip}
{foreach from=$display_fields item=field_info} {assign var=col_name value=$field_info.col_name} {assign var=value value=$submission.$col_name} {/foreach}{foreach from=$submissions item=submission}
{assign var=submission_id value=$submission.submission_id}
{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}
{/foreach}
{/strip}
The text was updated successfully, but these errors were encountered: