Title: [Plugin: WordPress Forms] Some bugs
Last modified: August 19, 2016

---

# [Plugin: WordPress Forms] Some bugs

 *  Resolved [liarandathief](https://wordpress.org/support/users/liarandathief/)
 * (@liarandathief)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/)
 * Do you have a preferred location for bug reporting, cause I have a few. In the
   mean time, here they are:
    1.In the advanced options for the check box, where
   it says enter options, one per line, if I enter something like, “yes, please 
   contact me” when you update/publish, it separates them into two check boxes, 
   one for “yes”, and one for “please contact me”. 2.There is an extra space between
   the label and the input box for name. 3.The Submit button is misspelled.
 * [http://wordpress.org/extend/plugins/wordpress-forms/](http://wordpress.org/extend/plugins/wordpress-forms/)

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/page/2/?output_format=md)

 *  Plugin Author [Vitor Carvalho](https://wordpress.org/support/users/lightningspirit/)
 * (@lightningspirit)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769409)
 * Hi. I don’t have already a location for bug submits but you can do it here 😉
   
   Well the first a is funny one! Yes I will verify what is the issue located and
   upload a new version. The second one I can’t get it, please can you explain a
   better where did you find this? Yes, I’m sorry for my huge mistake :$ It’s ‘Submit’
   not ‘Submmit’ Thank you very much!
 *  Thread Starter [liarandathief](https://wordpress.org/support/users/liarandathief/)
 * (@liarandathief)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769479)
 * Sure. Created a new form, named it. Added Name, Phone, and email. No other changes.
   Looking at the source, it’s the table styling causing the space:
 *     ```
       td {
       padding-bottom:20px;
       }
       ```
   
 * if I remove that (with firebug) it looks correct.
 * Great plugin by the way. Would love to see a captcha object.
 *  Plugin Author [Vitor Carvalho](https://wordpress.org/support/users/lightningspirit/)
 * (@lightningspirit)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769511)
 * Hello again! 🙂
 * I think td styling is not from plugins css… maybe your theme!
 * In advance, newer versions of the plugin will use a more xhtml compliant style
   for forms like
    -  😉
 * New version upload soon!
 * Thank you for your reviews 😀
 *  Plugin Author [Vitor Carvalho](https://wordpress.org/support/users/lightningspirit/)
 * (@lightningspirit)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769512)
 * Omg, I wrote `<ul><li>` without codes and editor converted it to html.. fool!
 *  Thread Starter [liarandathief](https://wordpress.org/support/users/liarandathief/)
 * (@liarandathief)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769516)
 * D’oh, you’re right. It was my code. But it brings up a potential irritating conflict.
   I was able to fix it by removing my css, OR explicitly setting it at 0 in your
   css. Maybe you could add a padding:0 and margin:0 to ul.wp_form table, ul.wp_form
   table tr, ul.wp_form table tr td? or should I just shut up now?
 *  Plugin Author [Vitor Carvalho](https://wordpress.org/support/users/lightningspirit/)
 * (@lightningspirit)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769538)
 * You shouldn’t not at all 🙂
 * The conflict here is that if I add a style to plugins css it could potentially
   conflict with other themes.
 * Off course, there are too many themes to create “fixes” for each one of them,
   and an infinite number of selectors would be put to the test and our goal is 
   not modify the themes css…
 * For instance, the problem can be put another point of view: I could ask you why
   do you need a padding-bottom: 20px for tables, tr and td in your theme. See? 
   😉 That’s the problem!
 * Anyway Thank you in advance for your time reviewing this plugin I hope you enjoy
   having it in your site 🙂
 *  [nealsmith1763](https://wordpress.org/support/users/nealsmith1763/)
 * (@nealsmith1763)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769573)
 * Safari 4.1.2 browser
 * Forms 0.2.6 version
 * – Looks like there are real problems with checkboxes, multiple choice and dropdowns.
   Existing and newly created components causes the items entered into the advanced
   window to just be listed as one long list when actually viewing live in the browser.
   They look fine when viewed in the editor except that sometimes I see { and } 
   added to the actual text. This really needs to be fixed ASAP since this is affecting
   existing forms also. Ugh….
 * – Need better doc on what has been changed from version to version so I can choose
   not to upgrade and screw things up… 🙂 An easy “downgrade” would be awesome too.
 * – Need ability to place more than one component on a line beside each other. 
   Allow “really small” entry fields for things like State abbreviations, zip codes,
   etc.
 * – Really needs CAPTCHA
 * Otherwise a great tool!
 *  [nealsmith1763](https://wordpress.org/support/users/nealsmith1763/)
 * (@nealsmith1763)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769574)
 * Ahhhh… I think I see the issue with the combos, etc.
 * You added a “,” separates instead of each one on a separate line as the directions
   in the advanced box still says. Found this in the “changelog”.
 * It seems to work in the live browser, but a “,” is appended to the end of the
   text.
 * I spoke too soon… 🙂 It seems that every time the form is edited/updated, the
   values in these lists are modified and it looks like maybe end-of-line characters
   are inserted and it messes up the formatting again so that the “,” seems to be
   ignored.
 *  Plugin Author [Vitor Carvalho](https://wordpress.org/support/users/lightningspirit/)
 * (@lightningspirit)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769581)
 * The process of having very tiny boxes is on thw way 😉
 * The idea is not have captcha but akismet integrated with the forms!
 * Well. Really weird bug. This is because I’m not “too good” in javascript hahaha!
   
   I will analyse this algorythm and see what can I do to perform this actions without
   these kind of errors
 * Thank you for your time posting here!
 *  Plugin Author [Vitor Carvalho](https://wordpress.org/support/users/lightningspirit/)
 * (@lightningspirit)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769582)
 * About Docs, I don’t have time now to create new documentation… and I think I 
   will need someone to join the cause of developing this plugin. Anyone interested?
   😛
 *  [Yesha](https://wordpress.org/support/users/yesha/)
 * (@yesha)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769585)
 * Having issues with the checkboxes, multiple choice & dropdowns..
    all of the 
   choices are appearing on the same line when viewed live.
 *  Plugin Author [Vitor Carvalho](https://wordpress.org/support/users/lightningspirit/)
 * (@lightningspirit)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769622)
 * Maybe there is a problem with the CSS of your theme
 *  [abalco](https://wordpress.org/support/users/abalco/)
 * (@abalco)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769630)
 * I am having the same issues with the dropdowns, all are appearing on the same
   line. also, my margins are too wide on the right side. The form is running off
   of the page. Any ideas?
 *  [abalco](https://wordpress.org/support/users/abalco/)
 * (@abalco)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769631)
 * the margins were off because the dropdown and multipule choice were not functioning
   correctly. they were running off the page because they were sitting next to eachother
   and not dropping down. I went back into the dropdown and multipule choice and
   inserted a – or ” or ‘ before the first word and it works perfectly now. I was
   even able to go back and remove the – ” ‘ later and it’s still formatted perfectly
   both in the form and on my page. Weird, but awesome!
 *  [mikeh1](https://wordpress.org/support/users/mikeh1/)
 * (@mikeh1)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/#post-1769633)
 * Real problems with this plugin:
    Added a form which has a large drop down list(
   all the counties in the UK) and for some reason that is interpretted as a hug
   string so the form width is such that it is unusable – cant get at the edit buttons
   any more. So, any suggestions on how to use this?

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/page/2/?output_format=md)

The topic ‘[Plugin: WordPress Forms] Some bugs’ is closed to new replies.

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

 * 23 replies
 * 8 participants
 * Last reply from: [liarandathief](https://wordpress.org/support/users/liarandathief/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-forms-some-bugs/page/2/#post-1769685)
 * Status: resolved