Hi Caspio newbie here! I'm trying to do email verification, most of it works fine but the only way to change the verification status to yes is to manually run the datapage I created called email_verification. the email sends okay and the link copies the GUID but it doesn't change the field status.
I tried copying the script on the help page to get automatic updating but it doesn't appear to work....my code is as follows
<script>
document.getElementById('caspioform').onsubmit = function (){
document.getElementById('[@field:Email_Verified^]').checked="y";
}
</script>
any advice much appreciated
Ian