diff --git a/docs/editing_and_creating_records.md b/docs/editing_and_creating_records.md index a63b379..805bd6d 100644 --- a/docs/editing_and_creating_records.md +++ b/docs/editing_and_creating_records.md @@ -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 @@ -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) @@ -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: diff --git a/docs/setup.md b/docs/setup.md index 48e611f..e8f5770 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -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)