Hello
I am having problem getting the url syntax right to prepoluate a cck content type called idea. I am able to populate the ideacategory field but I am not able to populate the ideakeyword field or the tdeatitle field. I am using D6 with the latest dev version
Below is the javascript that I am using
var url = '/node/add/idea?edit[group_ideastep1][field_tdeatitle][0][value]=' + ideaTitle +'&edit[group_ideastep1][field_ideacategory][value]=' + ideaCategory + '&edit[group_ideastep1][field_ideakeyword[value]=' + ideaTags ;
and the following is the HTML.. Can someone please help?
Idea title: *
Comments
Comment #1
gsvitak commentedoh yes I forgot to mention that I am using field groups and the multistep module..
Thanks
g
Comment #2
gsvitak commentedsorry i forgot the html with the proper code tag..
Comment #3
doublejosh commentedEasier than you think: /node/add/article?edit[group_mygroup][field_myfield][0][value]=My Words
This should really be added to the USAGE.txt
Comment #4
jbrauer commentedClosing D6 issues as it's no longer supported.