text area width

  • mikehihn
    Asked on July 5, 2014 at 12:29 PM
  • pvvskk
    Replied on July 5, 2014 at 1:57 PM

    Dear Mike,

    I understand that you want to change the width of text area in the forms. The text area width can be changed by injecting custom CSS. 

    Please follow the instructions below to change the text area width :

    1. Right-click on the text area box and select "Show Properties" option

    text area width Image 1 Screenshot 50

    2. Scroll down the page to note the ID of the text area box that looks like #input_99 in Field Details section

    text area width Image 2 Screenshot 61

    3. Now, close the properties window and click on Setup & Embed tab on the top of the form designer

    4. Click on Preferences button to open Preferences window with 5 tabs. Now, click on Form Styles

    text area width Image 3 Screenshot 72

    5. You can see an option Inject Custom CSS. Click on right portion of that option to edit and add the following at the end of the existing text

    #input_99 {

    width : 300px;

    }

    The number 300px may be changed as per your requirement.

    text area width Image 4 Screenshot 83

    NOTE : Please note that changing other values that are already existing in this option effects the design of the form. 

    Hope this helps you and let me know if this has resolved your issue.

    Regards,

    Kiran Kumar Polavarapu