• Яким чином можна зробити щоб речення було в одному рядку, оскільки воно при короткому реченні розділяє його і перекидує слова в окремий рядок?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @doradvokat

    Thank you very much for using our plugin. What do you mean exactly? Are you referring to the value in a calculated field?

    The calculated fields use input tags to display the results. If the equation result is too long for the calculated field, you can use it as an auxiliary field, but display the result in a different place.

    If this is the case, and assuming the calculated field’s name is fieldname123, you can insert an “HTML Content” field in the form with a tag in its content to display the result:

    <span data-cff-field="fieldname123"></span>

    And finally, you can hide the calculated field by ticking a checkbox in its settings.

    Best regards.

    Thread Starter Дорожній Адвокат

    (@doradvokat)

    Я маю на увазі текстове поле. Коли є 5 слів у реченні, то не потрібно розділяти аж на 2 рядка і створювати велику форму. Щоб 5 слів було в одному рядку, а не в двох, бо з боків і так є багато вільного місця.

    Plugin Author codepeople

    (@codepeople)

    Hello @doradvokat

    Could you please provide the link to the page containing the form and indicate the text you mentioned? Our plugin does not split the sentences by a predefined number of words. It adjusts the form’s width to its container.

    Best regards.

    Thread Starter Дорожній Адвокат

    (@doradvokat)

    <font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>От якраз я хочу розширити поле для текстової частини, щоб воно не розділяло речення на 2 частини.</font></font>

    https://doradvokat.com.ua/protsedura-oglyadu-na-alkogol-2021-shcho-potribno-znaty-shchob-ne-otrymaty-bezpidstavno-protokol/

    Thread Starter Дорожній Адвокат

    (@doradvokat)

    Вірніше розширити поле для текстової частини, щоб воно не розділяло речення на 2 частини.

    Thread Starter Дорожній Адвокат

    (@doradvokat)

    Вірніше розширити поле для текстової частини, щоб воно не розділяло речення на 2 частини.

    Thread Starter Дорожній Адвокат

    (@doradvokat)

    Ось вигляд як я хочу.

    Plugin Author codepeople

    (@codepeople)

    Hello @doradvokat

    Please select the “Large” option for the “Field size” attribute in the fields settings.

    Ex.

    Best regards.

    Thread Starter Дорожній Адвокат

    (@doradvokat)

    <font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>Ти вказуєш на розмір форми з результатом, а мені потрібно розширити поле для тексту перед результатом.</font></font>

    Plugin Author codepeople

    (@codepeople)

    Hello @doradvokat

    My apologies for the confusion. In this case, you can expand the label area and reduce the area of the input boxes via CSS. Please enter the style definition below through the “Customize Form Design” attribute in the “Form Settings” tab:

    @media print, screen and (min-width: 640px) {
    #fbuilder .right_aligned .fields:not(.section_breaks)>label:not(:empty), #fbuilder [id*="fieldlist"]:not(.right_aligned) .right_aligned.fields:not(.section_breaks)>label:not(:empty) {
            width: 60% !important;
        }
        #fbuilder .right_aligned .fields label:not(:empty) + .dfield, #fbuilder [id*="fieldlist"]:not(.right_aligned) .right_aligned.fields label:not(:empty) + .dfield {
            width: 40% !important;
        }
    }

    Best regards.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Щоб речення було в одному рядку’ is closed to new replies.