How do I add content from a view in Drupal with arguments?

Posted by pduncan on Stack Overflow See other posts from Stack Overflow or by pduncan
Published on 2010-03-17T01:30:36Z Indexed on 2010/03/17 1:41 UTC
Read the original article Hit count: 359

Filed under:
|

I have a Drupal view that displays vacation leaves for a particular employee.

I want to have a button or link right on this view that says 'Add Vacation Leave'. When this button/link is clicked, I want the create content form for Vacation Leave to be displayed with the employee's name already filled in.

When 'Save' is clicked, I would like to go right back to the view, with my new content added. Is all of this possible?

Thanks, Paul

© Stack Overflow or respective owner

Related posts about drupal

Related posts about views