Adding Custom Description Input Field Next to File Names in FilePond
I’m using FilePond for file uploads in my Django project. I want to add a custom description input field next to each file name in the list of files to be uploaded. When I use the following HTML, the description fields appear but they are outside the FilePond design. This way, I can upload files, but I can’t add a custom input field next to the file name within the FilePond structure.