![]() |
|
|
text textarea buttons image form < e-mail form > checkbox radio select password hidden layout cgi tags epilogue |
An popular application of html forms is the e-mail form. Below here you will find the complete code for such a form, with a working example. Be aware this is just an example, currently mailto forms are quite poorly supported. The code
<FORM ACTION="mailto:johndoe@aol.com" METHOD="POST" ENCTYPE="text/plain"> The resulting form |
![]() |
|