I have downloaded the 30 days trial copy the cute editor. I am using the editor just for sending emails.(Like a contactUS page). A user types some info and the info is send out to the right person. I am not storing any info in the database. Cute editor info says that it strips all the script tags from the edtior.
For example if i type this in the editor and submit it
<script type="text/javascript">
document.write("Hello World!");
</script>
the whole java script tags come in the email body withot stripping the javascript tags.
IS there a setting i need to change.
Thanks