Custom fields
A custom field is a property that allows users to enter text into a user interface. For example, you might want to create a custom field that collects delivery instructions from customers. This guide introduces how custom fields work, and describes the available resources that you can use to build custom fields.
How it works
Anchor link to section titled "How it works"You can use a checkout UI extension to build a custom field. The following example shows a custom field that collects delivery instructions and renders at the Checkout::ShippingMethods::RenderAfter
extension point:
Getting started
Anchor link to section titled "Getting started"Follow the getting started tutorial to learn how to build custom fields in checkout.
Developer tools and resources
Anchor link to section titled "Developer tools and resources"Explore the following developer tools and resources to get familiar with building custom fields.
- Learn how to add custom fields to checkout that customers can use to add delivery instructions to their order.