Creating reusable forms
The gadget spec URL could not be found



In this section, we will implement the reusable forms: CustomerDetails, OrderDetails and ProductOrders.

Reusable "CustomerDetails" form
  
Create a new "CustomerDetails" form as shown in the screen capture.

Title: "Customer Details"

Form display fields:  Customer Name, Customer Email, Customer Phone.
 
Add the labels for customer name, customer email and customer phone using the named cell widget.
   
   


Reusable "OrderDetails" form
  
Create a new "OrderDetails" form as shown in the screen capture.

Title: "Order Details"

Form display fields:  Order ID, Order Date, Order Status, Order Fulfillment Date, Number of Items, Total Order Amount.
   
Add the labels for Order ID, Order Date, Order Status, Order Fulfillment Date, Number of Items, Total Order Amount using the named cell widget.
   
   


Reusable "ProductOrders" form
  
Create a new "ProductOrders" form as shown in the screen capture.

Title: "Product Orders"
   
Insert the product orders form fields using the one-many widget.

Add the following form fields:
  • Category Description
  • Product Description
  • Colour
  • Size
  • Product Price
  • Quantity
  • Amount
Replace the default input form fields with label fields using the name cell widget.

What's the next step?

Creating customer view form.