Adding a Gift Message to Your Box Builder with the Stack Theme ๐
Follow these steps to add a gift message field to a Box Builder form step with “To” and “From” inputs formatted similar to the below image.

Open the Box Builder in the Giftship dashboard.
(Shopify Admin -> Apps -> Giftship -> Manage Box Builders -> Box Builder Name)

Click Add a Step and create a new form step in the Box Builder or click Edit Step to add the gift message to an existing form step.
Add 3 fields to the form step: Text Input for the “To” field, Text Input for the “From” field, and Textarea for the “Gift message” field. Optionally, add a character limit to the Textarea input.
If you are using the Stack Theme, the “To” and “From” fields can be positioned together on the top row of the form by adding the following CSS override in the Box Builder Settings.
(Shopify Admin -> Apps -> Giftship -> Manage Box Builders -> Box Builder Settings)
/** Gift message formatting **/ #boxBuilderRoot .gs__form-step { display: grid; grid-template-columns: 1fr 1fr; }

Can't find the answer in our documentation?
Contact Support Box Builder Premium Themes
Adding a Banner to the Box Builder ๐
Introduction to Box Builder
Creating a Box Builder ๐
Adding an Image to your Box Builder Base Product ๐
Clear the Box Builder Form Once Complete ๐
Adding a Gift Message to Your Box Builder with the Stack Theme ๐
Hide the Stack Theme Box Summary Icon ๐
Displaying Collection Filters in Your Box Builder ๐
Add a Link to Your Box Builder in your Menu ๐
Hiding Sold Out Products From Your Box Builder ๐
Customizing Box Builder Product Display Price on Collection Pages ๐
Adding Bundles when a User Navigates to the Cart Page