[TYPO3-german] Re: Re: Re: mailformplus - Formular wird angezeigt, kein Submit möglich

Andreas Gawelczyk andreas at mytypo.net
Wed Aug 23 16:51:20 CEST 2006


vielleicht hilft dir mein formular template weiter

<!-- ###TEMPLATE_FORM### begin-->
<fieldset class="gbentry"><legend style="color: #333333; ">Eintrag ins 
GB</legend>
<form name="formular" method="post" action="###ACTION_URL###">
Name: <span>###FORM_FIRSTNAME_OBLIGATION###</span><br>
<input style="height: 18px;" type="text" 
name="tx_veguestbook_pi1[firstname]" value="###VALUE_FIRSTNAME###"/><br>
E-Mail: <span>###FORM_EMAIL_OBLIGATION###</span><br>
<input style="height: 18px;" type="text" 
name="tx_veguestbook_pi1[email]" value="###VALUE_EMAIL###" /><br>
Eintrag: <span>###FORM_ENTRY_OBLIGATION###</span><br>
<textarea name="tx_veguestbook_pi1[entry]" style="width: 150px; height: 
150px;">###VALUE_ENTRY###</textarea><br>
<input type="hidden" name="id" value="###PID###" /><input type="hidden" 
name="tx_veguestbook_pi1[submitted]" value="1" />
<div><input style="height: 18px" type="submit" value="###FORM_SUBMIT###" 
/></div>
</form>
</fieldset>
<!-- ###TEMPLATE_FORM### end -->


Nicole Y. Maennl schrieb:
> Andreas Gawelczyk schrieb:
> 
>> versuchs mal mit diesem header
>>
>> <form name="formular" method="post" action="###ACTION_URL###">
>>
>>
>> gruß
>> andy
> 
> Danke für Deinen Hinweis, Andy,
> aber das alleine ist es nicht, bzw. nimmt mir den
> Eintrag in action; habe es gerade getestet.
> 
> Es ergibt im Quelltext:
> <form name="formular" method="post" action="">
> 
> Habe das HTML-Template auch erneut eingebunden, Cache geleert.
> 
> Hoffe auf weitere Hilfen,
> viele Grüße
> 
> Nicole



More information about the TYPO3-german mailing list