Created an SAEF in EE 2.1 and all the fields are working great with the exception of the file uploads. The field labels aren’t displaying and there are these large blank thumbnails along with some links to add and remove a file that don’t do anything.
I consulted the documentation and it mentioned linking to a CSS file-
Note: The file field example includes markup used by the file browser javascript. If you are using the file browser in you entry form, it’s suggested that you also include a link to the accompanying style sheets via the {path='css/_ee_saef_css'} path variable.
However, this code does nothing for me and I can’t figure out what CSS it’s referencing. Additionally, this same quote mentions JavaScript. Do I need to link to a JavaScript file to get the full functionality of the file browser?