Stephen Lau wrote: > If you do full HTML, you can probably put the form elements in just like > normal. There isn't an easy way to deploy a script to POST/GET to > though. If all you're looking to do is submit the form contents to a > list of people (i.e. the membership committee), it might be > easiest/quickest to just put a PHP script somewhere on another site and > POST to that and have it forward the contents out.
You can put a mailto: url in the action attribute of a form, but it's not exactly recommended practice. -- Alan Burlison --
