483
Views
4
Comments
How to pass form data from one web screen to another screen through URL 
Question

Hi ,

Please help me on how to pass Form data value from one screen to another screen that only display on header instead of browser. if this navigation is possible Using HTTP POST call, help me to achieve this method.

Thanks,

Hinduswari M


2020-01-01 07-11-22
Pravi Gupta

Hi Hindhu,

To pass data from one webscreen to another webscreen simply use the input parameters.

UserImage.jpg
Hindhu Murali

yes. but I am in need to hide Form data in another web screen after navigation.

2021-09-30 18-08-20
snetopt

Hi,

If what you want is to hide the values from the URL, then you could use session variables to jold the form data.


Regards

2020-01-01 07-11-22
Pravi Gupta

Hi Hindhu,

If you want to encrypt the parameter's value from the URL, then refer this post.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.