I'd have to see it in code, maybe in a commit or a branch, depending on the amount of change.yellowled wrote:I never fully understood the whole “spawn the WYSIWYG editor” part of out core JS, that's more onli's part. onli, thoughts?Timbalu wrote:I found an easy solution by setting nugget case spawnMulti to true and using the upper called Spawnnugget() js function not being initiated by core CKE instances. Any thoughts?
Questions about contactform plugin
Re: Questions about contactform plugin
Re: Questions about contactform plugin
No, but that does not mean that there are no more.Timbalu wrote:Its not the span - its the p, which kicks that out.Do you have more instances in mind where this could happen?Code: Select all
<p class="msg-success"><span class="icon-ok-circled" aria-hidden="true"></span> {$plugin_contactform_sent}</p>
Well, having HTML in that field is not really the issue. The issue is the surrounding p element, because that leads to nested paragraphs which is invalid which leads to the display error. It would, however, be perfectly okay to set the content of said field toTimbalu wrote:I'd say: either change back to div, or use {$plugin_contactform_sent|replace:'<p>':''|replace:'</p>':''}
Or as a third possibillity use 'text' instead of 'html' for that field in contactform.
Code: Select all
You email was sent. We'll <em>try</em> to get back to you soon.I don't see one, and as I mentioned above – it's invalid HTML anyway.Timbalu wrote:Wouldn't there be a css only solution too?
YL