…And just to clarify a little more on this for the really green beginners like myself. You edit between the XML (CDATA) tags:
- Opening Tag: <![CDATA[
- Closing Tag: ]]>
It seemed to me that you could put (most) HTML and JavaScript code in between those tags.
I found this link Secure parameters actions that @jgstew mentioned in another post helpful.