Hook on user approval
-
Hi,
I have a registration form that needs manual approval. But on that form I have extra fields and I would like to save those fields to the user on it’s approval.
I coulnd’t find a hook from forminator that would do this. So I used
user_register
from wordpress and on user create I get all the entries from forminator and compare emails to find the right entry. This works fine and I can update the user with the right information, the problem is if the user submits multiple entries with the same email I don’t have a way to find which entry was approved.Can someone help me with this? Is there a hook from forminator that would make this easier? Or a way to know which entry created the user?
Thank You,
Miguel Neves
- The topic ‘Hook on user approval’ is closed to new replies.