* "Ross" <ross@xxxxxxxxxxxxx>: > I would like to send a form to customers to get some information. > > The form will be a HTML email and collect a few bits of data...name. age > etc. > > Can I put this inside an html email so customers do not have to open an > external webpage to fill in the fields. How can this then be processed? Why don't you want the customer to open an external web page? what happens if said customer does not read mail as HTML -- or if security settings in their MTA don't allow submitting forms? or submitting a form in the MTA cannot spawn a browser? (For instance, I use a text-only MTA -- so I won't see the form, and won't be able to submit it. Blind people often use text-based MTAs along with a text-to-speech application.) I understand the idea behind such things, but if you must do it, give a text alternative to the HTML version that can link to an external page with the form. > If this can be done in php then great. If not any other suggestions are > welcome. The form handler can be done in any language you want... so, of course, use PHP! -- Matthew Weier O'Phinney | WEBSITES: Webmaster and IT Specialist | http://www.garden.org National Gardening Association | http://www.kidsgardening.com 802-863-5251 x156 | http://nationalgardenmonth.org mailto:matthew@xxxxxxxxxx | http://vermontbotanical.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php