I have a contentype called – X
I have another content type called – Y
I have a view that lists all content types = X ; created by the logged in user
How could I add a button next to each listing that will take the user to the create content type = Y page and automaticlly fill in the title as its specified in content X.
thanks
Charles
You can use the prepopulate module to automatically fill in form fields. Next, you use views to create a link field which builds the link including the prepopulate syntax.