I'm going round in circles, just wondering how best to tackle this.
Ideally what I want is a view with a list of documents already uploaded that the user could click and download (this I've done).
Underneath this view the ability to add new documents to the list (if they have the rights).
The only fields would be a file date field and a file field (linked together).
Then also an edit option for each previously uploaded document (again if they had the rights), if that file needed to be updated.
I don't need to be stepped through each process... just what should the outline steps be.
So far I've added a Post Type with two repeating fields (I don't seem to be able to edit these on the front end?) Maybe I should be looking at repeatable groups?
Then added a view for the new CPT, no filters as of yet... using the two fields above.
Added the View to the Content Template, with the Add New form below it.
But on the front end, the view displays but I can't add (all the buttons are there but I can't click in to any of the fields and the Add button does nothing).
Once I've mastered this then I can go on to add Edit - I was thinking I'd need to follow these instructions for that.
https://toolset.com/documentation/getting-started-with-toolset/publish-content-from-the-front-end/forms-for-editing/
I think then I'd have to look at rights, so only certain users would have the right to add and edit existing documents from the front end - but again think this is dooable.
Many thanks for any pointers.