How do you get MODX to double opt-in users, say if they sign up to a mailing list, newsletter, etc?
Has this been accomplished? Thanks
-
☆ A M B ☆
- 24,524 Posts
I did that using the Koops Mailinglist. It uses a separate table to store the temporary user data plus a random key. The subscriber is sent an email with a URL with the key in the URL. When he goes to the page, the snippet checks the key in the GET against the temporary table, then moves the matching email address (and any other data you want to keep on the subscriber) to the permanent table.