I’m new to this.
I’m using Safecracker 2.0.0
EE Version 2.1.3 Build 20101220
I have made a customfield for fileupload safecracker_file, I call it image
I’ve set the upload path.
I found this code to put in the form inside the custom_field tags.
{if safecracker_file}
<p>
<label for="{field_name}">{field_label}:</label><br />
{display_field}
</p>
{/if}
If I do so, my form stays blank, only title remains.
I do not understand, what do I wrong?
Thank you