Our nonprofit has set up a new content type called "Update" that allows our partner groups to submit an update about their work via a CRED form. The form includes some multiline text fields and one image. I've read this thread (https://toolset.com/forums/topic/add-a-featured-image/) about adding a featured image to a custom content type, but what I can't figure out is how I can configure Types/Views/Layouts/CRED in a way that a user submitted image is stored and displayed in wordpress as a featured image. Our theme (Salient) makes use of featured images in some cool ways and it would give us more design options if we could use them either instead of or in addition to regular images. Thanks.
It could be that featured images are not enabled on your your CPT, what you can do is to go and edit your CPT and ensure that the featured image option is checked.
First, thanks so much Shane for all the help you're offering me! I truly appreciate it.
I went into our settings and everything seems set up correctly. You'll see from the screenshots that featured image is enabled.
and that we have an image field in our CPT. What's missing or not set up correctly is something that specifies that the image a user is uploading needs to be saved in WordPress as a featured image.
I don't know if it's helpful, but here's the code we have in our CRED form for the image upload: