Sample Form

Deprecated: Legacy Forms (FormTool, Form Builder)
5.2.0
Deprecated Oct 6, 2019Deprecated in 5.2.0
Recommendation

Use a content type to create a form; use the workflow viewtool or workflow API to ingest each submission as a new contentlet of that content type.

Reason

The Struts architecture to which this tool corresponds has been removed from dotCMS.

** The codeless Form Creation documentation has been deprecated. ** Please see the REST API Form Creation documentation.

Following the steps in the Form Creation documentation creates a form similar to the following form sample (form fields are custom to each form). For complete instructions on creating a Form in dotCMS, please see the REST API Form Creation documentation. This form is a REST API Form and can be found on the demo site at ** https://demo.dotcms.com/admin ** (U: admin@dotcms.com | P: admin). The path to the form is: ** https://demo.dotcms.com/demos/rest-content-save **

Completed Request Prospectus Form

As each form is submitted, an email is sent to that particular form's administrator and a separate piece of content is stored in the content repository.

The codeless Form Creation documentation has been deprecated.