How do you set a maximum height for a form? I can see width but no height settings?
Thanks
David
WordPress Forms
How do you set a maximum height for a form? I can see width but no height settings?
Thanks
David
Formidable is by far the best contact form I have seen for WordPress. It is easy to create and has had 0 issues with form deliveries. What makes Formidable unique is it’s ease of use and reporting capabilities. Takes all of the guess work out building a form.
Chris (Level3Logic)I looked at Gravity Forms, Contact Forms 7 and Formidable before settling on Formidable Pro. Aside from having a lot of features I was looking for and being pretty easy to deal with, the 2 things that won Formidable for me in the end was having a free version that I could try and the tremendous support that Steph provided @ strategy11.com forums before I was even a customer.
Alex Kelly (Dublin Robotics)Copyright © 2013 Strategy11, LLC
October 18, 2012 at 11:47 am
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.
October 19, 2012 at 3:28 am
thank you
Topic closed.