[TYPO3-german] Mailformplus und div

Christian Wolff Chris at connye.com
Thu Jun 28 11:16:42 CEST 2007


Hallo ich würde sagen du verwendest Mailform und nich mailformplus.

bei Mailformplus must du ein eigenes .html template für dein formular hinterlegen.
dort hast du dann auch die ganze "Macht" von html. das standar mailform macht ein paar
unschöne sachen. und es ist nicht so flexibel.

guck dir einfach mal die extension mailform plus an. und guck ins handbuch wie man sie einbindet.
http://typo3.org/extensions/repository/view/th_mailformplus/4.0.0/

gruss chris

Am Thu, 28 Jun 2007 11:07:28 +0200 hat <marko.hoffmann at yes-globushaus.de> geschrieben:

> Moin Liste,
>
> ich habe gerade ein Mailformular erstellt was soweit auch funktioniert. Leider werden mir dort die einzelnen Labels und Inputfelder in div's abgelegt was ich gerne umgehen möchte. Gibt es die Möglichkeit im Setup des Templates die div's für Mailformplus zu deaktivieren?
>
> Als Beispiel wie es ausgegeben werden sollte:
>
> <h1>Kontakt</h1>
> <form action="<?php echo $_SERVER['PHP_SELF']; ?>"	method="POST">		
>  	<p>				
>     <label>Name</label>
>     <input name="name" value="Ihr Name" type="text" size="30"	/>
> 					
>     <label>Email</label>
>     <input name="email" value="Ihre Email" type="text" size="30"	/>
> 									
>     <br />
>     <input name="submit" class="button" type="submit"	/>		
>   </p>
> </form>
>
> Typo3 erstellt es mir so:
>
> <h1>Kontakt</h1>
> <form action="index.php?id=3" id="mailform" name="mailform" enctype="multipart/form-data"
> 	method="post" target="_top" onsubmit="return validateForm('mailform','name,Name%3A,email,Email%3A','','','')">
>
> <div style="display:none;">
> 	<input type="hidden" name="html_enabled" id="mailformhtml_enabled" value="" />
> 	<input type="hidden" name="subject" id="mailformsubject" value="Eine Nachrichte für Sie" />
> 	<input type="hidden" name="locationData" value="3:tt_content:2" />
> </div>
> <div class="csc-mailform-field">
> 	<label for="mailformname">Name:</label>
> 	<input type="text" name="name" id="mailformname" size="40" value="Ihr Name" />
> </div>
>
> <div class="csc-mailform-field">
> 	<label for="mailformemail">Email:</label>
> 	<input type="text" name="email" id="mailformemail" size="40" value="Ihre Emailadresse" />
> </div>
>
> <div class="csc-mailform-field">
> 	<input type="submit" name="formtype_mail" id="mailformformtype_mail" value="senden" class="csc-mailform-submit" />
> </div>
> </form>
>
> Grüße Marko
>
>
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>
>



-- 
christian wolff - multimedia producer
telefon: (030) 789 134 99
handy: 0179 49 44 758
email: chris at connye.com
adresse: schenkendorfstr. 6 - 10965 berlin


More information about the TYPO3-german mailing list