Hello, I am trying to implement a multiple document upload form that

Hello,

I am trying to implement a multiple document upload form that also displays text fields below each upload field dynamically.

The text fields will be saving to a multiple array.

I have a multiple document upload section implemented but I can't figure out how to dynamically show and delete the text fields.

Does any body have a suggestion? I've attached a picture of what I am trying to achieve.

OriginalPostID-160083

OriginalPostID-160083

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Please attach the code you have so far and I'm sure someone will help you to amend it. What is your objective? Are you aware that you cannot (supported) use the document() function on a file that has been selected by the file upload component in the same form - my assumption is you want to display data from the doc?
Reply
  • 0
    Certified Lead Developer
    Please attach the code you have so far and I'm sure someone will help you to amend it. What is your objective? Are you aware that you cannot (supported) use the document() function on a file that has been selected by the file upload component in the same form - my assumption is you want to display data from the doc?
Children
No Data