Title: Form Layout Inline
Last modified: August 30, 2016

---

# Form Layout Inline

 *  Resolved [nootkan](https://wordpress.org/support/users/nootkan/)
 * (@nootkan)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/form-layout-inline/)
 * I like your plugin so far but I am having difficulties getting everything to 
   show up inline. I have the two text fields showing inline but the submit button
   shows below them and I want it inline also. Is this possible?
 * [https://wordpress.org/plugins/formidable/](https://wordpress.org/plugins/formidable/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [jamie.wahlin](https://wordpress.org/support/users/jamiewahlin/)
 * (@jamiewahlin)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/form-layout-inline/#post-6561293)
 * Hello,
 * This is actually easier in the next version of Formidable (2.0.13). I plan to
   put 2.0.13 out today. After it’s out, you can use any of the CSS Layout Classes
   on the submit button. Since the submit button doesn’t have a box to enter layout
   classes, you’ll need to go into your form’s Customize HTML, scroll down to the
   submit button box, and replace this:
    <div class=”frm_submit”> with this: <div
   class=”frm_submit layout_class_goes_here”>
 * Keep an eye out for 2.0.13 and then let me know if that works for you. Also, 
   here’s more information about our CSS Layout Classes:
    [https://formidablepro.com/knowledgebase/form-layout-and-css-classes/](https://formidablepro.com/knowledgebase/form-layout-and-css-classes/)
 *  Thread Starter [nootkan](https://wordpress.org/support/users/nootkan/)
 * (@nootkan)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/form-layout-inline/#post-6561390)
 * Thanks for that. Took me a while to figure out how to add the proper shortcode
   to make it work but I got it working. Now just got to figure out how to make 
   the button align with the other text fields.
 *  Thread Starter [nootkan](https://wordpress.org/support/users/nootkan/)
 * (@nootkan)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/form-layout-inline/#post-6561461)
 * If anyone is wondering how to position the submit button to line up with the 
   other text fields this is how I did it for my useage:
 *     ```
       .frm_style_formidable-style.with_frm_style input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
       				margin-top:27px;}
       ```
   
 *  [jamie.wahlin](https://wordpress.org/support/users/jamiewahlin/)
 * (@jamiewahlin)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/form-layout-inline/#post-6561475)
 * Also, I added specific instructions on how to do this here:
    [https://formidablepro.com/knowledgebase/form-layout-and-css-classes/](https://formidablepro.com/knowledgebase/form-layout-and-css-classes/)
 * I hope that makes it easier in the future.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Form Layout Inline’ is closed to new replies.

 * ![](https://ps.w.org/formidable/assets/icon-256x256.png?rev=2588749)
 * [Formidable Forms - Contact Form Plugin, Survey, Quiz, Payment, Calculator Form & Custom Form Builder](https://wordpress.org/plugins/formidable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/formidable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/formidable/)
 * [Active Topics](https://wordpress.org/support/plugin/formidable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/formidable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/formidable/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [jamie.wahlin](https://wordpress.org/support/users/jamiewahlin/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/form-layout-inline/#post-6561475)
 * Status: resolved