Hi all web master's and sifu's, I want get data directly to my email when people click this submit button, here I'm attach the screen shot, and the exact link is here:http://gadgetcroc.com/homestay/ . I'm really appreciate your answers, thank you very much.
@mokah Hi, thank you for your answer. I'm try to use php script but when I'm click the button it have no contain in my email. Can you show me the code please?I'm sorry coz I'm very new in html&css.
Hello botakilmu as i understand your question you should try this code <CENTER> <FORM METHOD=POST ACTION="mailto:someone@$nailmail.com" ENCTYPE="text/plain"> <INPUT TYPE="text" NAME="username"> : name <BR> <INPUT TYPE="text" NAME="email"> : email <BR> comments <BR> <TEXTAREA NAME="COMMENTS" ROWS="10" WRAP="hard"> </TEXTAREA> <INPUT NAME="redirect" TYPE="hidden" VALUE="index.html"> <INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html"> <BR> <INPUT TYPE="submit" VALUE="Send"> <INPUT TYPE="reset" VALUE="Clear"> </FORM> </CENTER> <!-- END OF FORM --> Code (markup): i think that will be helpful for you.