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:
Address URL:
I've tried
?edit[field_url][0][title]=fred
but it's not doing anything.
Any ideas?
Comments
Comment #1
ozchris commentedSorry, it removed the code:
name="field_url[0][url]"
and
name="field_url[0][title]"
Comment #2
Anonymous (not verified) commentedI 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.
Comment #3
add1sun commentedI'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