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

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.

    Я маю на уваз? текстове поле. Коли ? 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.

    <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/

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

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

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

    Plugin Author codepeople

    (@codepeople)

    Hello @doradvokat

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

    Ex.

    Best regards.

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