NeoInJS Posted October 6, 2017 Report Share Posted October 6, 2017 I have link (which I use to pass parameters) in HTML Block in a tabular form which redirects me to a Details page. Is there away I can hide the those parameters in the URL? Quote Link to comment Share on other sites More sharing options...
0 douvega Posted October 7, 2017 Report Share Posted October 7, 2017 Hi NeoInJS, I have an idea that might work. Instead of using the HTML block, use the details page option in your tabular report. Once in the details section, add a virtual field and go to the Advanced tab. On load, make the value to be the one you are trying to pass and enable On exit, please save the name of the On exit parameter as you will use it in the next page. Then add a new HTML block and autosubmit the datapage. Now, in your separate Details page, the one where you are receiving the parameters at, make your On exit parameter match with your search criteria. This way you would pass parameters internally in Caspio and they wont be displayed in the URL. I hope it helps or at least gives you an idea. Quote Link to comment Share on other sites More sharing options...
0 nightowl Posted October 11, 2017 Report Share Posted October 11, 2017 Hi NeoInJS, Sending an HTTP POST request comes to mind, but this method requires a back-end server to fetch the posted data. Here are the alternatives: Cookies Browser locationStorage or sessionStorage For the first option, cookies must be enabled in your browser. For the second option, you can take a look at my old forum post: Hope this helps. -nightowl Quote Link to comment Share on other sites More sharing options...
Question
NeoInJS
I have link (which I use to pass parameters) in HTML Block in a tabular form which redirects me to a Details page.
Is there away I can hide the those parameters in the URL?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.