As an organizer, you have the possibility to add a personal information page for the participant. This page can only be added and edited by you (the organizer), as you need admin access to the dashboard. It is important to understand that the "Participant Information Page" cannot be edited by the participant. 


If you would like to add a personal information page for a participant you can do this when importing participants to the dashboard via excel. See how to add participant information via excel import here.


The personal information you want to share with your participant can be added un the column called "Participant Information Page" in the excel file you upload with the rest of the participant information.




You can use easy HTML code to format the text:

HTML is a coding language used to make webpages appear as they should.


HTML consists of many different Tags that are surrounded by < >, such as <b> for bold text, <u> for underlined text or <br> for linebreak. Most HTML tags, with the exception of <br>, has an opening and a closing tag. For instance if you want the word "Event-App" to appear bold the correct HTML code would be: <b>Event-App</b>. In this example <b> is the opening tag and </b> is the closing tag, telling the web page that whatever is in-between should be bold. Note that the closing tag has a / in it, whereas the opening tag has not.    


<b>Bold</b>

<u>Under-lined</b>

<i>Itallic</b>


<br> linebeak (new line, note: there is no closing tag for this one)

<hr> horisontal ruler / horisontal line (note: there is no closing tag for this one)


<p>

Paragraph. A paragraph of text can be put inside this tag.

</p>


and <br> linebeak (new line, note: there is no closing tag for this one)






If you like more information about how to add personal information to the "Participant Information Page" read this blog post or contact us for help.  



Any Questions? If you have any questions that have not been covered in this article, feel free to contact our support for further assistance.