Hello!
I love formidable and use for almost every client I have. Great job making a very useful and intuitive plugin!
The only problem I have had is with the submit button. The button itself looks fine, but there is always a box around it (looks like a blank field.) I have tried to fix it with css and was not able to find any of the right code.I attached a screen shot so you can see what I mean. It think it looks pretty bad like this.
Do you guys have a solution for this?
Thanks so much for your help!
Jenna





July 16, 2012 at 5:55 pm
This is likely being caused by some conflicting CSS...Can you provide a link to your form so I can take a closer look at what may be causing this?
July 16, 2012 at 8:08 pm
Thanks for your quick response! That particular site is still under construction, so it isn't live yet. However, I have had this problem every time I have used the plugin. I am guessing it has to do with my theme - I use PlatformPro.
Here is a link to a different site (same theme) that has the same issue: http://capitallife.org/prayer-requests/
Thanks again!
Jenna
July 16, 2012 at 8:49 pm
Okay, to resolve this issue, you need to remove the following from your theme's style.css file.
Line 228: "input[type="submit"]," and ", .submit" from line
Line 243: "input[type="submit"]:hover, .submit:hover"
Line 257: "input[type="submit"], .submit,"
Line 262: ", input[type="submit"]:active, .submit:active"
Removing those elements from the above lines should take care of the problem... It is also possible that you could just delete or comment out 228-268 without affecting your site, but just removing the above should leave everything else in tact.
July 16, 2012 at 9:06 pm
Thank you so much!!! That fixed it. I am very thankful for the support!
September 2, 2012 at 1:48 pm
I have got the same problem and don't have this CSS in my theme. Can you help?
September 2, 2012 at 4:42 pm
This is great. I found the solution thanks for the feedback from Support. I just LOVE Formidable Pro!
Topic closed.