Search for Registered Users Feature
-
Hi @xnau
In this Topic
I asked you is it possible that registered user can search only if his registered email is the same with email in first signup form?
I my case, i can not ask every customer for his email because many of them are in a hurry.
So i decided that registered users can search by CODE (in my laguage “tablice”) of his laptop, and i enter CODE (in my laguage “tablice”) with another data when i am creating a new record.
I use your plugin signup form for adding new device to my internal databse.
For registering users i would like to use some plugins for that use (wp forms, theme my login, profile builder etc…) or if you can recommend me some pluginField CODE on my language is “tablice”.
You give me this php code:
<?php
$current_user = wp_get_current_user();echo do_shortcode( ‘[pdb_list search=true filter=”owner_email=’ . $current_user->user_email . ‘”]’ );
?>Instead $current_user->user_email . in need user_tablice.
Can you help me and say how to edit this lice with “tablice”?
In registration form i need fields username,email,password,tablice.
I would like to create registraion form by some pluge with your recommendation.
The topic ‘Search for Registered Users Feature’ is closed to new replies.