Hi
I have added an email page module but i dont how will it work.
I have a field called adress to sent to ....when i mention the adress to be send and send that mail. It will say You must supply your name and a valid email address.
I have mentioned yahoo account
I dono what wrong with it....i m really worried of it can any one plz help me out
plz help me
Thanks in Advance

Comments

adnanshareef’s picture

im am running the same module and its working fine on my side at http://www.laserhairremoval-info.com/feedback . just specify the default email in the admin/settings/form_mail ..

for your ease, here is the form code i am using to send as email

<?php
$form .= form_textfield("Name", "from_name", "", 60, 128);
$form .= form_textarea("Message", "body", "", 60, 15);
$form .= form_submit("Send email");
echo form($form, "post", "form_mail");
?> 

Adnan Shareef
Webmaster
Laser Hair Removal Info Guide