The basic hidden form pattern is : <input type ="hidden" name = "name" value=""> . Which says when we submit the form the name , values we used in the form will be included in methods what ever we use i.e, post, get method. Through which the data that is present in the particular id will get passed along with the form as a hidden field.