I have a usual item with title, textfield, attachments.
Now i have added a second textfield, added a second attachmenthandler ...
The result now is:
Form one shows textfield 1 and attachupload; everything fine.
Form two shows textfield 2 and attachupload; the attachment can be uploaded and will be inserted.
But it is also shown under textfield 1.
You cant help me here without code.
But you may can tell me:
Would it be possible to have two text fields for one item and both with different attachments?
What I could not find until now is the right place, where the field is connected with content_type1 or content_type2.
Now i have added a second textfield, added a second attachmenthandler ...
The result now is:
Form one shows textfield 1 and attachupload; everything fine.
Form two shows textfield 2 and attachupload; the attachment can be uploaded and will be inserted.
But it is also shown under textfield 1.
You cant help me here without code.
But you may can tell me:
Would it be possible to have two text fields for one item and both with different attachments?
What I could not find until now is the right place, where the field is connected with content_type1 or content_type2.