Ultimate member Forms
-
Hi,
1. How do I show the “show password” eye in the password field for the form
2. I had access to a shortcode to generate user ID. Is it possible to have different User ID for different registrations, since I have other registrations on the website. Here is the short code
(add_action(“user_register”,”um_012022_generate_unique_account_id”);
function um_012022_generate_unique_account_id( $user_id ) {
$unique_account_id = ‘GAND-‘ . str_pad( $user_id, 5, ‘0’, STR_PAD_LEFT );
update_user_meta( $user_id, “um_unique_account_id”, $unique_account_id );
})
The page I need help with: [log in to see the link]
- The topic ‘Ultimate member Forms’ is closed to new replies.