Are you asking for the html code? Because will need a server side script to send the mail and it must be formatted according to RFC standards for maximum compatibility with email agents.
Thank you for your answer. Up to now I have managed to make the form and the PHP script to be sent and print formated in the receiver email.
It seems to work but when I point to this page in the server, it sends an empty form first, after I fill it send the correct one.
What is wrong (maybe all is because I am new to this). I have edited the tables just to show the head and the first line but I can't sent it to you using the WriteComment because keeps showing a small red lable ValidateLenght.
Please help.
Thanks
what do you have so far?
It seems to work but when I point to this page in the server, it sends an empty form first, after I fill it send the correct one.
What is wrong (maybe all is because I am new to this). I have edited the tables just to show the head and the first line but I can't sent it to you using the WriteComment because keeps showing a small red lable ValidateLenght.
How can I send you the code?
Best regards from Spain
#container {
background-image: url(imagenes/);
background-repeat: no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
td img {display: block;
}
.Estilo13 {
color: #FF0000;
font-weight: bolder;
}
.Estilo16 {
color: #000000;
font-size: 16;
font-weight: bold;
}
.Estilo17 {
color: #000000;
}
.Estilo14 {
font-size: 9px;
}
.Estilo18 {
color: #FFFFFF;
}
.Estilo19 {
color: #0066FF;
font-style: italic;
}
.style1 {
font-size: 16;
}
.style2 {
font-size: 12px;
}
.style14 {
color: #0000FF;
}
.style13 {
color: #FF0000;
}
.Tamaño16 {
font-size: 16px;
}
.style12 {
font-size: 24px;
color: #0000FF;
}
.style4 {
color: #000066;
}
Regards
Stjepo
if (table filled) {
sendmail(to, subj, table, headers)
} else {
echo table
}
that is the idea not the real code.