Hey Guys
I have a Contact form Like this :
<form action="comments/UserMailToME" method="post"
name="ContactMeBoard" id="ContactMeBoard"> <label
for="textfield">name</label>
<input type="text" name="textfield" id="textfield" />
<label for="textfield2">e-mail</label>
<input type="text" name="textfield2" id="textfield2" />
<label for="a_url">subject</label>
<input type="text" name="textfield3" id="textfield3" />
<label for="textarea">comment</label>
<textarea name="textarea" id="textarea" rows="5"></textarea>
<label for="textarea"> </label>
<input name="input2" type="submit" class="button"
value="Send" />
<input name="input" type="reset" value="Reset"
class="button" />
</form>
In which i have this text boxes::
+Name +E-Mail +Subject +Content
/
***********************************************************************************/
And I want the code 4 simple e-mail sending in My "UserMailToME"
action .
Regards
Abraham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---