@orph, if you view the source of your page, you will see additional markup being output in the Gravity Forms wrapper. There are extra closing < p > tags and < br > tags. That is not being output by Gravity Forms but by the theme or a plugin on your site. See this screenshot. The items in red should not be there, and neither should there be a < br / > at the end of every line in the form: http://minus.com/lbvHst1RT1Dirg
That is normally caused by a theme of plugin conflict. You can test for those by using these instructions http://rkt.gs/testing
Sometimes, the theme will include a [raw] shortcode, which is the root of this problem. You can read more about that shortcode here: http://www.gravityhelp.com/forums/tags/raw
Sometimes, all you need to do to fix the problem is wrap the [gravityform] shortcode in a [raw] shortcode like this:
[raw][gravityform id=3 name=Contact title=false ajax=false][/raw]
That works in a lot of case, but I don't know if it will work for you, since I don't know if that is what's causing your problem.
Posted 11 years ago on Sunday February 10, 2013 |
Permalink