We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • discuss.answer
    You have to use $_POST. The $_REQUEST is still cleansed to prevent sending MODX tags or script tags through a $_GET or $_COOKIE value. Only the $_POST variables will preserve the tags when allow_tags_in_post is enabled.
      • 36763
      • 70 Posts
      Quote from: opengeek at Sep 19, 2013, 12:07 PM
      You have to use $_POST. The $_REQUEST is still cleansed to prevent sending MODX tags or script tags through a $_GET or $_COOKIE value. Only the $_POST variables will preserve the tags when allow_tags_in_post is enabled.


      Thanks Jason. I appreciate your expertise.

      :) Yourself and Ryan (+ others) have done a brilliant job with modx.