Discussions

Tag Filter:
Ok I have scoured for hours on the site looking for something close to what I am needing to do. I would think this is something native to Xmod but I am not sure what you would call it. Is there a way to generate and distribute a link that you could email someone that would have a link or record ID within the URL that would display that specific record when you go to the page when you click it.
Is there a way to use a dash in a Url parameter? something like this [[Url:param-Name]] instead of [[Url:paramName]]
During the May 2016 Usergroup, Paras Daryanani demoed how he had setup the URL to be www.xxxx.com/page ?&Param1=123&Param2=456 into www.xxxx.com/page/123/456 Can someone explain how to do that in a XModPro friendly way?
Is it possible that the word "union" is replaced with " " when I try to use the [[Url:variablename]] tag? When I call a page with "test=testing1234" in the url then [[Url:test]] returns "testing1234" as you would expect. But when I pass "test=testingunion1234" then [[Url:test]] returns "testing 1234" This has broken my application -- please confirm whether or not this is in fact happening somewher
Where I try to use URL to sent parameter with http://intranet/DesktopModules/XModPro/Feed.aspx?xfd=ApprovalTracingStatus&pid=0&TN=Insert_HHApproval_Tracing [[Url:TN]] only get _HHApproval_Tracing, the word 'Insert' will totally lost
Hi Anyone have a good idea how to validate URL's in a form? I've been playing with regular expressions but can't seem to find one that works. thanks Gus
Is it possible to grab values from the hash part of a url for populating controls? The url token doesn't seem to pick those values up.