Is it possible to have a client fill out a form and then receive an email with a link in it that will allow them to login in only on a certain date and time?
I hav searching for a solution to this for some time.
Thanks
Sean
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
October 24, 2012 1:37pm
Subscribe [2]#1 / Oct 24, 2012 1:37pm
Is it possible to have a client fill out a form and then receive an email with a link in it that will allow them to login in only on a certain date and time?
I hav searching for a solution to this for some time.
Thanks
Sean
#2 / Oct 25, 2012 12:09pm
Hey Sean,
That would be a really nice one. I cannot think of an Add-On that would do this.
I usually ask before moving a thread over to Community Help Forum, but in this case I think you would really benefit from it living there.
Just let me know if there is anything else I can help with.
Cheers,
#3 / Oct 25, 2012 10:30pm
Hi Sean,
I think, you need to develop an add-on and can have following approaches:
- while user registers, make him as a pending member. You can manage the email with email with hook.
You need to prepare the URL of email containing the action ID of add-on function like yourwebsite.com/?ACT=23
- now in the add-on, need to check the time and update user’s group.
Let me know if you need more description.
Thanks,