[TYPO3-german] TYPO3 8.7 - Problem mit Formular
Johannes C. Laxander
jc at laxander.com
Tue Apr 16 14:02:05 CEST 2019
Bitte mein eben gesandtes Posting ignorieren....
War zu schnell auf dem Sende-Button, sorry!
Johannes.
> -----Ursprüngliche Nachricht-----
> Von: typo3-german-bounces at lists.typo3.org <typo3-german-
> bounces at lists.typo3.org> Im Auftrag von Johannes C. Laxander
> Gesendet: Dienstag, 16. April 2019 14:01
> An: 'German TYPO3 Userlist' <typo3-german at lists.typo3.org>
> Betreff: [TYPO3-german] TYPO3 8.7 - Problem mit Formular
>
> Hallo,
>
>
>
> ich habe dieses kleine Formular (vereinfacht), welches ich per TypoScript
> erzeuge:
>
>
>
> <form action="aktuelleSeite.html" enctype="multipart/form-data"
> method="post" name="plzform" id="plzform">
>
>
>
> <input size="20" id="plzformplz" type="text"
> name="tx_form_form[form][plz]">
>
> <input type="submit" id="plzformsuchen" value="Ihr Ansprechpartner"
> name="tx_form_form[form][suchen]">
>
> </form>
>
>
>
> Es wird eine PLZ eingegeben und das Formular über den Submit-Button
> gesendet.
>
> In action ist die aktuelle Seite angegeben, von der aus auch das
Formular
> gesendet wird.
>
>
>
> Das Ergebnis wird mittels jQuery / JavaScript in einer Fancybox
angezeigt:
>
>
>
> $('document').ready(function() {
> $(".various").fancybox({
> maxWidth : 500,
> maxHeight : 400,
> fitToView : false,
> width : '70%',
> height : '70%',
> autoSize : false,
> closeClick : false,
> openEffect : 'none',
> closeEffect : 'none'
> });
> $(".various").click();
> });
>
>
>
> Nun zu meinem Problem:
>
> Wenn die Fancybox geschlossen wird, ist auf der Seite auch das Formular
>
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
More information about the TYPO3-german
mailing list