Replies: 4 comments
-
Hello AndreOani. I can share with you a working example. I have been using variables for taking the ID numbers, names and surnames of students in our certificates. Here you have an example of a working one: This is the code I used: <title></title>XXXXXX certifica que:
Don/Doña ((user_firstname)) ((user_lastname))
con DNI ((dni)) ha superado con éxito la acción formativa:
((course_title))
Horas lectivas: 15 h
Expedido en XXXXX ((date_simple_certificate))
Hope this helps you. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You have to use the exact english terms for the variables. Check that´s teh case. And also make sure you are using (( )) In your code instead of [ . Let´s see if that helps. |
Beta Was this translation helpful? Give feedback.
-
I've made a very basic certificate, with (( and )) and the variables in your example : <title></title>Congratulations! You have finished this learning path
((user_firstname)) ((user_lastname))
((date_simple_certificate))
<style type="text/css">body{}
</style>
If I return in a completed course, i've don't have the good informations. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I would like to generate certificates with dynamic variables, but they are not replaced by values.
Would you have a working example please?
Thanks in advance,
Patrice
Beta Was this translation helpful? Give feedback.
All reactions