Hello @colorinside ,
Are you using a registration form? If yes, you could use forminator_cform_user_registered. Example code,
add_action( 'forminator_cform_user_registered', 'your_prefix_change_formi_user_data', 10, 4 );
function your_prefix_change_formi_user_data( $user_id, $custom_form, $entry, $new_user_data['user_pass'] ) {
//your date manipulation
//your user meta update code
}
kind regards,
Kasia
Thank you very much, action is working great!
Matteo
Hi @colorinside,
Glad to know that helped. If you found our plugin helpful, please leave us a rating here: https://wordpress.org/support/plugin/forminator/reviews/
Kind Regards,
Nebu John