[ColdBox 3.8.0] Removing parameter from querystring when using buildLink()

I have a form that I send to #event.buildLink(linkto=“report”,queryString="/")# and it will send form to report/formName=formvalue.

I’d like to send instead to report/formvalue, without the parameter name.

How can I achieve this?

Hi,

You can pass key-value pair into queryString parameter

**[buildLink](http://apidocs.ortussolutions.com/ColdBoxDocs-3.8.0/coldbox/system/web/context/RequestContext.html#buildLink%28%29)**(string linkto, [boolean translate='true'], [boolean ssl='false'], [string baseURL=''], [string queryString=''])
Builds a link to a passed event, either SES or normal link