# Form Runner

- [Overview](/form-runner/overview.md)
- [Architecture](/form-runner/overview/architecture.md)
- [Access form data](/form-runner/overview/access-form-data.md)
- [Integration](/form-runner/overview/integration.md)
- [Terminology](/form-runner/overview/terminology.md)
- [Components](/form-runner/components.md)
- [Alert dialog](/form-runner/components/alert-dialog.md)
- [Attachment](/form-runner/components/attachment.md)
- [Autocomplete](/form-runner/components/autocomplete.md)
- [Captcha](/form-runner/components/captcha.md)
- [Character counter](/form-runner/components/character-counter.md)
- [Checkbox input](/form-runner/components/checkbox-input.md)
- [Currency](/form-runner/components/currency.md)
- [Dropdown date](/form-runner/components/dropdown-date.md)
- [Dynamic data dropdown](/form-runner/components/dynamic-data-dropdown.md)
- [Error summary](/form-runner/components/error-summary.md)
- [Grid](/form-runner/components/grid.md)
- [Handwritten signature](/form-runner/components/handwritten-signature.md)
- [Image](/form-runner/components/image.md)
- [Image annotation](/form-runner/components/image-annotation.md)
- [Image attachment](/form-runner/components/image-attachment.md)
- [Map](/form-runner/components/map.md)
- [Number](/form-runner/components/number.md)
- [Open selection](/form-runner/components/open-selection.md)
- [Repeater](/form-runner/components/repeater.md)
- [Rich text editor](/form-runner/components/rich-text-editor.md)
- [Section](/form-runner/components/section.md)
- [Single-selection tree](/form-runner/components/single-selection-tree.md)
- [Source code editor](/form-runner/components/source-code-editor.md)
- [US phone](/form-runner/components/us-phone.md)
- [US state](/form-runner/components/us-state.md)
- [Wizard](/form-runner/components/wizard.md)
- [XForms inspector](/form-runner/components/xforms-inspector.md)
- [Yes/No answer](/form-runner/components/yes-no-answer.md)
- [Features](/form-runner/features.md)
- [Home page](/form-runner/features/home-page.md)
- [Responsive design](/form-runner/features/responsive-design.md)
- [Localization](/form-runner/features/localization.md)
- [Wizard view](/form-runner/features/wizard-view.md)
- [Lease Feature](/form-runner/features/lease-feature.md)
- [Datasets](/form-runner/features/datasets.md)
- [TIFF production](/form-runner/features/tiff-production.md)
- [Persistence](/form-runner/persistence.md)
- [Using a relational database](/form-runner/persistence/using-a-relational-database.md)
- [Purging old data](/form-runner/persistence/purging-old-data.md)
- [Auditing](/form-runner/persistence/auditing.md)
- [Autosave](/form-runner/persistence/autosave.md)
- [Database support](/form-runner/persistence/database-support.md)
- [Flat view](/form-runner/persistence/flat-view.md)
- [Linking and embedding](/form-runner/linking-and-embedding.md)
- [Linking](/form-runner/linking-and-embedding/linking.md)
- [Java Embedding API](/form-runner/linking-and-embedding/java-embedding-api.md)
- [Liferay full portlet](/form-runner/linking-and-embedding/liferay-full-portlet.md)
- [Liferay proxy portlet](/form-runner/linking-and-embedding/liferay-proxy-portlet.md)
- [Securing Form Runner access](/form-runner/linking-and-embedding/securing-form-runner-access.md)
- [Access control and permissions](/form-runner/access-control-and-permissions.md)
- [Users](/form-runner/access-control-and-permissions/users.md)
- [Deployed forms](/form-runner/access-control-and-permissions/deployed-forms.md)
- [Form fields](/form-runner/access-control-and-permissions/form-fields.md)
- [Editing forms](/form-runner/access-control-and-permissions/editing-forms.md)
- [Owner and group member](/form-runner/access-control-and-permissions/owner-and-group-member.md)
- [Organizations](/form-runner/access-control-and-permissions/organizations.md)
- [Scenarios](/form-runner/access-control-and-permissions/scenarios.md)
- [Styling](/form-runner/styling.md)
- [CSS](/form-runner/styling/css.md)
- [Grids CSS](/form-runner/styling/grids-css.md)
- [Automatic PDF](/form-runner/styling/automatic-pdf.md)
- [APIs](/form-runner/apis.md)
- [Persistence API](/form-runner/apis/persistence-api.md)
- [CRUD](/form-runner/apis/persistence-api/crud.md)
- [Search](/form-runner/apis/persistence-api/search.md)
- [List form data attachments](/form-runner/apis/persistence-api/list-form-data-attachments.md)
- [Form metadata](/form-runner/apis/persistence-api/form-metadata.md)
- [Caching](/form-runner/apis/persistence-api/caching.md)
- [Versioning](/form-runner/apis/persistence-api/versioning.md)
- [Lease API](/form-runner/apis/persistence-api/lease-api.md)
- [Reindexing API](/form-runner/apis/persistence-api/reindexing-api.md)
- [Implementing a persistence service](/form-runner/apis/persistence-api/implementing-a-persistence-service.md)
- [Other APIs](/form-runner/apis/other-apis.md)
- [Duplicate form data](/form-runner/apis/other-apis/duplicate-form-data.md)
- [File scan API](/form-runner/apis/other-apis/file-scan-api.md)
- [Generate XML Schema](/form-runner/apis/other-apis/generate-xml-schema.md)
- [Publish form definition](/form-runner/apis/other-apis/publish-form-definition.md)
- [Run form in the background](/form-runner/apis/other-apis/run-form-in-the-background.md)
- [Data formats](/form-runner/apis/data-formats.md)
- [Form data](/form-runner/apis/data-formats/form-data.md)
- [Date and time](/form-runner/apis/data-formats/date-and-time.md)
- [Form definition](/form-runner/apis/data-formats/form-definition.md)
- [Advanced](/form-runner/advanced.md)
- [Buttons and processes](/form-runner/advanced/buttons-and-processes.md)
- [Syntax](/form-runner/advanced/buttons-and-processes/syntax.md)
- [Core actions](/form-runner/advanced/buttons-and-processes/core-actions.md)
- [Form Runner actions](/form-runner/advanced/buttons-and-processes/form-runner-actions.md)
- [Send action](/form-runner/advanced/buttons-and-processes/form-runner-actions/send-action.md)
- [XForms actions](/form-runner/advanced/buttons-and-processes/xforms-actions.md)
- [Predefined processes and dialogs](/form-runner/advanced/buttons-and-processes/predefined-processes-and-dialogs.md)
- [Client-side JavaScript API](/form-runner/advanced/client-side-javascript-api.md)
- [Custom dialogs/model logic](/form-runner/advanced/custom-dialogs-model-logic.md)
- [Excel import](/form-runner/advanced/excel-import.md)
- [Services](/form-runner/advanced/services.md)
- [Singleton form](/form-runner/advanced/singleton-form.md)
- [Monitoring HTTP requests](/form-runner/advanced/monitoring-http-requests.md)
