From the code bellow i get a mail everytime a user asks me a question. But i also want to make an auto reply to the user, by using the same action with just changing the email to id=epost value.
Help any 1?
Help any 1?
Code:
TABLE id=id_matrix>
<TBODY>
<TR>
<TD vAlign=top><SPAN>Fornavn:</SPAN></TD>
<TD vAlign=top><INPUT id=Fornavn size=50 name=Fornavn></TD></TR>
<TR>
<TD vAlign=top><SPAN>Etternavn:</SPAN></TD>
<TD vAlign=top><INPUT id=Etternavn size=50 name=Etternavn></TD></TR>
<TR>
<TD vAlign=top><SPAN>Epost:</SPAN></TD>
<TD vAlign=top><INPUT id=Epost size=50 name=Epost xsitype="email"></TD></TR>
<TR>
<TD vAlign=top><SPAN>question:</SPAN></TD>
<TD vAlign=top><TEXTAREA id=Sporsmaal name=Sporsmaal rows=5 cols=50 required="True"></TEXTAREA></TD></TR>
<TR>
<TD vAlign=top> </TD>
<TD vAlign=top><INPUT onclick=return(false) onmousedown=jalle() type=submit value="submitting" name=FormControl:_ctl10 method="" action="[URL unfurl="true"]http://localhost/sql_mailto:?to=email&from=ikkesvar@email&subject=my[/URL] subject"></TD></TR></TBODY></TABLE>