I created custom fields added to the Quiz Post Type for Example
These are just standard text fields
Certificate Code:
Certificate Authors:
If I wanted to display these fields that were filled in on the quiz after completion how might I go about this.
Please take a look at this video for some explanation hidden link
Hello and thank you for contacting the Toolset support.
Thank you for the video, it explains very well what you intend to do. You tried, in the video, to add the fields using the Toolset shortcodes, but the issue is that you are using the shortcodes inside of the certificate post, and you want to pull the custom fields from the quiz post. If the LearnDash plugins offers a shortcode to get the quiz ID from the certificate post, you can use the ID in Toolset shortcodes in the item attribute. Check this article https://toolset.com/documentation/user-guides/views-shortcodes/item-attribute/
So, you can end up with something like:
[types field="author-names" item="[quizinfo show='ID']"][/types]
Assuming that the quizinfo shortcode will return the quiz post's ID:
Basically, the trick is the get the ID of the quiz post. You may need to contact LearnDash support team to help you with that.