);
}
diff --git a/src/components/commissions/CommissionOrderForm.tsx b/src/components/commissions/CommissionOrderForm.tsx
index 4ff1d32..d9f6159 100644
--- a/src/components/commissions/CommissionOrderForm.tsx
+++ b/src/components/commissions/CommissionOrderForm.tsx
@@ -5,6 +5,7 @@ import { Button } from "@/components/ui/button";
import {
Form,
FormControl,
+ FormDescription,
FormField,
FormItem,
FormLabel,
@@ -13,10 +14,10 @@ import {
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
import type {
- CommissionCustomInput,
CommissionCustomCard,
CommissionCustomCardExtra,
CommissionCustomCardOption,
+ CommissionCustomInput,
CommissionExtra,
CommissionOption,
CommissionType,
@@ -319,8 +320,15 @@ export function CommissionOrderForm({ types, customCards }: Props) {
Your Name
-
+
+
+ This name will be visible on the commission status page.
+
)}
@@ -339,6 +347,9 @@ export function CommissionOrderForm({ types, customCards }: Props) {
disabled={isSubmitting}
/>
+
+ Will be used for sending the invoice via paypal
+
)}
@@ -357,6 +368,9 @@ export function CommissionOrderForm({ types, customCards }: Props) {
disabled={isSubmitting}
/>
+
+ Optional. But if filled out, we need handle and which platform. Currently supported are fediverse, bsky and telegram
+
)}