Closed (fixed)
Project:
Advanced Contact
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2008 at 02:59 UTC
Updated:
23 Apr 2009 at 06:40 UTC
Can we use the contact category ID instead of the category name?
Comments
Comment #1
christefano commentedI realized my mistake and got category names with spaces working.
Comment #2
ramndump commentedhow??? I am having same issue with category spaces
Comment #3
christefano commentedSorry, I don't remember. My guess is that this module needs URL-encoded spaces. For example, format your HTML like this:
Hopefully this helps. If you'd like, you can re-open this for someone else to answer.
Comment #4
neclimdulIts not the module but the browsers. on sure fire way to avoid this is to use the l() or url() functions if you can. If not, christefano is right, you should encode your urls which means at the least replacing spaces with %20.