function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Santoshi K VSantoshi K V 

inputHidden

Hi Team,

Where exactly we can use 'inputHidden' tag-input fields. {scenario} ?
mukesh guptamukesh gupta
Hi SAntoshi,

An HTML input element of type hidden, that is, an input element that is invisible to the user. Use this component to pass variables from page to page.

Please follow below url for your solution:-

https://www.salesforcetutorial.com/use-apexinputhidden-tag/

if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh 
Padma ShruthiPadma Shruthi
Hi Santoshi,

In HTML 'inputHidden' is usually used to create Password to enter encrupted text.
aparna kantuaparna kantu
Hi Santoshi ,
The <input type="hidden"> defines a hidden input field.

A hidden field let web developers include data that cannot be seen or modified by users when a form is submitted.

A hidden field often stores what database record that needs to be updated when the form is submitted.