Technical Details
The latest technical documentation about the Form Button Component can be found on GitHub.
Further details about developing Core Components can be found in the Core Components developer documentation.
Configure Dialog
The configure dialog allows the content author to define the parameters of the button.
Properties Tab
-
Type
- Button
- Submit
-
Title - The text displayed on the button
- If none provided it defaults to the button type
-
Name - The name of the button, which is submitted with the form data
-
Value - The value of the button, which is submitted with the form data
-
ID - This option allows to control the unique identifier of the component in the HTML and in the Data Layer.
- If left blank, a unique ID is automatically generated for you and can be found by inspecting the resulting page.
- If an ID is specified, it is the responsibility of the author to make sure that it is unique.
- Changing the ID can have an impact on CSS, JS and Data Layer tracking.
Design Dialog
Styles Tab
The Form Button Component supports the AEM Style System.
Previous pageTitle
Next pageForm Container