Hi all. I have problem with file uploading on website form.
I have this code in frontpage.md
forms:
contact-form:
fields:
- custom_file: fileds
type: file
label: 'Upload file'
destination: 'user/downloads'
multiple: true
avoid_overwriting: false
limit: 10
filesize: 5
Site shows file input ,but without any labels and actions. Anybody knows why it is not working? Please help