Joomla 5 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 29. Januar 2024 alle unsere Joomla Erweiterungen mit Joomla 5 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt nun auch eine eigenständige Dokumentation für Visforms für Joomla 4 und für Visforms auf Joomla 5

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Aufgrund von Feiertagen und Urlaub ist bei Anfragen im Forum in der Zeit vom 18. Mai 2024 bis zum 2. Juni 2024 mit verlängerten Antwortzeiten zu rechnen.

No Captcha Error on Submit

Mehr
10 Jahre 2 Monate her #461 von mkadrie
No Captcha Error on Submit wurde erstellt von mkadrie
When I leave the Captcha field blank, it gives me a warning that the code is wrong (not blank). But when I submit the form with a wrong code, I don't get any error at all. The form stays populated and does not submit, but to an end user, there is no way for them to know that the code was wrong.
I'm using version 1.0.6 of Visforms.

The error class on the div is set to display "none" in the CSS. I'm assuming that an error would change that display to "visible", but I don't see anywhere in the JS where that happens.

I don't care if it's the default message or the custom message, I just want the user to know that they have input the wrong code.

Thanks for any help you can give.

Michael Kadrie

Mehr
10 Jahre 2 Monate her #462 von Administrator AV
Administrator AV antwortete auf No Captcha Error on Submit
Hi Michael,

can I have a link to the form?

I will take a look at it as soon as possible.

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

Mehr
10 Jahre 2 Monate her #464 von mkadrie
mkadrie antwortete auf No Captcha Error on Submit
Not sure what happened. I thought I posted the link and now it's not here.
2500smallman.com/contact-us.html
Thanks for the quick reply.

Mehr
10 Jahre 2 Monate her #465 von Administrator AV
Administrator AV antwortete auf No Captcha Error on Submit
Hi Michael,

thanks for the link.
Everything looks fine concerning visforms itself. I tried, just in case, and with the correct captcha I could submit the form. And I could reproduce the behavior you described with incorrect captchas.

The only thing I can think of at the moment is the following.
The validation about whether there is an input in the captcha field at all (not left empty) is done by Javascript on the client. (Which works).
But the captcha validation itself is done on the sever (php). This is always so when you work with captcha, it's how captchas are implemented. So the form is submitted even with an incorrect captcha but the submit is stopped immediately on the server. Visforms throws an error message and shows the form again with all inputs the user has made. The error message is added to the Joomla! message buffer and should be shown with the reloaded form. But it is the job of the template to get the message buffer content and show it. Maybe your template doesn't do the job? Please check your templates index.php. There should be some code like jdoc:include type="message".

Kind Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

Mehr
10 Jahre 2 Monate her #467 von mkadrie
mkadrie antwortete auf No Captcha Error on Submit
I suspected it might be that. I'll look into that and let you know if that fixed it.
Thanks again!

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum