Hello, When we add several additional fields to the lead form, the bottom part of the form is hidden unless the user manually scrolls to the bottom of the form to view the "Send Your Message" button. As such, is there a way extend the bottom length of lead form so that the entire form including all fields and submit button are visible at all times without the need to scroll up or down? Thank you.
Hello, Paste this code in your Custom CSS Appearance > Theme Options > Styling Options > Custom CSS Code: .signinformbox_wrapper { height: auto; overflow: hidden; }