Asset Builder File Upload Button Disappears


(Lewis) #1

Any idea why this Simple Edit Layout asset for the Asset Builder doesn’t show the file upload button?

<label for="%details-id_F_name%">Asset name</label>
%details-F_name%<br/>
<label for="%metadata-id_F_408209%">Summary</label>
%metadata-F_408209%<br/>
<label for="%metadata-id_F_408210%">Link</label>
%metadata-F_408210%<br/>
%commit_button_clean%

When you use %create_form% the field appears but when you’re using a Simple Edit Layout to customise the layout of the create form, it isn’t present.

Any ideas?


(Lewis) #2

Solved with the addition of:

<label for="%details-id_F_file_upload%">Choose a PDF to upload</label>
%details-F_file_upload%<br/>

… from the View Simple Edit Keywords dropdown box in the Simple Edit Layout.