Here is the setup: migrating a page that takes an encrypted string from a query string and processes it to redirect to the wanted page.The problem: The querystring is too long (8760) and the result...
I am trying to split my url to return all the query parameters in a string following the @?@. I am then going to take that value and append it to the button click that will redirect to another page...
Hi, I am using Kentico forms to create a form. I need to use the value of the query string in one of the text input in the form which will be hidden and When user submits the form, the value of the...
Kentico 11: Question -- is it possible to add a Querystring to a Form's @After the from is submitted@ option of Redirect to URL? Is a specific macro syntax to be added? Thanks.
I looked in the Kentico documentation for information on what this method does, but I was unable to find it when I did a search through the Kentico documentation, I don't see this method listed at ...
I have been trying to create a dynamic custom report that displays a search query based on a bizForm field value. I want to use a URL variable reference and use the QueryString function to place i...
I would like to load a page with the UniversalViewerWithCustomQuery webpart using a query string parameter in the page URL: Page URL w/ Query string parameter: mysite\home\mypage.aspx?id=3My Conten...
I would like to get itemID from query string and get name of item from custom table like http://www.abc.com?itemid=123. how can i use below macro expression to get from querystring?{%GlobalObjects....
I have a custom Data Source web part that I've written, BUT it does not hook up to a SQL data source. It hooks up to a custom external REST API, and the data is massaged so that it can be used as a...
The custom redirection module not redirecting such URLs that contains query string and resulting in 404 error page. I need to redirect this URL https://www.abc.com/contact-us?refer= to https://www....