Hey all,
I’m working on an SAEF that’s got a file upload field using Mark Huot’s file extension. I’m trying to do something like this, but I’m not sure how I should go about it:
{custom_fields}
{if file}
<input type="file" id="{field_name}" name="{field_name}" value="{field_data}" />
{/if}
{/custom_fields}But the “if file” piece seems to be ignored. How can I reference file upload boxes in the custom_fields code loop/block?