Skip to content

How to style a form input element

All the form enhancements are listed here. 

https://phpgrid.com/example/enhance-form-group-header-tooltips/

In addition, you can update any form input element using CSS

input#firstName {
    height: 100px;
}

Replace firstName with the actual column name of your choise.

Feedback and Knowledge Base