Hallo,
So sieht ja das standard Kontaktformular von xt:Commerce aus:
.. das gefällt mir aber überhaupt nicht! Wie bekomme ich es denn hin das dieses so aussieht:
Guckt mal, hab hier einen html Code von einer Seite die auch ein solches Kontaktformular verwendet, vielleicht kann man das ja dafür gebrauchen, ich habe aber keine Ahnung wo man dies wie wenn es zu gebrauchen ist einpflegen muss.
Code:
<form name="contact_us" id="contact_us" action="http://www.meinedomain.de/shop/catalog/Kontakt:_:7.html?action=send" method="post" name="contact_us">
<!--<a name="form"></a>-->
<p class="content_image_headline"><img src="templates/xtc4/img/de/timber/kontakt.for.gif" /></p>
<div class="content_img" style="float:right; margin-top: 10px; margin-left: 5px; margin-bottom: 23px; BACKGROUND: url(http://www.meinedomain.de/shop/catalog//templates/xtc4/img/service/world.gif) no-repeat center center"> </div>
<div id="formular" style="margin-top: 10px;">
<p class="col1" style="float:left;"> eMail-Adresse:</p><p class="col2"><input type="text" name="email" /><span style=""> * </span></p>
<p class="col1"> Vorname:</p><p class="col2"><input type="text" name="firstname" value="" /><span style=""> * </span></p>
<p class="col1"> Nachname:</p><p class="col2"><input type="text" name="lastname" value="" /> <span style=""> * </span></p>
<p class="col1"> Firmenname:</p><p class="col2"><input type="text" name="companyname" value="" /></p>
<p class="col1"> Kundennummer:</p><p class="col2"><input type="text" name="customers_id" value="" /> (falls vorhanden)</p>
<p class="col1"> Bestell- /Rechnungsnr.:</p><p class="col2"><input type="text" name="orders_id" value="" /></p>
<div style="width: 600px; margin-bottom: 2px;">
<p class="col1"> Anliegen:</p><p class="col2">
<select style="width: 220px;" name="cause">
<option value="0" >Frage zu einem Produkt</option>
<option value="1" >Frage zum Bestellstatus</option>
<option value="2" >Frage zum Zahlungseingang</option>
<option value="3" >Frage zum Versand</option>
<option value="5" >Fehler melden</option>
<option value="4" >Sonstiges</option>
</select></p>
</div>
<p class="col1" style="width: 540px; margin-bottom: 3px;"> Ihre Nachricht:</p>
<textarea name="message_body" id="message_body" cols="50" rows="15"></textarea>
<div style="clear: both; height: 10px;"></div>
</div>
<!--<div id="icons" class="clear2">-->
<!--<p class="rechts"><input type="image" src="templates/xtc4/buttons/german/arrow_right.gif" alt="Weiter" title=" Weiter " style="margin: 0px 15px 0 15px;" /><a href="/shop/catalog/shop_content.php" onclick="document.contact_us.submit();return false;"><br />Absenden</a></p></div>-->
<center><input style="margin-top:0px; margin-bottom:10px;" type="submit" value="" class="button_submit" alt="senden" title="senden" /></center>
<input type="hidden" name="coID" value="7" />
<!--<p id="account_icons" style="float: right; background: url(templates/xtc4/img/product_background3.gif) repeat-x; line-height: 12px;"><input type="image" src="templates/xtc4/buttons/german/arrow_right.gif" alt="Weiter" title=" Weiter " style="margin: 0px 15px 0 15px;" /><br /><a href="/shop/catalog/shop_content.php" onclick="document.contact_us.submit();return false;">Absenden</a></p>-->
</form>