I use the below code in my caspio datapage under emails & destination as suggested by in the forum. It was working like a charm but suddenly now it does not work anymore. anyone can help with new code or why it is not working?
<script>
window.close();
window.onunload = function(){
window.opener.location.reload();}
</script>