I have a text field from which I can generate a path, but would like the path name to include text that is not available anywhere else. eg.

Key | Label | Required path
 1  | Red   | /one/[filename]
 2  | White | /two/[filename]
 3  | Blue  | /three/[filename]

I could make the key the same as the path text, but is there another way? Is it possible to have another field which is set to the same value as the original field, that contains the required text?. eg

Key | Label | Required path
 1  | one   | /one/[filename]
 2  | two   | /two/[filename]
 3  | three | /three/[filename]

Comments

Deciphered’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

No longer supporting Drupal 6 issues for this module.