I've read the readme and help files and I can see if I manually put in the URL I can prepopulate fields, but how do I make this automatic?
I am using node reference to add a node within a node and I would like some of the fields to be prepopulated.
Where do I begin with this module? If someone could get me started I would REALLY appreciated it, I'm very stuck.
Thanks

Comments

barraponto’s picture

You can use a menu with tokens, try http://drupal.org/project/menu_token

LTech’s picture

I would like to prepopulate fields in an 'add content' form.
How do I do this? Where do I put the Pre-populate URL?
I'm sorry if this is basic, but I really can't figure out how to use this module.
I've installed the menu_token but I don't know where to put the URL?!
Thanks

LTech’s picture

I've created a link from a page with a url to add more info about the person on the page. I've made the link xxx.com/node/add/person?edit[field_name][und]= name.
How do I use tokens to send 'name' to be the name of the node the page is linked from?