From 9bf4b3655f74cffd41279f44e992029f1e365c6f Mon Sep 17 00:00:00 2001 From: grace potma <67400059+gracepotma@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:23:47 -0700 Subject: [PATCH] Update forms.mdx (#9) --- pages/docs/core-concepts/forms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/core-concepts/forms.mdx b/pages/docs/core-concepts/forms.mdx index 2a988a7..bccdf1e 100644 --- a/pages/docs/core-concepts/forms.mdx +++ b/pages/docs/core-concepts/forms.mdx @@ -1,6 +1,6 @@ # Forms -A form is a collection of form fields classified through `pages` and `sections`. Forms are defined following a schema written in JSON. OHRI forms are leveraging the [AMPATH Forms schema](https://ampath-forms.vercel.app/core-concepts) with a few custom extensions. Below is a snippet of a basic form structure: +A form is a collection of form fields classified through `pages` and `sections`. Forms are defined following a schema written in JSON. O3 forms are leveraging the [forms schema originally created by the AMPATH Form Engine](https://ampath-forms.vercel.app/core-concepts) with a few custom extensions. Below is a snippet of a basic form structure: ```json copy {