Cute Editor Form submit inside aspx page

  •  12-17-2007, 2:21 AM

    Cute Editor Form submit inside aspx page

     am facing a strange problem I use the form function of cutesoft to set up the form. After placing the fields and preview the screen in cutesoft I can post an email with the form. When I visit the designed page from the webpage (made in asp.net) I can’t post the email anymore, now the submit button is called for the webpage submit. The link of the submit button is not submit the form anymore

     

    This is the code of the form

     

    <form id=contactform action=mailto:vtuli@v-access.com method=post target=_self encType=text/plain Name="contactform">

                    <br>

                    <div>Company</div>

                    <div><input id=Company style="TEXT-INDENT: 12px" tabIndex=1 maxLength=25 size=25 value=" " Name="Company"></div>

                    <div>&nbsp;</div>

                    <div>Name</div>

                    <div><input id=Name style="TEXT-INDENT: 12px" tabIndex=2 maxLength=25 size=25 value=" " Name="Name"></div>

                    <div>&nbsp;</div>

                    <div><input id=Submit style="TEXT-INDENT: 12px" tabIndex=3 type=submit value=Submit Name="Submit"></div>

                    <div>&nbsp;</div>

                    <div>&nbsp;</div>

                </form>

     

     

    Please Help !!!

    Filed under: ,
View Complete Thread