Hi all, has anyone used the ^urlencode keyword modifier?
It won't do the job for me, so I've tried to encode links using PHP rawurlencode but it's not currently plugged into Matrix as a modifier. I need to avoid '+'s and use '%20' for spaces to avoid some markup problems. If rawurlencode isn't yet a Matrix feature, does anyone know of a way I can reliably replace the '+'s in the output with '%20'?