Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Due to public holidays and vacations, longer response times can be expected for inquiries in the forum between May 18, 2024 and June 2, 2024.

arrow at end of text field

More
10 years 5 months ago #328 by Nidwe1967
arrow at end of text field was created by 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?

More
10 years 5 months ago #329 by Administrator AV
Replied by Administrator AV on topic 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 :-).

More
10 years 5 months ago #331 by Administrator AV
Replied by Administrator AV on topic 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 :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum