|
Posted by +RoZ on 05/24/05 12:01
hi all!
I use freeform to process in php the post data from an html page.
after I switched to hxtml 1.0 transitional in the document with the
form itself, the email I receive from the php code does not contain
any input entered by the user.
am I missing something?
the php form processing is done by
FreeForm v1.0 - http://www.polyspaston.com (go to software section,
it's freeware).
I changed the doctype of the page and added the ending tags to the
code. I also added the ID property to the input fields.
the form is something similar to:
<form action="http://www.mysite/form%20xhtml.php?subject=mysubject""
method="post" name="contact_form" target="_self" id="form2"
text/plain>
input fields are like:
<input id="name" name="name2" type="text" />
and finally :
<input id="sendemail" name="send" type="submit" value="send it" />
anybody able to explain me where I'm wrong?
thank you in advance.
Robert
Navigation:
[Reply to this message]
|