Page 1 of 1

Making a form a consistent size

Posted: 28 Apr 2017
by jpwallace
Morning,

On my edit for I have a number of tabs, each tab with a different types of fields, is there a way to ensure that when each tab is clicked the form stays the same size, At the moment the form changes size dependent on the number of fields, type of fields etc

Cheers

John

Re: Making a form a consistent size

Posted: 28 Apr 2017
by Dmitry Kozlov
You can fix the width with CSS:

Code: Select all

#fd_form {
    width: 1000px;
}