Hi, I need to append a short query string to the url from a submitted form, so that the hyperlink created in the view passes the full url with the string. I imagine it's very simple, but I can't figure it out.
Thanks for any help.
I'm pretty sure I don't follow what you're asking so I'll just take a guess that you're looking for this.
Hi Rob, thanks for your reply. Let me try to clarify... I have a form that contains a URL field. The inputed value, in this case from imported CSV tables, is then added to a View as a button or a link. However, I need to append "?dl=1" to the end of the original URL value, so that the href on the rendered button code contains the URL with the query string.
In terms of my ultimate puropoe, I am trying to force downloads instead of rendering the link in a browser. The above query string does that. But if you have another way to do that, let me know.
Thx
Please login or Register to submit your answer