I have a form with two fields "Name" (text) and "Email" (email).
The form is working fine. When I click "Show records" all the data is there.
When I export to CSV and open the file, the email field contains javascript?!
What is my problem here?
<script type=""text/javascript"">
//<![CDATA[
document.write(String.fromCharCode(60,97,32,104,114,101,102,61,34,109,97,105,108,116,111,58,99,97,116,99,104,118,101,114,105,116,101,107,37,52,48,103,109,97,105,108,46,99,111,109,34,62,99,97,116,99,104,118,101,114,105,116,101,107,64,103,109,97,105,108,46,99,111,109,60,47,97,62))
//]]>
</script>