hallo..
so ich bin ganz begeistert von pil_mailform.
sehr gut. klappt auch.
nur habe ich grad noch 2 schönheistfehler:
1.
beim bestätigen zum senden, öffnet sich ein neues fenster.. ich haetts aber gerne ohne neuem fenster? kann ich das anpassen?
2. das überprüfen der pflichtfelder klappt. nur leider das einblenden der fehlermarke funktioniert nur tadelos bei der email.. aber meine anderen beiden pflilchtfelder nicht.
wo muss das stehn?
folgend mein code für die beiden felder:->
HTML-Code:
<td align="right" class="###NAME_ERR###">Vorname, Name: <font color="red">###NAME_ERR###</font></td> <td><img src="clear.gif" alt="" width="5"></td> <td><input type="text" name="tx_pilmailform_pi1[text][name]" value="###NAME_VAL###" size="35"></td> </tr> <tr> <td align="right" class="###EMAIL_ERR###">Email: <font color="red">###EMAIL_ERR###</font></td> <td><img src="clear.gif" alt="" width="5"></td> <td><input type="text" name="tx_pilmailform_pi1[text][email]" value="###EMAIL_VAL###" size="35"></td> </tr> <tr> <td align="right" class="###ANGEBOT_ERR###">Angebot: <font color="red">###ANGEBOT_ERR###</font></td> <td><img src="clear.gif" alt="" width="5"></td> <td><select name="tx_pilmailform_pi1[select][angebot]" size="1"> <option value="Hier Angebot auswählen!" >Hier Angebot auswählen!</option> <option value=""></option> <option value="-------------------------">-------------------------</option> <option value="Zauberhafte Erfrischung" ###ANGEBOT_ZAUBERHAFT_VAL###>Zauberhafte Erfrischung</option> <option value="-------------------------">-------------------------</option> <option value="Im Garten Eden" ###ANGEBOT_GARTENEDEN_VAL###>Im Garten Eden</option> <option value="-------------------------">-------------------------</option> <option value="Ein Tag im Morgenland" ###ANGEBOT_MORGENLAND_VAL###>Ein Tag im Morgenland</option> <option value="-------------------------">-------------------------</option> </select></td>
grusz Sven