logo
Documents & Forms
Microsoft 365 & SharePoint Tools
Classic SharePoint Tools

T-Shirt Order Form

Boost your sales and streamline the ordering process with our free custom T-shirt order form template. Ideal for e-commerce and clothing stores, this form captures size, design preferences, and shipping information. Users can choose from predefined prints or upload their own, instantly seeing the total price of their order. Effortlessly personalize the form design, embed it to your website, or share it via a link. Receive notifications when a new order is placed and save it to any cloud service or print it to PDF.

Preview
Theme:
Use this template

Structure and logic of the form

  • The form sections are visually divided with Grid containers. Use grids in a form design to simplify layout, ensure consistency, and enhance the user experience.

  • When customer selects the pattern, the source of the Image control changes and image appears over the mockup. Also, the price is calculated based on the pattern; if a customer uploads a custom image, the price will be higher. It's done with a JavaScript function and allows you to create interactive and user-friendly forms. In the same way, you can deactivate fields, make them mandatory, show or hide containers, change element styling, and more. Find code examples in the Manage fields article.

  • To ensure that customers only upload images, the allowed file types are limited. It is done by specifying the allowed file types in the Allowed Ext. property of the Attachments field.

  • The Email field only accept data that matches the specified pattern to ensure users enter valid emails. Patterns are an alternative to the Masked Text field to restrict user input. Choose from predefined patterns or create your own to verify customers information.