1. Dashboard
  2. Articles
  3. Forum
  • Login or register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • More Options
  1. webEdition Forum
  2. Forum
  3. Deutschsprachiges Support Forum
  4. webEdition Administrationsoberfläche
  5. Basisversion

Formular / we:captcha

  • planb
  • January 31, 2024 at 12:00 AM
1st Official Post
  • planb
    Beginner
    Posts
    3
    • January 31, 2024 at 12:00 AM
    • #1

    Hallo ich komme irgendwie mit dem Formular und we:captcha nicht klar. Folgendes Formular funktionier ohne we:captcha ....

    Code
    <we:form type="formmail" subject="Test" recipient="xxx@xxx.de"  from="xxx@xxx.de" name="test" method="post" mimetype="text/html" subject="Test" xml="true" enctype="multipart/form-data">
    	Name: <input name="Name" type="text" />
    	<button type="submit">Absenden</button>
    </we:form>

    ... aber mit we:captcha nicht?

    Code
    <we:form type="formmail" subject="Test" recipient="xxx@xxx.de"  from="xxx@xxx.de" name="test" method="post" mimetype="text/html" subject="Test" xml="true" enctype="multipart/form-data">
    	Name: <input name="Name" type="text" />
    	<we:captcha height="23" width="150" maxlength="5" subset="num" transparent="true" type="png" />
    	Code: <input type="text" name="code" required />
    	<we:ifCaptcha name="code">
    		Richtige Eingabe <we:formmail />
    	<we:else/>
    		Falsche Captcha-Code
    	</we:ifCaptcha>
    	<button type="submit">Absenden</button>
    </we:form>
    Display More

    Wo liegt hier mein Fehler? Es ist aktuell die Version 9.1.6.0 installiert. Vielen lieben Dank für Eure Hilfe :)

  • Finn
    Administrator
    Reactions Received
    10
    Posts
    266
    • January 31, 2024 at 11:54 AM
    • Official Post
    • #2

    Moin Moin,
    die Validierung des Captchas erfolgt auf der Zielseite außerhalb des Formulars.

    Die kannst in der Zielseite z.B. das Captcha prüfen und wenn falsch, mit einem Redirect wieder auf das Formular zurück.

    https://www.wg-werbeagentur.de

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!

Register Yourself Login

Donations

200.00 EUR

Donate now

Tags

  • formmail
  • captcha

Users Viewing This Thread

  • 1 Guest
  1. Privacy Policy
  2. Legal Notice
Powered by WoltLab Suite™