I am creating an hour registration form. Where the users need to registrate their hours. You do not want them to ask to enter there name because they are already logged in. However we would like there name to be displayed when they enter their hours. So what I did is I created a foreign key relation with they User table (id:10). And in table Urenregistratieformulier DNKZ (id:40) at the column 'Naam' I created this foreign key (see attachedment), and it is displaying an empty column. When the page is loading you see really quick the ID of the user but then it is dissappaering. So it looks like the connection is there, but it is not displaying any information after page load.
Can you please assist?
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
You can't use the "Users see and edit only their own data" with a custom column like "Naam" is. You would need to use the same column you configured as the "User ID column" here:
If I configure the "userid" column the same way you configured the "Naam" column:
I would see the "display_name" in it:
The last row was added by me.
So, you can remove the "Naam" column, configure the "User ID" column in the same way and rename it to "Naam" and it will work correctly.
I reverted all changes, so you can do it yourself. Please let me know if you have any further questions.
Hi guys,
I am creating an hour registration form. Where the users need to registrate their hours. You do not want them to ask to enter there name because they are already logged in. However we would like there name to be displayed when they enter their hours. So what I did is I created a foreign key relation with they User table (id:10). And in table Urenregistratieformulier DNKZ (id:40) at the column 'Naam' I created this foreign key (see attachedment), and it is displaying an empty column. When the page is loading you see really quick the ID of the user but then it is dissappaering. So it looks like the connection is there, but it is not displaying any information after page load. Can you please assist?
Kind Regards,
Laura van Nieuwland
Hello Laura
Thank you for reaching out to us.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hey Laura
You can't use the "Users see and edit only their own data" with a custom column like "Naam" is. You would need to use the same column you configured as the "User ID column" here:
If I configure the "userid" column the same way you configured the "Naam" column:
I would see the "display_name" in it:
The last row was added by me.
So, you can remove the "Naam" column, configure the "User ID" column in the same way and rename it to "Naam" and it will work correctly.
I reverted all changes, so you can do it yourself. Please let me know if you have any further questions.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables