Hi Guys,
I am submitting the following code inside the Form Code -> onSubmit box using a DB connection on my form:
However, the html entities are still getting stripped out even though the ChronoForm is using JREQUEST_ALLOWRAW on the Autogenerated_code tab.
According to this post, the HTML should not be filtered if JREQUEST_ALLOWRAW is used.
http://www.chronoengine.com/forums.html?cont=posts&f=2&t=17655
Why would this be?
I am submitting the following code inside the Form Code -> onSubmit box using a DB connection on my form:
<?php
JRequest::setVar( "introtext", JRequest::getVar( "introtext", "<table><tr><td></td></tr></table>", "post", "string"));
?>
However, the html entities are still getting stripped out even though the ChronoForm is using JREQUEST_ALLOWRAW on the Autogenerated_code tab.
According to this post, the HTML should not be filtered if JREQUEST_ALLOWRAW is used.
http://www.chronoengine.com/forums.html?cont=posts&f=2&t=17655
Why would this be?