Placeholders can be added to text fields in the field definition on the Manage Database Fields page…in the “values” parameter, put something like this:
placeholder::First Name
Thanks for giving me a solution
I have one more Question i do not should i asked here or in another support tickets
I have a Field in my record that is Membership ID (that is actually username of WordPress user)
So what I want that person who is login can see all recorded that is added by him against the specific username(membership id) on a single page. where further he can check on one by one on a single page and can edit them
Note: A single user can add more than 1 record using his username
many thanks
Take a look at this article for how something like this can be done:
Using Participants Database with WordPress Users
Normally, a new, unrelated question should be in it’s own topic. This makes it easier for other users to find solutions.
I have use this code on my page
[insert_php]
$current_user = wp_get_current_user();
echo do_shortcode(‘[pdb_list filter=”membership_id=’ . $current_user->user_login . ‘”]’);
[/insert_php]
its not working can you please help
Leave my above replay i have solved it
please just let me know how user can edit record on single record link
That is the page where user will see list of all record
https://www.bradfordfhs.org.uk/members/members-interests/interest-record-list/
when he click on the mail id it goes to single record page i just want that user can edit that record from their
I mean when a user sees all his record added by him. he can also edit them
Hi Sir i use that article Using Participants Database with WordPress Users
its worked before but now it is not working can you please tell why it happening
Thanks
Ok, can you provide a description of a specific problem you are seeing?
Okay i am using that below code to user current login users records
That was workink well before but now the code did not work it also did not gave me any error message
While i add user login field in database fields as well
$current_user = wp_get_current_user();
echo do_shortcode(‘[pdb_list filter=”user_login=’ . $current_user->user_login . ‘” template=edit-link]’);
Looking for your Help
I can’t see why that wouldn’t work. Do you have that code in a php snippet on your page? Where do you have this code?
I am using Custom template and that code is in Custom template .That was working before but not it is not . I also did not get any error