I have a list called "Stage", which has an Task list with a filter in the Displayform:

If the user wants to add a new task to this specific item the newform for the Task appears. To be sure, the task is mapped to the right stage, we want to save the stage ID or Title as well. The question is now, how can I pass value from the detail view (i.e. Id and Title) via the URL by clicking on "Add new item" in the task list. Is this possible without programming in VS?
Thanks in advance
Jürgen