How to create certificates using Eventtia

Eventtia is a very flexible platform, many modules have more than one use. That is the case when we want to send a customized certificate, for it we can use the badge module.

First, prepare the image you want to use for your participation certificate.

1. Preparing the Certificate Image

  • Go to the Files module by clicking on “Files.”

Certificate1

  • Then click on the Magnifying Glass icon under “All” (you can also click on “New” to create a new folder).

Certificate2

  • On the next page, click on Add. Then upload your file, add a name and a description, and save.

Certificate3

  • After successfully uploading the file, the interface will display a confirmation view similar to this:

Certificate4-1

  • Click on the Cloud icon to be redirected to a page displaying your uploaded image. The link to this page will appear in the address bar:

Certificate5

  • Keep this page open, as you will need this URL in a later step.

2. Setting Up the Certificate

  • Once your certificate template is uploaded to the event, go to the Registration module, then Types, and select the participant type to whom you want to send the certificate. Then, go to the Badge tab for that participant type:

Certificate6-1

  • Click on Source. Then, select and delete all existing code.

Certificate7

  • Next, copy and paste the following HTML code into the badge editor:
 
 <div style="background-image: url(…………);background-size:cover;width:1040px;height:800px !important;"> <div style="padding-top: 435px; font-size: 6px; text-align: center;"><span style="font-size:26px;"></span><span style="color:#ffffff;"><strong><span style="font-size:34px;">${full_name}</span></strong></span></div> </div>
  • Once the code is pasted, replace the dots inside url(…………) with the actual URL of your certificate template page. 
    Your final code should look like this:

Certificate8

  • Once the code is correctly added, click on Source again to preview the result, like this:

Certificate9

  • Notice that the Full Name tag appears correctly on your certificate.
    When everything looks good, click Save, and you can then send a mass communication to your participants so they receive their certificates.

Here’s how the badge will look:

Certificate10

Note : Your certificate template must follow these dimensions:

Width : 1040 px 

Height : 800px