Welcome Guest, Not a member yet? Register   Sign In
Html form submission error?
#1

[eluser]Unknown[/eluser]
i'm setting up a small home page and in the below html code i do recieve an error on mouse click; warning that my email address will be revealed and send along with the submission.
how do i stop this pop up warning? anyway to modify this code?
i dont want my visitors to encounter this pop up.

<form action="mailto:[email protected]?subject=H… a say" method=post enctype="text/plain">
<div align="center"><font size="2"><b>Answer # 41<i> </i></b></font>
&lt;input type="text" name="Answer" size=22 value=""&gt;
<br>
<font size="2">Name:</font>
&lt;input type="text" name="Name" size=15 value=""&gt;
<br>
<font size="2"> Location: </font>
&lt;input type="text" name="Location" size=12 value=""&gt;
<br>
&lt;input type="submit" value="Send"&gt;
</div>
&lt;/form&gt;
#2

[eluser]Christoffer[/eluser]
Why don't you just use the Codeigniter e-mail class? It's very easy to use...




Theme © iAndrew 2016 - Forum software by © MyBB