Title: Ben B's Replies | WordPress.org

---

# Ben B

  [  ](https://wordpress.org/support/users/generik99/)

 *   [Profile](https://wordpress.org/support/users/generik99/)
 *   [Topics Started](https://wordpress.org/support/users/generik99/topics/)
 *   [Replies Created](https://wordpress.org/support/users/generik99/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/generik99/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/generik99/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/generik99/engagements/)
 *   [Favorites](https://wordpress.org/support/users/generik99/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[cformsII] cform and styling](https://wordpress.org/support/topic/cform-and-styling/)
 *  [Ben B](https://wordpress.org/support/users/generik99/)
 * (@generik99)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/cform-and-styling/#post-5810458)
 * Yes, there are a couple ways to do this.
 * Each FORM element has an automatically-generated class given based on your form’s
   name. For example, a form called ‘Volunteer Application’ will have something 
   like ‘volunteer-application’ attached as a class, which you can then use for 
   styling. Search your page source for id=”cforms5form” and you will see which 
   class name was generated.
 * Alternatively, if your form is embedded in a page or post, you can use the WordPress-
   generated ‘post-xxx’ class. This obviously only works if you are only using one
   form in that particular page.
 * Finally, each field name has it’s own automatically-generated class name that
   starts with a prefix of the form ID (eg. cf1_field_5 or cf3_field_10) , but they
   will change depending on the ordering of your fields, so be careful about styling
   at this level — adding, removing or repositioning fields will require you to 
   change your CSS classes accordingly.
 * Hope that helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Pro] Plugin Breaks the_content](https://wordpress.org/support/topic/plugin-breaks-the_content/)
 *  [Ben B](https://wordpress.org/support/users/generik99/)
 * (@generik99)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/plugin-breaks-the_content/#post-4726064)
 * It’s not MySQL, but rather the recent PHP version updates that causes the scripting
   error on line 56. Soon as my host updated to 5.4.31 a couple weeks ago, the error
   surfaced.
 * It likely affects all the recent PHP releases including the latest — 5.3.29, 
   5.4.32, 5.5.16 and 5.6.0. The plugin hasn’t been updated since October 2012, 
   there was bound to be an incompatibility at some point.

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