Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/editing_and_creating_records.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ input gathered from all of the components on the page.

Evolve Forms is _fully backwards compatible_ with Page Layouts, so all of the
existing Page Layouts you have in your org can be easily used with the
framework. Just drag the `Dynamic Forms - Page Layout` component onto the
framework. Just drag the `Evolve Forms - Page Layout` component onto the
Lightning Record Page.

By default, the page layout that is assigned will be rendered. You can also
Expand All @@ -35,7 +35,7 @@ like!

Evolve Forms provides the ability for "Field Sections" to be added to the
Lightning Record Page which are independent of the page layout. Just drag and
drop the `Dynamic Forms - Field Section` component onto the page layout:
drop the `Evolve Forms - Field Section` component onto the page layout:

![Field Section](images/FieldSection.gif)

Expand All @@ -44,7 +44,7 @@ the same set of edit/save/cancel buttons control the entire page.

##### Comma Separated Field API Names

To use the `Dynamic Forms - Field Section` component, enter the "Section Label"
To use the `Evolve Forms - Field Section` component, enter the "Section Label"
you would like to display and the "Comma Separated Field API Names" which you
would like to render. Use the below mapping to label fields as required, read
only, or to insert additional blank spaces:
Expand Down
4 changes: 2 additions & 2 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Select the `c:dynamicFormsOverrideEdit` Lightning Component.

### 2. Modify Lightning Record Page

We are almost complete with the setup. Now, we need to add the `Dynamic Forms -
We are almost complete with the setup. Now, we need to add the `Evolve Forms -
Cancel and Save Buttons` component to the Lightning Record Page, and replace the
standard `Record Detail` component with the `Dynamic Forms - Page Layout`
standard `Record Detail` component with the `Evolve Forms - Page Layout`
component.

![Page Layout and Override](images/PageLayoutAndOverride.gif)
Expand Down