Hi,
I need to create certificates of attendance, and I used the plugin espresso-certificates, but custom tags do not work, for example:
I add “number_credits” as a key goal, and add “6” to the value field but appears only in the generated pdf [number_credits].
Can you help me, thank you.
There’s a mis-typed table column in the query that gets the event record in the certificates plugin. You can fix it by going into the espresso-certificates plugin and change line 39 to:
$sql .= " LEFT JOIN " . EVENTS_CERTIFICATE_TEMPLATES . " ec ON ec.id=ed.id ";
The support post ‘espresso-certificates’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.