Hi @jkacher
Working with images can be done in two ways:
– Store your images in your WordPress media library (column type = Image).
– Use public URLs to access images that are stored externally (column type = Image URL).
Both are set up in the Data Explorer. The documentation can be found here:
https://wpdataaccess.com/docs/data-explorer-settings/column-settings/
The documentation refers to the old Data Explorer. The same functionality is available in the new Data Explorer:
Data Explorer > Database > Table > Manage > Settings > Column Settings
Your forms will accept the necessary data once your column is set up as an Image or Image URL, and tables will appropriately display your images.
Please read the section WordPress media library integration to understand the data type requirements.
Hope this helps,
Peter