Closed (fixed)
Project:
Prepopulate
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2009 at 06:42 UTC
Updated:
16 Nov 2015 at 23:12 UTC
Jump to comment: Most recent
Comments
Comment #1
MOo__DUCL commentedYou must replace
[field_related_match][0][nid]=[nid]
with
[field_related_match][0]%5bnid%5d=[nid]
where
%5b and %5d are the url-encoding of [ and ]
Comment #2
jbrauer commentedcleaning up old issues. This was answered.
Comment #4
joco_sp commentedThis is not working for me, because % is replaced with %25
And I get something like [field_related_match][0]%255bnid%255d=[nid]
If I try to use %25 I get %2525
Any suggestions?
Comment #5
serguitus commentedSame here when using it on views->replace result as link using replacement patterns
'%' would need to be scaped
any clues?
Comment #6
Chrys commentedI have the same problem with serguitus. Any ideas?
Comment #7
Anonymous (not verified) commentedSame problem here.