Jump to content

Recommended Posts

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

 

 

 

 

Edited by ianjtaylor
added tags
Link to comment
Share on other sites

  • 5 years later...
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...