Title: Form Border
Last modified: August 30, 2016

---

# Form Border

 *  Resolved [smg1911](https://wordpress.org/support/users/smg1911/)
 * (@smg1911)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/form-border/)
 * How can I place a border around the entire form?
 * [https://wordpress.org/plugins/planso-forms/](https://wordpress.org/plugins/planso-forms/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [PlanSo](https://wordpress.org/support/users/planso/)
 * (@planso)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/form-border/#post-6581927)
 * smg911,
 * in the pro version you can add the following to the custom-css under the design
   tab:
 * `.planso-form-builder{border:1px solid #FF0000;}`
 * Without Pro you can add the following code just above the PlanSo Forms shortcode
   to achieve the same:
 *     ```
       <style type="text/css">
       .planso-form-builder{border:1px solid #FF0000;}
       </style>
       ```
   
 * Please be sure to insert the above code in “text” mode!
 * Cheers

Viewing 1 replies (of 1 total)

The topic ‘Form Border’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/planso-forms_198c4a.svg)
 * [PlanSo Forms](https://wordpress.org/plugins/planso-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/planso-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/planso-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/planso-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/planso-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/planso-forms/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [form](https://wordpress.org/support/topic-tag/form/)
 * [PlanSo](https://wordpress.org/support/topic-tag/planso/)

 * 1 reply
 * 2 participants
 * Last reply from: [PlanSo](https://wordpress.org/support/users/planso/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/form-border/#post-6581927)
 * Status: resolved