You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But right now they only get passed if the values have been expressly overridden for that field. Those values should ALWAYS be passed.
As a temporary workaround, people can manually override the default "File Upload folder" settings for each file field. Once this is fixed, they can safely delete that setting.
The text was updated successfully, but these errors were encountered:
You SHOULD be able to access the file upload URL and folder for each field through the following variables:
{foreach from=$submissions item=submission name=row}
{foreach from=$display_fields item=field name=col_row}
{$field.field_info.settings.file_upload_url}
{$field.field_info.settings.file_upload_dir}
{/foreach}
{/foreach}
But right now they only get passed if the values have been expressly overridden for that field. Those values should ALWAYS be passed.
As a temporary workaround, people can manually override the default "File Upload folder" settings for each file field. Once this is fixed, they can safely delete that setting.
The text was updated successfully, but these errors were encountered: