Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 2.52 KB

File metadata and controls

62 lines (34 loc) · 2.52 KB
versionFrom versionTo meta.Title meta.Description
8.0.0
9.0.0
Umbraco Forms Developer Documention
Developer documentation covering retrieving data, how to extend the system by hooking into the provider model, and describes the available events and workflows you can use to extend or integrate Umbraco Forms.

Developer Documentation

Developer documentation covers working with Umbraco Forms from a developer standpoint. It covers retrieving data, extending the system by hooking into the provider model, and describing the events and workflows available to extend or integrate Umbraco Forms.

Ensure you have the necessary client dependencies before adding a Form to your site.

Control where you want Forms to render its JavaScript.

Themes provide an easier and efficient way of rendering Form HTML markup replacing the methods used in version 4.x.

Custoimize your Forms your way. You have full control over your Form's HTML markup and styling.

Sends custom HTML email templates using the Send email with template (Razor) workflow.

Fetch and display record data from your Razor macros.

Persist all data from Umbraco Forms in the database. Configure your Umbraco Forms installation to migrate all forms data into the Umbraco database.

Extend Umbraco Forms with your own custom providers.

Look at some of the available configuration options to modify how Umbraco Forms works.

Learn about the magic string formats that Umbraco Forms supports that can retrieve information from various sources such as Session, Cookies, Umbraco Page Fields, Member fields, Form fields to use in workflows.

Introducing the health checks provided to confirm your Umbraco Forms installation is running as intended. Understand how to handle any issues reported.

Discusses how the backoffice for Umbraco Forms is available translated into the language your editors like to work with.

Adding an Umbraco content app to the Umbraco Forms backoffice section.