I got one form working properly. Then I tried to introduce a second. For a
while, sending information through either form went through just the second.
Then I rearranged some script, and now nothing gets sent at all.
(There's also an email link between the two forms.)
What should be the correct order? Here's the basic code.
<div class="commentf orm">
<form action="MAILTO: timwalters@terr ano.es" method="post">
<br>
<span style="color: rgb(0, 0, 0);">name:</span>
<br>
<input style="color: rgb(0, 0, 0);" name="name"
value="" size="40" type="text">
<br>
<span style="color: rgb(0, 0, 0);">e-mail:</span>
<input style="color: rgb(0, 0, 0);" name="mail"
value="" size="40" type="text">
<br>
</form>
<input value="Send" class="formbutt on" type="submit">
</div>
<br>
<span
style="font-weight: bold; color: rgb(0, 0, 0); font-family: Arial;">
<br>
text:</span>
<div style="font-family: Arial;" class="content" >
<small>
<a
style="font-weight: normal;"
href="mailto:ti mwalters@terran o.es">timwalter s@terrano.es</a>
</small>
</div>
<br>
<div class="commentf orm">
<form action="MAILTO: timwalters@terr ano.es" method="post">
<div style="color: rgb(0, 0, 0); font-weight: bold;">
text</div>
<span style="color: rgb(0, 0, 0);">name:</span>
<br>
<input style="color: rgb(0, 0, 0);" name="name"
value="" size="40" type="text"><br >
<span style="color: rgb(0, 0, 0);">e-mail:</span>
<br>
<input style="color: rgb(0, 0, 0);" name="mail"
value="" size="40" type="text">
<span style="color: rgb(0, 0, 0);">telephone number:</span>
<br>
<input style="color: rgb(0, 0, 0);" name="name"
value="" size="40" type="text">
<br>
<span style="color: rgb(0, 0, 0);">texto: </span>
<br>
<textarea style="color: rgb(0, 0, 0);" name="body"
class="formfiel d" cols="60" rows="20"
id="nucleus_cf_ body"></textarea<br>
</form>
<input value="Enviar" class="formbutt on" type="submit">
</div>
Thanks for any help.
Tim
while, sending information through either form went through just the second.
Then I rearranged some script, and now nothing gets sent at all.
(There's also an email link between the two forms.)
What should be the correct order? Here's the basic code.
<div class="commentf orm">
<form action="MAILTO: timwalters@terr ano.es" method="post">
<br>
<span style="color: rgb(0, 0, 0);">name:</span>
<br>
<input style="color: rgb(0, 0, 0);" name="name"
value="" size="40" type="text">
<br>
<span style="color: rgb(0, 0, 0);">e-mail:</span>
<input style="color: rgb(0, 0, 0);" name="mail"
value="" size="40" type="text">
<br>
</form>
<input value="Send" class="formbutt on" type="submit">
</div>
<br>
<span
style="font-weight: bold; color: rgb(0, 0, 0); font-family: Arial;">
<br>
text:</span>
<div style="font-family: Arial;" class="content" >
<small>
<a
style="font-weight: normal;"
href="mailto:ti mwalters@terran o.es">timwalter s@terrano.es</a>
</small>
</div>
<br>
<div class="commentf orm">
<form action="MAILTO: timwalters@terr ano.es" method="post">
<div style="color: rgb(0, 0, 0); font-weight: bold;">
text</div>
<span style="color: rgb(0, 0, 0);">name:</span>
<br>
<input style="color: rgb(0, 0, 0);" name="name"
value="" size="40" type="text"><br >
<span style="color: rgb(0, 0, 0);">e-mail:</span>
<br>
<input style="color: rgb(0, 0, 0);" name="mail"
value="" size="40" type="text">
<span style="color: rgb(0, 0, 0);">telephone number:</span>
<br>
<input style="color: rgb(0, 0, 0);" name="name"
value="" size="40" type="text">
<br>
<span style="color: rgb(0, 0, 0);">texto: </span>
<br>
<textarea style="color: rgb(0, 0, 0);" name="body"
class="formfiel d" cols="60" rows="20"
id="nucleus_cf_ body"></textarea<br>
</form>
<input value="Enviar" class="formbutt on" type="submit">
</div>
Thanks for any help.
Tim
Comment