Skip to main content
Known Participant
August 6, 2015
Question

Editing the certificate in Captivate 8

  • August 6, 2015
  • 1 reply
  • 182 views

How do I ensure the name printed on the certificate is Christian first then surname?

    This topic has been closed for replies.

    1 reply

    RodWard
    Community Expert
    Community Expert
    August 6, 2015

    The order of the name components is determined by your LMS.  It's not controlled (by default) by Captivate.

    There are ways to use JavaScript to split the name string up, have one variable store the first name and another store the surname and then use Advanced Actions to overwrite the value of the StudentName variable so that you can show the name in the order you want in your LMS.  You cannot do this with Advanced Actions alone.  You'll need to investigate some JavaScript.