• Resolved jkacher

    (@jkacher)


    I think I saw something about the image column, but cannot find it again, can we store the image in the database, if yes – how to display it in the record in the browser?
    Same question if image is a separate file – how to display it in the record?

Viewing 1 replies (of 1 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    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

Viewing 1 replies (of 1 total)

The topic ‘Image column’ is closed to new replies.