We're just now upgrading TS from 6.7.2 to 7.4.1 and with the upgrade comes the switch to TinyMCE. But we're having a hard time getting the editor to not put
tags around the entered content automatically. We've read the FormsPublisher guide on customizations to TinyMCE as well as the TinyMCE wiki but can't seem to get the appropiate changes to work. What I did was modify custom_config.js with 3 new lines: IWTinyMCECustomConfig("no_p", "force_br_newlines", true); IWTinyMCECustomConfig("no_p", "force_p_newlines", false); IWTinyMCECustomConfig("no_p", "forced_root_block", false); We then reference the "no_p" customization, but once the file is back up there the behavior is the same. Not sure if we're missing something in the process since we're new to the TinyMCE medthodology. Any feedback would be appreciated.