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.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

Size zetting field

More
3 days 20 hours ago #10857 by markdebokx
Size zetting field was created by markdebokx
Joomla 5.2.0, PHP 8.2, Visforms 5.1.2 (incl subscription)
I'm using visforms for a long time but some strange thing happend. In J5 I'm using a standard form (all standard settings) and the size of the displayed files is about 20 characters. Which (css?) setting is needed to make it 40 characters?
 
  • More
    3 days 18 hours ago #10861 by Administrator IV
    Replied by Administrator IV on topic Size zetting field
    Hello ejbm,

    Thank you for the version information.

    After which change did these 'strange things' first occur?
    Or to put it another way:
    What did you do before, what was the environment in which the forms were displayed as expected?

    Did you perhaps switch from Joomla 4 to J5 and are now using a new template in J5?
    Have you also chosen the right layout UI framework (see below)?

    With a link to the form, however, analyzing the cause should be a small task for me.
    You can see which CSS setting is used in the web browser developer tools.
    Without a link to the form, I can't say anything about that.

    Have you chosen the right layout UI framework?
    I recommend the following sections in the documentation as an introduction to layout configuration and layout issues.
    Layout configuration:
    docs.joomla-4.visforms.vi-solutions.de/e...ayout-configuration/
    Subscription layouts:
    docs.joomla-4.visforms.vi-solutions.de/e...ubscription/layouts/
    Customize the form layout with CSS:
    docs.joomla-4.visforms.vi-solutions.de/e...orm-layout-with-css/

    The basic layout questions and settings are:
    - which UI framework your template uses,
    - which UI framework is set in Visforms (form configuration, tab 'Advanced', group 'Layout'),
    which sub-layout is set in Visforms, if any (form configuration, tab 'Advanced', group 'Layout').

    It is the task of the template to control the display and also to react responsively.
    Optimal results are achieved when the template used implements the UI framework completely and cleanly.

    Summary: The UI framework setting in Visforms must match the UI framework your template uses.

    Kind regards, Ingmar

    :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
    1 day 13 hours ago #10868 by markdebokx
    Replied by markdebokx on topic Size setting field
    www.eftinbrabant.nl/contact-met-eft-in-brabant.html
    So far I've used J4 and J5. Both worked perfectly. This site has been created recently with all the available updates.
    Checked the ui framework version: none / bootstrap 5 and UIkit3 in Visform, tried all. doesn't change anything.
    The UIframework version of J5 I cant find at the moment.
    regards
    Mark

    More
    1 day 12 hours ago #10869 by markdebokx
    Replied by markdebokx on topic Size zetting field
    checked the framework of the template. It should be Bootstrap compatible. I'm using Nicepage - latest version- for building the websites. (J4 and J5)
    If you want: I expected something like
    www.impactopleidingen.nl/inschrijven/inschrijven-workshop.html
    (J4 website)
    www.impact-karma.nl/informatie-gesprek.html
    (J5 website 5.1.4). In both cases the UIframework Visforms is set to None.
    Regards Mark

    More
    1 day 33 minutes ago #10872 by Administrator IV
    Replied by Administrator IV on topic Size zetting field
    Hello Mark,

    The reason is very simple.
    This is not a Bootstrap template.

    The Bootstrap layout implements the CSS classes .col and .row and .form-control.
    These 3 classes are used to control whether an input takes up the width set in the configuration.
    The CSS class .col in conjunction with the Bootstrap CSS width classes .form-control on the input then ensure that the inputs have the correct width.

    As these CSS implementations are completely missing in your case, there is ultimately no size rule for the input element.
    It falls back to the browser standard.

    That is, the inputs are narrow.

    The reason is therefore in the template and another suitable compatible template is the solution.

    Best regards, Ingmar

    :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
    1 day 27 minutes ago #10873 by Administrator IV
    Replied by Administrator IV on topic Size zetting field
    Hello Mark,

    If you are generally happy with the look of the template and just want to customize the width of the inputs, then you can definitely do that.
    You can do that with a bit of custom CSS.
    But the implementation can be a bit more complex until everything looks really nice in the end.

    You can achieve individual changes with your own custom CSS/JavaScript and the Visforms 'Frontend Webassets'.
    Frontend Web Assets:
    docs.joomla-4.visforms.vi-solutions.de/e...-frontend-webassets/
    All settings are made in the form:
    docs.joomla-4.visforms.vi-solutions.de/e...are-made-in-the-form

    Best regards, Ingmar

    :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