how to escape square brackets?
hanamizuki - August 29, 2009 - 11:22
| Project: | Token |
| Version: | 6.x-1.12 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Description
I'm using flag with token and there is a problem when I when to put a url in flag message form.
what I need is:
http://bhuntr.com/node/add/forum/14?edit[field_related_match][0][nid]=123
which '123' is the node id. So I type in:
http://bhuntr.com/node/add/forum/14?edit[field_related_match][0][nid]=[nid]
but it comes out:
http://bhuntr.com/node/add/forum/14?edit[field_related_match][0]123=123
how do I use the square brackets in my form without being converted?
