Tables linked to an existing Gravity Form, though, can be editable, and you could use this feature. As for the image - you can try changing the column's type from URL to Image, but I don't believe it will work. The only way to display URL links as images would be through an SQL Query, in a string-type column, and that would have to be done like this:
SELECT CONCAT('<img src="',url-link-column,'">') AS Image
FROM YourCustomTable
i have a formidable form set up and i have created a datable to view this forms records, i connected the form and have a table created
I need it to only show records from the current logged in user
this user should be able to add and edit records from the front end
user can not see other users inputted data
please let me know how to accomplish this
I also need to know how to display an image in the datatable when the field input is a url
a sample url is https://www.tradingview.com/x/EN422KXp/
thanks!
Hello matt
Thank you for your purchase.
I am sorry to disappoint you, but unfortunately something like this is not possible with the plugin's built-in features.
Tables linked to an existing Formidable Form are not editable, so you can't utilize the Users See And Edit Only Own Data feature because it is only available for editable tables.
Tables linked to an existing Gravity Form, though, can be editable, and you could use this feature. As for the image - you can try changing the column's type from URL to Image, but I don't believe it will work. The only way to display URL links as images would be through an SQL Query, in a string-type column, and that would have to be done like this:
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