Hello,
I'm using Chronoforms V5 in wordpress and need an E-Mail Verification (double-opt-in).
I checked this tutorial:
https://www.chronoengine.com/forums/posts/f2/t96622.html
But It doesn't clear enough.Can you please give me a suggestion How can i send email to user to verify his/her mail.
Thanks
I'm using Chronoforms V5 in wordpress and need an E-Mail Verification (double-opt-in).
I checked this tutorial:
https://www.chronoengine.com/forums/posts/f2/t96622.html
But It doesn't clear enough.Can you please give me a suggestion How can i send email to user to verify his/her mail.
Thanks
Hi m4mamun,
I'm sorry I have no idea how this is set up in WordPress. I guess it isn't built in.
Max's suggestion in the thread that you linked to is that you add a new form event called say verify; save the registration data to a table with a column called 'verify' set to 0.
In the email add a link to . . . &chronoform=form_name&event=verify&id=some_id
In the New verify event add a Custom Code action that looks for the value of some_id in the database table and, if it is found, updated the 'verify' column to 1.
Bob
I'm sorry I have no idea how this is set up in WordPress. I guess it isn't built in.
Max's suggestion in the thread that you linked to is that you add a new form event called say verify; save the registration data to a table with a column called 'verify' set to 0.
In the email add a link to . . . &chronoform=form_name&event=verify&id=some_id
In the New verify event add a Custom Code action that looks for the value of some_id in the database table and, if it is found, updated the 'verify' column to 1.
Bob
This topic is locked and no more replies can be posted.
