form mail

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shivu123
    New Member
    • Jul 2008
    • 2

    form mail

    hi

    I have created a web form using html code for front view and java script for form validation.
    my problem is when submiting the form using this code is not hapening <form name="dataform" onSubmit="retur n checkform();" action="mailto: info@***removed ***" method="post" >
    Last edited by acoder; Jul 30 '08, 10:35 AM. Reason: removed email
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Using a mailto for the form action is not reliable. Is there any reason why you can't use server-side code to send email?

    Comment

    Working...