Form height

How do you set a maximum height for a form?  I can see width but no height settings?

Thanks

David

 

You would need to do this with custom CSS.

Something like: #frm_form_213_container {max-height:400px; overflow:auto;}

should do the trick. just replace 213 with the ID of your form and place it in your theme's style.css file.

thank you

Topic closed.