Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 8eb2780

Browse files
author
Mike England
committed
Update GravityForm details
1 parent a755684 commit 8eb2780

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

components/molecules/GravityForm/GravityForm.stories.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,19 @@ Use this component to render a form from the GravityForm block.
240240
<GravityForm {...sampleForm.attributes} />
241241
</Story>
242242
</Canvas>
243+
244+
## How it Works
245+
246+
The `GravityForm` component renders a `Form` component with and maps through fields using the `<Fields />` component.
247+
248+
Checkout [Form](?path=/docs/design-system-molecules-form--component) for more details on how Forms work.
249+
250+
## Field Mapping
251+
252+
All Field mapping is handled by the `<Fields />` component. Each field is mapped during the form render process which pairs GravityForm field data to `validationSchema` and `Field` components.
253+
254+
See [Fields](?path=/docs/design-system-molecules-gravityform-fields--page)
255+
256+
## Form submissions
257+
258+
Feature not completed at this time.

0 commit comments

Comments
 (0)