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.

Submit button position after ReCaptcha

Mehr
6 Jahre 11 Monate her #4420 von ferino
Submit button position after ReCaptcha wurde erstellt von ferino
Hello,
I have installed Visforms 3.9.0 on Joomla 3.7.2
When I set up your captcha, the submit button is nicely centered under it.
But when I set google recaptcha, the button is next.
Could you do something about it? :)
Thanks.

Mehr
6 Jahre 11 Monate her #4422 von Administrator AV
Administrator AV antwortete auf Submit button position after ReCaptcha
Hi,

without taking a look at the website with the googel recaptcha I cannot help you.
This is probably the result of css from your template.

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
6 Jahre 11 Monate her #4423 von ferino
Hi,
This is shown on several of my pages, e.g.
Code:
http://www.karavany-na-prenajom.sk/rezervacia-karavanu-0
It also overlaps with the text: "Required."

Mehr
6 Jahre 11 Monate her #4425 von Administrator AV
Administrator AV antwortete auf Submit button position after ReCaptcha
Well,

at the moment you have enabled the Visforms Captcha and that looks quite fine.

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
6 Jahre 11 Monate her #4427 von ferino
Sorry, I probably did not clear the cache.

Please try to look now.

Mehr
6 Jahre 11 Monate her #4432 von Administrator AV
Administrator AV antwortete auf Submit button position after ReCaptcha
Hi,

thanks for this example.
You are right, that this does not look to good.
The problem is, that the recaptcha is completely rendered by Google as an Iframe inside the form, so I do not have much control over the layout. Nevertheless it is possible to let it look better.

You can add some custom css
Please check out the documentation article www.vi-solutions.de/en/documentations/vi...form-layout-with-css to learn how to add custom css to Visforms.

The following css should work for your website

.captchaCont {
min-height: 100px;
padding-left: 200px;
}
@media (max-width: 767px) {
.captchaCont {
min-height: 150px;
}
#captcha-lbl {
width: 100%;
}
}

(The @media adds css for small devices)

Each form has a specific id in html context. The form on the page with your link for example #visform1
If you have to make it more specific, so that it works only on a specific form, you have to use this id with your css selector.
For example
#visform1 .captchaCont {
min-height: 100px;
padding-left: 200px;
}
@media (max-width: 767px) {
#visform1 .captchaCont {
min-height: 150px;
}
#visform1 #captcha-lbl {
width: 100%;
}
}

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 :-).

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum