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.

arrow at end of text field

Mehr
10 Jahre 5 Monate her #328 von Nidwe1967
arrow at end of text field wurde erstellt von Nidwe1967
Hi,
I would like to have a similar lay-out like the form you have on your website.
With firebug I come close.
At the end of a tekst field I see an up and down Arrow. How can I get rid of this?
All my textfield take two lines. How can I bring it back to one line?
The tekst "required" is above the form, i would like to have it under the form like you ahve. Can you give me a few hints?

Mehr
10 Jahre 5 Monate her #329 von Administrator AV
Administrator AV antwortete auf Re:arrow at end of text field
Hi Nidwe1967,

the explanation for the required star is created by the following code

<?php
//Explantion for * if at least one field is requiered
if ($mandatory == true)
{
?>
<p class="vis_mandatory"><?php echo JText::_( 'COM_VISFORMS_REQUIRED' ); ?> *</p>
<?php } ?>

(about line 130) in compontents/com_visforms/views/visforms(tpl/default.php (for the component) and in modules/mod_visforms/tmpl/default.php (for the module, here about line 126)

You can move that code and place it just above the

<div class="visBtnCon"> (about line 528 in component and 493 in module)
(after the ?> in line 526/491).

Please send me a link to your form to my contact mail (below the forum) so that I can check on the other issues.

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 5 Monate her #331 von Administrator AV
Administrator AV antwortete auf Aw: Re:arrow at end of text field
Hi Nidwe1697,

thanks for the link.

Here the solution so that everybody can profit from the post.

There are two types of text-fields in HTML. So called Textareas and so called Input fields. You have to use Inupt Fields if you want a "normal" Textfield which is one line height. Textareas are bigger boxes for example for notes or comments where users can type in more text.

visForms connect this types of HTML fields to the parameter "Type" in the fields setting. Chooses the type "text" if you want to create an input field (that is what you usually what to have). After selecting the type you can select the parameter "Texttype" where you would usually use text but can also choose email...

Choose "Textarea" only if you cant to create a textarea.

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

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum