So this instruction includes a php (https://developers.learndash.com/snippet/certificate-custom-user-field-and-shortcode/) but it’s massive overkill, involving dynamically changing logos.
All I want is what the template already does, when associated with a course, fills in info from the course, but I want it to include the ACF field, which is a simple, 3-line text field.
Can someone help me modify the code in that snippet to just do that one thing?
So is there a way to get ACF to know what course sent the user to the certificate? I’m hoping to have one master certificate that dynamically populates: you take Course A, the certificate fills out with your name, the course name (both of which I can do using LearnDash) and the number associated with that course using ACF.
You take course B, the same certificate master, but now the the number associated with Course B that I put in course B using ACF.
Does that clarification help?