hi.
i'm running drupal 6.2, and can't seem to make it populate my cck fields.

i can get the basic edit[title] working, but not the cck fields.

These are my fields ( of type link, so theres a title and url):
Address Title:

Comments

ozchris’s picture

Sorry, it removed the code:

name="field_url[0][url]"

and

name="field_url[0][title]"

Anonymous’s picture

I can report the same problem - the technique for specifying CCK fields doesn't seem to work in 6.2.
I have a node-association select field, and the source shows the select 'name' as: field_re_proposal[nid][nid]

so, I appended ?edit[field_re_proposal][nid][nid]=2 to the form URL, but there was no change.

add1sun’s picture

Status: Active » Closed (duplicate)

I'm marking this a dupe of an earlier issue of CCK with 6 so we can keep this all to one thread, regardless of the field type.

#258449: Targeting CCK in 6 not working