viewof cOut = Inputs.form({
price1 : Inputs.text({label:"price1",placeholder:"What is the 1st material price?",type:"number"}),
qty1 : Inputs.text({label:"Qty1",placeholder:"What is the qty Purchased?",type:"number"}),
price2 : Inputs.text({label:"price2",placeholder:"What is the 2nd material price?",type:"number"}),
qty2 : Inputs.text({label:"Qty2",placeholder:"What is the qty Purchased?",type:"number"}),
price3 : Inputs.text({label:"price3",placeholder:"What is the 3rd material price?",type:"number"}),
qty3 : Inputs.text({label:"Qty3",placeholder:"What is the qty Purchased?",type:"number"}),
})