ianjtaylor Posted June 23, 2017 Report Share Posted June 23, 2017 (edited) 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 June 23, 2017 by ianjtaylor added tags Quote Link to comment Share on other sites More sharing options...
GoodBoy Posted July 24, 2022 Report Share Posted July 24, 2022 Hello @ianjtaylor! Have you tried implementing this workflow instead? - https://howto.caspio.com/tech-tips-and-articles/common-customizations/tech-tip-how-to-validate-a-user-email-address/ Quote Link to comment Share on other sites More sharing options...
IamNatoyThatLovesYou Posted August 21, 2022 Report Share Posted August 21, 2022 Hi Everyone, found a similar post regarding this where javascript is used. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.