Title: Form not functioning
Last modified: August 21, 2016

---

# Form not functioning

 *  Resolved [Red_Carey](https://wordpress.org/support/users/red_carey/)
 * (@red_carey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/form-not-functioning/)
 * Please I need help to resolve the issues in my Visual Form Builder
 * Please check: [http://worldbookingdj.com/dj-booking/](http://worldbookingdj.com/dj-booking/)
 * I would like to look perfect, but cant get it right?
 * Regards. good job with the plugin.
 * [http://wordpress.org/extend/plugins/visual-form-builder/](http://wordpress.org/extend/plugins/visual-form-builder/)

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

 *  Plugin Author [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * (@mmuro)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/form-not-functioning/#post-3667906)
 * Well, there’s a couple things going on here. The first is that it looks like 
   your theme is mangling some of the VFB styling. I suggest contacting the author
   of the theme to help you there.
 * The next thing is something you can solve. It looks like you have set each field
   to have a Field Layout of ‘Left Two Thirds.’ And this is a misunderstanding of
   how that option works. [Watch this video](http://matthewmuro.com/2013/03/15/visual-form-builder-pro-field-layout-video/)
   to learn exactly how you use it.
 *  Thread Starter [Red_Carey](https://wordpress.org/support/users/red_carey/)
 * (@red_carey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/form-not-functioning/#post-3667964)
 * Thanks Matthew, I added the VFB in other WP and roles smooth.
    Got to be the 
   template. 🙁
 * Anyway thanks again!
 *  Thread Starter [Red_Carey](https://wordpress.org/support/users/red_carey/)
 * (@red_carey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/form-not-functioning/#post-3668003)
 * Hello again Matthew –
    The author of the Theme cant help me out…
 * I would like to use this plugin as it adapts to the necessities of the company.
   
   What do you advice me doing next?
 * I have settings all to Left half and medium size…
    Editing Plugin will be of 
   any help?
 * Regards
 *  Plugin Author [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * (@mmuro)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/form-not-functioning/#post-3668058)
 * Looks like you took the form down. If you put it back up, I can see what CSS 
   needs to be corrected.
 *  Thread Starter [Red_Carey](https://wordpress.org/support/users/red_carey/)
 * (@red_carey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/form-not-functioning/#post-3668074)
 * Hi again, is back up again.
 * [http://worldbookingdj.com/dj-booking/](http://worldbookingdj.com/dj-booking/)
 * Thank You
 *  Plugin Author [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * (@mmuro)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/form-not-functioning/#post-3668075)
 * Is it a private page? It’s saying page not found.
 *  Thread Starter [Red_Carey](https://wordpress.org/support/users/red_carey/)
 * (@red_carey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/form-not-functioning/#post-3668078)
 * I´m so sorry, have been doing adaptions.
 * Here is inserted the VFB plugin: [http://worldbookingdj.com/events/](http://worldbookingdj.com/events/)
 * Thank you
 *  Thread Starter [Red_Carey](https://wordpress.org/support/users/red_carey/)
 * (@red_carey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/form-not-functioning/#post-3668079)
 * NEW LINK
 * [http://worldbookingdj.com/bookings/](http://worldbookingdj.com/bookings/)
 *  Plugin Author [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * (@mmuro)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/form-not-functioning/#post-3668081)
 * Okay, the two biggest problems are your theme’s styling of labels and the text
   shadow applied to _everything_.
 * Here are the label styles in style.css 1961:
 *     ```
       label {
           display: inline-block;
           height: 30px;
           line-height: 30px;
           margin-right: 4%;
           margin-top: 10px;
           text-align: right;
           vertical-align: top;
           width: 15%;
       }
       ```
   
 * Here is the text shadow in style.css line 38:
 *     ```
       body, .dark body {
           background: url("images/bg.jpg") repeat scroll 0 0 #181818;
           text-shadow: 1px 1px #0D0D0D;
       }
       ```
   
 * You are gonna want to [read up on this tutorial](http://matthewmuro.com/2012/11/15/visual-form-builder-pro-customizing-the-form-design/)
   before moving on.
 * Fixing the text shadow is a lot easier than the label. All you need to do is 
   add a rule to your `vfb-custom-css.css` file:
 *     ```
       .visual-form-builder {
           text-shadow: none;
       }
       ```
   
 * The label is a bit trickier because it’s a global style. The way that I’d do 
   it is by adding a class to the label and then editing the output on your other
   contact form to include that class.
 * Change the CSS:
 *     ```
       label.booking {
           display: inline-block;
           height: 30px;
           line-height: 30px;
           margin-right: 4%;
           margin-top: 10px;
           text-align: right;
           vertical-align: top;
           width: 15%;
       }
       ```
   
 * Change the output on non-VFB forms:
    `<label for="inputemail" class="booking"
   >Your email</label>`

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

The topic ‘Form not functioning’ is closed to new replies.

 * ![](https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840)
 * [Visual Form Builder](https://wordpress.org/plugins/visual-form-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-form-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-form-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-form-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-form-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-form-builder/reviews/)

## Tags

 * [builder](https://wordpress.org/support/topic-tag/builder/)
 * [contact](https://wordpress.org/support/topic-tag/contact/)
 * [form](https://wordpress.org/support/topic-tag/form/)

 * 9 replies
 * 2 participants
 * Last reply from: [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/form-not-functioning/#post-3668081)
 * Status: resolved