Title: Textarea in 2 rows
Last modified: March 21, 2024

---

# Textarea in 2 rows

 *  Resolved [dna2023](https://wordpress.org/support/users/dna2023/)
 * (@dna2023)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/textarea-in-2-rows/)
 * 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](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/textarea-in-2-rows/#post-17517791)
 * Hello [@dna2023](https://wordpress.org/support/users/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:
 *     ```wp-block-code
       <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](https://wordpress.org/support/users/dna2023/)
 * (@dna2023)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/textarea-in-2-rows/#post-17518516)
 * THANK YOU!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Textarea in 2 rows’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

 * [text formatting](https://wordpress.org/support/topic-tag/text-formatting/)

 * 2 replies
 * 2 participants
 * Last reply from: [dna2023](https://wordpress.org/support/users/dna2023/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/textarea-in-2-rows/#post-17518516)
 * Status: resolved