Hi,
I need some tips/advice/help for an email form. I've done small PHP email forms with just a few items in it. But, I am doing a larger one now and I need some tips on how to make it email in a easily-readable format, and tie in all the properties in the form. It's kind of like an order-form. Below each picture will be a checkbox group and someone can check however many they would like. At the end of the page there will be a submit button, which will email the items the customer wants to the business. The business will then bill the customer.
This is what it will kind of look like:

So, how would I tie this into a PHP mail-to form to get all these fields in? Thanks for the help!
Q
I need some tips/advice/help for an email form. I've done small PHP email forms with just a few items in it. But, I am doing a larger one now and I need some tips on how to make it email in a easily-readable format, and tie in all the properties in the form. It's kind of like an order-form. Below each picture will be a checkbox group and someone can check however many they would like. At the end of the page there will be a submit button, which will email the items the customer wants to the business. The business will then bill the customer.
This is what it will kind of look like:

So, how would I tie this into a PHP mail-to form to get all these fields in? Thanks for the help!
Q
Comment