Jetzt wolle ich mal nachfragen ob jemand weiß wie man sowas einrichten kann ??
Vielleicht kann mir wer den fertigen Code fürs Gästebuch und Kontaktfomular senden !! Würde euch sehr Dankbar sein.




Stefan
Code: Select all
[BR]
----------------------------------------------------------------------
[B]Die E-Mail wurde erfolgreich versendet.[/B] Sie erhalten [BR]
eine Kopie Ihrer Anfrage.
----------------------------------------------------------------------
Das Team der MyName /Site /......
Code: Select all
[BR]
-------------------------------------------------------------------------
Leider ist ein Fehler beim E-Mailversand aufgetreten. [BR]
Bitte benachrichtigen Sie uns unter [B]info@example.com[/B]
Danke.
-------------------------------------------------------------------------
Das Team der MyName /Site / ......[BR][BR]
Code: Select all
Folgendes Feld wurde nicht ausgefüllt: [B]XXXXXXX[/B][BR][BR]
Code: Select all
Wir freuen uns auf Ihre eMail und werden umgehend zu Ihnen Kontakt aufnehmen.[BR][BR] Vielen Dank.[BR][BR]
Code: Select all
Hallo {name},
die Nachricht wurde übermittelt an info@example.com und wird bearbeitet.
------------------------------------------------------------------------
eMail-Adresse: {email}
Name: {name}
Mitteilung:
{nachricht}
------------------------------------------------------------------------
Gesendet von: info@example.com
Code: Select all
/* -------- contact form --------- */
.contact_form {
border: 1px solid #c8c8c8;
background-color: #f2f2f2; /* #EFEFEF; */
padding: 10px 0 10px 10px;
margin: 0 0 10px 0;
width: 600px;
}
input,textarea,select {
font-family: Arial, Verdana, Helvetica;
font-size: 10pt;
color : #444444;
border : 1px solid #c8c8c8;
background-color : #f7f7f7;
}
.formLabel {
font-family: Arial, Verdana, Helvetica;
font-size: 10pt;
font-weight: bold;
/* vertical-align: top; */
/* padding: 2px 0 0 10px; asterix links */
}
.formLabelRequired {
font-family: Arial, Verdana, Helvetica;
font-size: 10pt;
color: #7F003B;
font-weight: bold;
vertical-align: middle;
padding-top: 2px;
}
.formField {
font-family: Arial, Verdana, Helvetica;
font-size: 10pt;
font-weight: normal;
color: #000000;
vertical-align: middle;
padding-top: 2px;
}
#submitIt {
font-size: 9pt;
font-weight: bold;
color: #000000;
border: 1px solid #000000;
background-color : #DFEEFF;
}
#resetIt {
font-size: 9pt;
font-weight: bold;
color: #000000;
border: 1px solid #000000;
background-color : #FFEDDF;
}
#captchaimg_ { /* No function, if you want, please erase the _ */
font-size: 9pt;
font-weight: bold;
color: #000000;
border: 1px solid #000000;
background-color : #DFEEFF;
}
#captcha_ { /* No function, if you want, please erase the _ */
font-size: 9pt;
font-weight: bold;
color: #000000;
border: 1px solid #000000;
background-color : #FFEDDF;
}
#schlusstext {
font-family: Arial, Verdana, Helvetica;
font-size: 10pt;
font-weight: normal;
}
/* -- end contact form -- */