Formidable - Form Field Not Appearing Properly

In our themes, the 'Conversion Form' meta box is intended to be used only for short, single line forms such as the one in the header of this page: http://demo.themovation.com/stratus/home-cloud

Generally we recommend using the Content Editor, or an HTML meta box for all other forms instead such as the one on this page: http://demo.themovation.com/stratus/client-form-example/

When the Conversion Form meta box is used for forms containing a textarea field, the alignment may not appear correctly.

But, you may like the centered look and slightly larger fields as well, so if you want that you can just add this code to your child theme, or to the Custom CSS box under Theme Options and it will correct the display:

.simple-conversion textarea {margin-left:10px; margin-right:10px}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.