# Help with PHP Order Form

**URL:** https://forum.kirupa.com/t/help-with-php-order-form/130027
**Category:** Uncategorized
**Created:** [November 30, 2004, 9:45pm UTC](https://forum.kirupa.com/t/help-with-php-order-form/130027 "2004-11-30T21:45:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![l2edsand](https://avatars.discourse-cdn.com/v4/letter/l/ecd19e/32.png) [@l2edsand](https://forum.kirupa.com/u/l2edsand)
#### Post date: [November 30, 2004, 9:45pm UTC](https://forum.kirupa.com/t/help-with-php-order-form/130027/1 "2004-11-30T21:45:59Z")

</div>

Hello…

```
I have an order form that I've created that collects personal information and such... now, I have set amount for the product ($69.95) but at this point they can only buy one at a time... the question is, how can i use a dropdown or input box as the quantity and have the for calculate the amount? For example, the price is $69.95 and the customer would like to buy 3 sets... $69.95 X 3... how can I do that calculation in the form?
```
