Hi! When I use the CF plugin to display a form on an article the validation does not work in IE. This only occurs when the plugin code in the article is surrounded by <p></p> tags. When you change these tags to <div></div> it works fine.
This problem only occurs (as far as I can check) in IE. Not in Chrome.
If you use JCE for editing an article there is a default setting for forcing to place content in a <p> tag. This is usefull, but in this case it causes this problem. When you remove the <p> tags in the source code and swicht back to the HTML view, JCE places the code right back in <p> tags. So you have to add a <div> tag in the source code to prevent this. This work around seems to work OK, but maybe this can be solver in the plugin code somewhere? Would be nice.
Maybe this post will also help others who run in to this problem.
This problem only occurs (as far as I can check) in IE. Not in Chrome.
If you use JCE for editing an article there is a default setting for forcing to place content in a <p> tag. This is usefull, but in this case it causes this problem. When you remove the <p> tags in the source code and swicht back to the HTML view, JCE places the code right back in <p> tags. So you have to add a <div> tag in the source code to prevent this. This work around seems to work OK, but maybe this can be solver in the plugin code somewhere? Would be nice.
Maybe this post will also help others who run in to this problem.