Hi everyone,

I'm stuck on how to prepopulate the "link URL" field. Here's what I have so far:

/node/add/news?edit[title]=test&edit[body_filter][body]=test&edit[field_link][link]=test

As a side note, a little more documentation would be good. The [body_filter][body] is not obvious from viewing the source code of the form and I had to search around a bit to figure it out.

Thanks

Comments

eafarris’s picture

The DRUPAL-5 branch now includes a USAGE.txt file:

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/prepopulate...

Perhaps some of the examples included in it will assist you?

markfoodyburton’s picture

/node/add/page?edit[path][path]=foo

Seems to work for me.

add1sun’s picture

Status: Active » Closed (fixed)

Closing old issues - no feedback from OP.