If I use a auto complete for my node reference field and
node/add/board-term?edit[field_myfield][0][nid][nid]="my node's title"
prepopulate works like a charm.

But if I use a select list and
node/add/board-term?edit[field_myfield][0][nid][nid]=my node id
prepopulate doesn't seem to work.

Am I doing something wrong, or does pre-populate not work with select list widget?

Comments

chien_fu’s picture

I'm having the same trouble. Did anyone ever find a solution to this?

chien_fu’s picture

I've since solved this with the nodereference url module. Seems to work great.

doublejosh’s picture

It may have been a group issue. Node reference in select list works fine like this...
edit[group_mygroup][field_myfield][nid][nid]=####

latikas’s picture

Version: 6.x-2.1 » 7.x-2.0
Category: Feature request » Bug report
Issue summary: View changes

I used select list and used node/add/task?edit[my_field][und]=my node id
its working fine, but when i used auto complete select field
Prepopulate module does not working properly. It shows only nid.
I referred this link for drupal 7, https://www.drupal.org/node/228167

Am I doing something wrong, or does pre-populate not work with auto select list widget?

latikas’s picture

Category: Bug report » Feature request
Priority: Normal » Minor
Status: Active » Closed (fixed)