
Originally Posted by
econstas hmm..where to start.
1st: <FORM name=" davar form" method="POST" action="" enctype="multipart/form-data">
Your form needs to have action pointing to your php script. Where you put your multipart setup.. under action => php script
=> mouse pointer on form / right click / properties / action => php script name
= I can help with the look of the form if you want me too.
Back to php script. I am not seeing your code for php script..
If you use the php script from Bluevoda then you will get the email working.