So first I need to &ehtml the stuff so that it'll display properly in the VALUE="blahblah" section of the input elements when they are still creating the form.
That's no problem. Then when they click "Generate" I need to undo the &ehtml stuff, and I'm thinking I should also run it through the HTML cleaner? Only prob, I don't know jack about the HTML cleaner... and is this even the "right" way to do it?
So I guess I need: A) help with undoing the ehtml (I assume there's a function somewhere that I'm missing) and B) help with LJ::CleanHTML. What HTML tags to allow? Etc? Maybe I should just use the &LJ::CleanHTML::clean_subject stuff? I dunno.