I have a simple form in which I have 3 hidden fields, through which I am passing values to another page.
But I don\'t want anyone to see it through view page so
You cannot hide values of hidden form elements. You could encrypt it or try to protect other way, but it will be there.