Hi dieselross!
Hier der versprochene php-Code:
Okay! =)
Du hast die Felder <!--ERRORMSG:Foobar-->. Das müsste so aussehen:
<select id= "anrede" name="Anrede" size="1"<!--ERRORMSG:Anrede-->>
<option></option>
<option>Frau</option>
<option>Herr</option>
<option>Firma</option>
</select>
Achte auf die Anzahl der < und >.
In der kontakt.php hast du für jedes ERROR-Feld folgendes:
$FTGErrorMessage['Foobar'] = '';
Und außerdem:
$errorclass = ' class="error"';
Dann kannst du anfangen zu überprüfen und ggf. die Klasse zu generieren:
if (!IsValid($FTGFoobar)) {
$FTGErrorMessage['Foobar'] = $errorclass;
$validationFailed = true;
}
Jetzt musst du im CSS nur noch die Klasse "error" stylen.
Wenn du noch Fragen hast, dann frag ruhig. Aber versuch ruhig erst mal selbst, ein bisschen zu basteln.
MfG H☼psel
--
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)