Sample Component Output

To experience the Form Container Component as well as see examples of its configuration options as well as HTML and JSON output, visit the Component Library.

Technical Details

The latest technical documentation about the Form Container 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 what actions are taken when the component is submitted.

Depending on the selected Action Type, the available options within the container will change. The available action types are:

Regardless of the type, there are general settings that apply to each action.

Post Form Data

When the form is submitted, the post form data action type will pass the submitted data on to a third party as JSON for processing.

Post Form Data options in Form Container Component's edit dialog

  • Endpoint - The fully-qualified HTTPS service that will process the data
  • Error Message - Message to display if the submission is not successful
TIP
There are additional timeout options which a system administrator can adjust to handle the processing of forwarded form data. See the technical documentation on GitHub for more information.