I am looking for a way to implement something very similar to how the User Registration add-on already works in terms of sending the form submitter an activation link. My usage case is one in which I want added protection against spam submissions and to require the user to provide a valid email address. In other words, the user would complete the form, click Submit, and then receive a notification with a validation link. He/she would need to click on the validation link in the email notification in order for the form submission to be finalized.
The User Registration add-on already provides this functionality and works very well for such a purpose, but in this case I don’t need to create users. I am simply trying to increase the probability that a form submission is genuine and require the user to click on a link before it is considered final.
I would appreciate any suggestions for how to achieve such an outcome. Thanks!
Why not use that feature of the User Registration add-on, since it is already working for you, and then just assign them no role on the site, or delete the user after they are created?
Thanks, I had the same thought but was looking for something that would not create a user and require later deletion. However, if there are no easy alternatives available, then that’s what I will do.
Perhaps you would consider this as a feature request. The functionality works extremely well and has broader usage potential than only user registration.