Increase size of text box field

  • thedoor
    Asked on July 1, 2015 at 12:33 PM

    I manually edit them to make them bigger and the form then Auto-saves. But when I leave the form and come back, it is back to the original, small size. What do I do to ensure my changes stick?

  • BJoanna
    Replied on July 1, 2015 at 1:57 PM

    You can increase size of your text box fields by Injecting Custom CSS. To do that inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .form-textbox {

    width : 150px;

    height : 18px;

    }

    Increase size of text box field Image 1 Screenshot 30

    You can also change size if text fields inside of Form builder by increasing Size.

    Increase size of text box field Image 2 Screenshot 41

    Hope this will help. Let us know if you need further assistance.