Norbert1 Posted July 15, 2004 Report Share Posted July 15, 2004 Hallo Forengemeinde, vielleicht k?nnte mir bitte jemand behilflich sein. Ich hab grade die aktuelle Shopsoftware Installiert. Im Kontaktformular da bekomme ich das sehr gross erscheinende Wort "Kontakt" nicht weg oder in einer kleineren Schrift, bei den anderen Content Eintr?gen, da kann ich es selbst in meiner Schriftart die etwas kleiner ist ver?ndern. Wenn ich ?ber Kontakt in dem Feld eine E-Mail Adresse eintrage, dann erscheint bei der empfangenen Mail als Absender-Mailadresse dann nicht dies, sondern der Eintrag aus dem Feld "Ihr Name" Hat jemand ne Idee, wie man das Problem l?sen k?nnte? mfg Norbert Link to comment Share on other sites More sharing options...
Norbert1 Posted July 15, 2004 Author Report Share Posted July 15, 2004 Hallo, das Schriftproblem hab ich selbst gel?st. Nun steht nur noch das Problem, wenn ich im Internet Explorer im Kontaktformular im Feld "Ihre Emailadresse" eine beliebige EMailadresse eingebe, dann findet sich dies in der empfangenen Mail nicht wieder, sondern es steht an der stelle die Eingabe aus dem feldt "Ihr Name". In der contact_us Datei hab ich folgendes stehen: {config_load file="$language/lang_$language.conf" section="contact_us"} <font size="3" face="Verdana, Arial, Helvetica, sans-serif"><strong>{$CONTACT_HEADING}</strong></font><br> <br> {if $error_message!=''} <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main" style="border: 1px solid; border-color: #ff0000;" bgcolor="#FFCCCC"><div align="center">{$error_message}</div></td> </tr> </table> <br> {/if} {if $success!='1'} {$FORM_ACTION} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main">{$CONTACT_CONTENT}</td> </tr> <tr> <td><div align="right"><br> </div></td> </tr> <tr> <td><table width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td class="main" width="150">{#text_name#}</td> <td>{$INPUT_NAME}</td> </tr> <tr> <td class="main">{#text_email#}</td> <td>{$INPUT_EMAIL}</td> </tr> <tr> <td class="main" valign="top">{#text_message#}</td> <td>{$INPUT_TEXT}</td> </tr> </table></td> </tr> <tr> <td></td> </tr> <tr> <td><div align="right">{$BUTTON_SUBMIT}</div></td> </tr> </table> </form> {else} <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td><img src="{$tpl_path}img/checkout_success.gif"></td> <td class="main"valign="top"><br> {#text_success#}<br> <br> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="right"><br> {$BUTTON_CONTINUE}</div></td> </tr> </table></td> </tr> </table> {/if} Hat jemand ne Idee, woran dies liegt? Bitte gebt mir einen Tip. Ich sehe da nicht mehr durch. mfg Norbert Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.