In CCK nodes Prepopulate doesn´t seem to work with fields in fieldsets / in groups
When I have a field in a CCK group: ... name="field_location[0][node_name]" id="edit-field-location-0-node-name" size="60" value="" class="form-text form-autocomplete" ... I can´t prepoulate this field with http://localhost/drupaltest/node/add/CCKnode?edit[field_location][0][nod.... Removing that field from the group exactly the same URL prepopulates this field.
Did I miss anything?
Thanks!
Sven
Comments
Comment #1
chirale commentedHi Sven, maybe on this discussion you can find something useful. On a patched 6.x version you have to
where group_groupname stands for the fieldset CSS class "group-groupname".
On 5.x I don't believe it's so easy, maybe applying 6.x patches you can get it works. If you find a solution, please change status to fixed, explaining it.
Comment #2
kenorb commentedThank you, it worked on 6.x
Comment #3
add1sun commentedNo more response from the OP, so closing.