What is the use of Form "Hidden Fields" | Adobe Higher Education
Skip to main content
Level 3
October 16, 2015
해결됨

What is the use of Form "Hidden Fields"

  • October 16, 2015
  • 5 답변들
  • 2953 조회

I am trying to use "Hidden Field" in AEM Forms , but when I drop the hidden fields in to my forms area this field is not visible . My understanding is during design of Page I should be able to see the hidden fields and set name, id and values but there is no option I can find. 

Please advice how to use hidden fields , a detail step and use will help.

Thanks in advance.

최고의 답변: Mshaji

Yes, this is html form hidden field, it won't be visible to user. Usually this field is needed if you want to perform some action after submitting form or some hidden data is required in post processing.

5 답변

MshajiCommunity Advisor답변
Community Advisor
October 16, 2015

Yes, this is html form hidden field, it won't be visible to user. Usually this field is needed if you want to perform some action after submitting form or some hidden data is required in post processing.

Mahamood작성자
Level 3
October 16, 2015

Do you have sample steps to explain in detail that will really help.

Mahamood작성자
Level 3
October 16, 2015

thanks for your response , it that mean for author hidden fields should not be available as they will not able to do any thing on this fields. It is more for the developer only. Is that correct understanding.

Sham_HC
Level 10
October 16, 2015

At time of designing the page you should be able to see hidden field, otherwise how can you configure. Refer attached video. https://vimeo.com/110889211

AmitVishwakarma
Community Advisor
Community Advisor
January 18, 2025

In AEM Forms, Hidden Fields are used to store data that users cannot see or interact with, but can be submitted with the form. These are commonly used for tracking or passing data (e.g., form metadata, user session data, or specific values required for form processing).

To use Hidden Fields in AEM Forms:

  1. Drag and Drop: In the form editor, drag a "Hidden Field" from the form components palette to your form.
  2. Configure Hidden Field: You won’t see it on the form visually, but you can configure it by selecting the field. Set its Name, ID, and Value.
  3. Set Default Value: The hidden field can have a default value or dynamically set its value via form logic or scripting.
  4. Submission: When the form is submitted, the hidden field’s value is sent along with other form data.

It doesn't appear in the user interface but still submits with the form when the user submits it.