How to send password set email upon registration

Hi everyone!

We are using WS Forms in our 100+ websites. Now, we want to try out to implement Bricksforge Pro Forms. But we are encountering some issues to implement. If the below things are possible then we will move to Pro Forma otherwise will look a different solution.

  1. We have a user registration form with 2 fields. Name, email. After submitting the form, we want to send the “password set” email to users. So, we can avoid spam and confirm the user emails. How can we achieve this?

  2. While registering user we want to assign a “customer” role instead of default subscriber.

WS Forms allow the above 2 options. But we don’t see in Pro Forms.

How can we achieve these 2 things? Anybody?

The User Registration action is using wp_insert_user(), which directly creates a user with given userdata. For your use case, you could use the “Custom” action and add your own logic. Currently, there is no UI way for that.

Kind regards