|
1 | 1 | # Table of contents |
2 | 2 |
|
3 | 3 | * [Umbraco Forms Documentation](README.md) |
| 4 | +* [Legacy Documentation](legacy-documentation.md) |
4 | 5 | * [Release Notes](release-notes.md) |
5 | 6 |
|
6 | 7 | ## Installation |
|
11 | 12 | ## Upgrading |
12 | 13 |
|
13 | 14 | * [Upgrading Umbraco Forms](upgrading/manualupgrade.md) |
14 | | -* [Version Specific Upgrade Notes](upgrading/version-specific/README.md) |
15 | | - * [Migration IDs](upgrading/version-specific/migration-ids.md) |
| 15 | +* [Version Specific Upgrade Notes](upgrading/version-specific.md) |
| 16 | +* [Migration IDs](upgrading/migration-ids.md) |
16 | 17 |
|
17 | 18 | ## Editor |
18 | 19 |
|
19 | 20 | * [Creating a Form - The basics](editor/creating-a-form/README.md) |
| 21 | + * [Form Settings](editor/creating-a-form/form-settings.md) |
| 22 | + * [Form Information](editor/creating-a-form/form-info.md) |
| 23 | + * [Overview Of The Field Types](editor/creating-a-form/fieldtypes/README.md) |
| 24 | + * [Date](editor/creating-a-form/fieldtypes/date.md) |
| 25 | + * [File Upload](editor/creating-a-form/fieldtypes/fileupload.md) |
| 26 | + * [reCAPTCHA V2](editor/creating-a-form/fieldtypes/recaptcha2.md) |
| 27 | + * [reCAPTCHA V3](editor/creating-a-form/fieldtypes/recaptcha3.md) |
| 28 | + * [Setting-up Conditional Logic on Fields](editor/creating-a-form/conditional-logic.md) |
| 29 | +* [Attaching Workflows](editor/attaching-workflows/README.md) |
| 30 | + * [Workflow Types](editor/attaching-workflows/workflow-types.md) |
| 31 | +* [Viewing And Exporting Entries](editor/viewing-and-exporting-entries.md) |
| 32 | +* [Defining And Attaching Prevalue Sources](editor/defining-and-attaching-prevaluesources/README.md) |
| 33 | + * [Prevalue Source Types Overview](editor/defining-and-attaching-prevaluesources/prevalue-source-types.md) |
20 | 34 |
|
21 | 35 | ## Developer |
22 | 36 |
|
23 | 37 | * [Property Editors](developer/property-editors.md) |
24 | 38 | * [Preparing Your Frontend](developer/prepping-frontend.md) |
| 39 | +* [Rendering Forms](developer/rendering-forms.md) |
| 40 | +* [Rendering Forms Scripts](developer/rendering-scripts.md) |
| 41 | +* [Themes](developer/themes.md) |
| 42 | +* [Custom Markup](developer/custom-markup.md) |
| 43 | +* [Email Templates](developer/email-templates.md) |
| 44 | +* [Working With Record Data](developer/working-with-data.md) |
| 45 | +* [Umbraco Forms in the Database](developer/forms-in-the-database.md) |
| 46 | +* [Extending](developer/extending/README.md) |
| 47 | + * [Adding A Type To The Provider Model](developer/extending/adding-a-type.md) |
| 48 | + * [Setting Types](developer/extending/setting-types.md) |
| 49 | + * [Adding A Field Type To Umbraco Forms](developer/extending/adding-a-fieldtype.md) |
| 50 | + * [Excluding a built-in field](developer/extending/excluding-a-built-in-field.md) |
| 51 | + * [Adding A Prevalue Source Type To Umbraco Forms](developer/extending/adding-a-prevaluesourcetype.md) |
| 52 | + * [Adding A Workflow Type To Umbraco Forms](developer/extending/adding-a-workflowtype.md) |
| 53 | + * [Adding An Export Type To Umbraco Forms](developer/extending/adding-a-exporttype.md) |
| 54 | + * [Adding a Magic String Format Function](developer/extending/adding-a-magic-string-format-function.md) |
| 55 | + * [Adding A Server-Side Notification Handler To Umbraco Forms](developer/extending/adding-an-event-handler.md) |
| 56 | + * [Adding a Validation Pattern](developer/extending/adding-a-validation-pattern.md) |
| 57 | + * [Customize Default Fields and Workflows For a Form](developer/extending/customize-default-workflows.md) |
25 | 58 | * [Configuration](developer/configuration/README.md) |
| 59 | + * [Forms Provider Type Details](developer/configuration/type-details.md) |
| 60 | +* [Webhooks](developer/webhooks.md) |
| 61 | +* [Security](developer/security.md) |
| 62 | +* [Magic Strings](developer/magic-strings.md) |
| 63 | +* [Health Checks](developer/healthchecks/README.md) |
| 64 | + * [Apply keys and indexes](developer/healthchecks/apply-keys.md) |
| 65 | + * [Apply keys and indexes for forms in the database](developer/healthchecks/forms-in-the-database-apply-keys.md) |
| 66 | +* [Localization](developer/localization.md) |
| 67 | +* [Headless/AJAX Forms](developer/ajaxforms.md) |
| 68 | +* [Block List Labels](developer/blocklistfilters.md) |
| 69 | +* [Field Types](developer/field-types.md) |
| 70 | +* [Storing Prevalue Text Files With IPreValueTextFileStorage](developer/iprevaluetextfilestorage.md) |
26 | 71 |
|
27 | 72 | ## Tutorials |
28 | 73 |
|
|
0 commit comments