Hi
What an excellent product, many thanks.
I have a form that users can upload attachments using the multi upload element. I have this set up fine so the attachments are uploaded correctly and the file names are stored in an array in the database.
I have an issue, however, with working with this information on a subsequent form I am using for displaying the data to a different user. I can pull through the record data I require to the new form, except for the array with the attachments. I am trying to show a list of links to the uploaded files so the user can click them to see the attachments/download the attachments. I guess I need to use a Custom Element to loop through the array, but I am struggling with the code to do this.
Along the same vein, on the original submission form if the original user wanted to edit their submission this is straightforward for my normal fields such as text boxes, but I dont know how to show the user the content of the multi upload element so the user could either remove the attachments, change them or add to them like they could at the original form submission.
Can anyone help?
What an excellent product, many thanks.
I have a form that users can upload attachments using the multi upload element. I have this set up fine so the attachments are uploaded correctly and the file names are stored in an array in the database.
I have an issue, however, with working with this information on a subsequent form I am using for displaying the data to a different user. I can pull through the record data I require to the new form, except for the array with the attachments. I am trying to show a list of links to the uploaded files so the user can click them to see the attachments/download the attachments. I guess I need to use a Custom Element to loop through the array, but I am struggling with the code to do this.
Along the same vein, on the original submission form if the original user wanted to edit their submission this is straightforward for my normal fields such as text boxes, but I dont know how to show the user the content of the multi upload element so the user could either remove the attachments, change them or add to them like they could at the original form submission.
Can anyone help?