• Resolved dna2023

    (@dna2023)


    we created a calculated field (conditional) in which the results are text messages.

    The problem is that they are long texts (110 characters), and in mobile version the phrase do not appear entirely in the box.
    How can I edit the CSS so that the text area is on multiple lines?

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

    (@codepeople)

    Hello @dna2023,

    Thank you very much for using our plugin.

    It is not a CSS subject. The Calculated Fields use input tags, and the input tags are single line components. They do not accept multiline values. However, our plugin offers an alternative to these cases. To use the Calculated Field as an auxiliary field but display the result in another component.

    The process is very simple, and I’ll describe it with an hypothetical example.

    Assuming the calculated field whose equation’s result is a long text is the fieldname123.

    Insert an “HTML Content” field in the form, and enter a tag in its content indicating the field’s name whose value you want to display:

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

    Finally, since the calculated field is used as an auxiliary, you can hide by ticking a checkbox in its settings.

    Best regards.

    Thread Starter dna2023

    (@dna2023)

    THANK YOU!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Textarea in 2 rows’ is closed to new replies.