From c6d4902afc6aa9f6d8d74536cdb08f12574a2975 Mon Sep 17 00:00:00 2001 From: Chirag Matholiya Date: Wed, 20 Jun 2018 16:41:54 +0530 Subject: [PATCH] Update checkout_form.md --- guides/v2.1/howdoi/checkout/checkout_form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.1/howdoi/checkout/checkout_form.md b/guides/v2.1/howdoi/checkout/checkout_form.md index e2bdaeb4795..0ac2aa50d8d 100644 --- a/guides/v2.1/howdoi/checkout/checkout_form.md +++ b/guides/v2.1/howdoi/checkout/checkout_form.md @@ -255,7 +255,7 @@ The following code sample shows configuration of the form that contains four fie ### Dynamically defined forms {#dynamic_form} -Dynamically defined, or dynamic, forms are the forms where the set or type of fields can change. For example, the fields displayed on the checkout form depend on the Admin settings: depending on the Admin > Stores > Configuration > Customers > Customer Configuration > Name and Address Options. +Dynamically defined, or dynamic, forms are the forms where the set or type of fields can change. For example, the fields displayed on the checkout form depend on the Admin settings: depending on the **Admin > Stores > Configuration > Customers > Customer Configuration > Name and Address Options**. For such forms, you must implement a [plugin]({{ page.baseurl }}/extension-dev-guide/plugins.html) for the `\Magento\Checkout\Block\Checkout\LayoutProcessor::process` method. A plugin can add custom fields definitions to layout at run-time. The format of the field definition is the same as for fields defined in layout.