durangod
Active Coder
Hi,
As part of my "new member email address verify process" for my project i am using a JS auto form submit process to automatically submit the form when they visit the "email verify link" they received in their new member welcome email.
like so,
Is this still a popular way to do this or is there a new front end trick being used instead?
Thanks 🙂
As part of my "new member email address verify process" for my project i am using a JS auto form submit process to automatically submit the form when they visit the "email verify link" they received in their new member welcome email.
like so,
Code:
<script type="text/javascript">
document.getElementById("FORM NAME").submit();
</script>
Is this still a popular way to do this or is there a new front end trick being used instead?
Thanks 🙂