Click to See Complete Forum and Search --> : submit forms


nfuego2
04-24-2003, 01:13 PM
trying to create a submit form-having problems with the actual submit part. here's what I have so far....what am I still in need of or...???

<form method="post" encrypt="multipart/form-data, text/plain" action="mailto:fbringas@futurechef.com"

any suggestions?? thanks

pyro
04-24-2003, 01:25 PM
Try this:

<form action="mailto:fbringas@futurechef.com" method="post" enctype="text/plain">