Closed (outdated)
Project:
Prepopulate
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2009 at 21:52 UTC
Updated:
2 May 2018 at 14:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kompressaur commentedI think it should be possible tp but it's not quite as straight forward as i had hoped. Im using 6.2.1 and i have set up a content taxonomy autocomplete field. Ive tried a few things examples to follow but i can't get it to work. My field is called xxx. Here's the code
i will go try a few things....
node/add/footballteam?edit[field_xxx]=music (nope)
node/add/footballteam?edit[edit-field-xxx-value]=music (nope)
node/add/footballteam?edit[field_xxx][value]=music (ah hah success :) - i think)
as the instructions say it's just the 'name=' bit that needs to be entered.
Comment #2
kompressaur commentedIm having probs trying to prepop a content taxonomy select list.
node/add/story?edit[field_section][value]=Betting - nope
errrrr must be to do with them option values....
node/add/story?edit[field_section][value]=867 - yip :) bloody hell im a genious!!!
Comment #3
alexbk66- commented@kompressaur (genious!!!) and others, more interesting case - I'm using 'content taxonomy tree' which creates an 'input' field with the same name "field_hobby_tree[value]" for each radio button in the tree (see attached screenshot). So the HTML generated:
So I tried http://www.hobbyblob.com/node/add/blog?edit[field_hobby_tree][value]=914
Doesn't work :( Any idea?
HobbyBlob.com
Comment #4
scuba_fly