Display Image Upload from Contact Form 7 on Redirect Page [closed]

I solved this problem using the Contact Form DB plugin.

  1. I used their HTML shortcode [cfdb-html] to call the img url saved to the wordpress database
  2. Then I limited it to the most recent row (using the documentation available on their site) to make sure only the image was shown.
  3. Some basic CSS finished it off.