Hi,
I'm not sure in which end to start with this.
I've got a form that picks up variables from a url, and let's the user fill just one textarea before submitting. Perfect.
I do this to take feedback on content st the bottom of some pages. The way I do so is to create a link with some variables for the content (article id, article title, content type...).
The submitted item then shows up for frontend administrators. They can open it in form view. Here they can see the article title where the feedback link got pushed. Nice. But....
The missing link: I need to create a link in this form view that links to the content that got the feedback.
I'm thinking all that is needed is a field that could query the database after the article id, and link to it. But I can't find a field that does this. Is my only way of fixing this to create a custom template, or can it be solved with a field setting?