Title: Text area align
Last modified: November 25, 2023

---

# Text area align

 *  Resolved [itzikn](https://wordpress.org/support/users/itzikn/)
 * (@itzikn)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/text-area-align/)
 * hi,
    1. is it possible to define textarea as right to left RTL?
    2. Is it possible to copy textarea to clipboard by button?
 * thanks

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/text-area-align/#post-17229692)
 * Hello [@itzikn](https://wordpress.org/support/users/itzikn/)
 * Thank you very much for using our plugin.
 * Q: is it possible to define textarea as right to left RTL?
 * A: Yes, that’s possible. Please select the “RTL” choice through the “Direction”
   attribute in the “Form Settings” tab.
 * Q: Is it possible to copy textarea to clipboard by button?
 * A: Yes, that’s possible. Assuming the textarea field is the fieldname123, insert
   a button field in the form and enter the following piece of code as its onclick
   event:
 *     ```wp-block-code
       COPYFIELDVALUE('fieldnam123');
       ```
   
 * Best regards.
 *  Thread Starter [itzikn](https://wordpress.org/support/users/itzikn/)
 * (@itzikn)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/text-area-align/#post-17229717)
 * Thanks for the quick anwer

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

The topic ‘Text area align’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [itzikn](https://wordpress.org/support/users/itzikn/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/text-area-align/#post-17229717)
 * Status: resolved