How to Create an Anonymous Form (e.g. for Whistleblowing)
This tutorial is only valid starting with the release of July 15th (ACC) and August 12th (PRD)
In some use cases—such as whistleblowing—it’s essential to collect information anonymously. CERRIX allows for the creation of anonymous form submissions by using an API-based approach that is not linked to any specific user account.
This guide walks you through setting up such a form and enabling anonymous submission via the CERRIX API.
Step 1: Create the Form
Go to the Forms module
From your CERRIX dashboard, navigate to Forms in the main navigation menu.
Click “Add new form”
This opens the form builder interface.
Define form fields
Add the fields you want respondents to fill out. This can include text fields, dropdowns, attachments, etc.
Optional: Add information for respondents explaining that submissions are anonymous.
Publish the form
A form must be opened for responses before you can submit responses via the API.
Note down the form ID, which can be found by copying the URL of the form page.

Step 2: Generate an API Key
Open your user profile
Click on your name in the top-right corner and select API Keys.
In the left-hand menu, click "API Keys"
Click “Add API Key”
Select the right permission
Choose the permission: create form result
This allows the API key to submit entries to the selected form.
Restrict by IP address
For security reasons, specify the IP address or IP range that will be allowed to use this key.
Save your API key
Copy the key somewhere secure—you will not be able to view it again.
Step 3: Submit Anonymous Entries via API
Once your form is published and you have a valid API key, you can start submitting entries without linking them to a CERRIX user.
Refer to the Create Form Result description in the CERRIX API Manual for the exact request format.
This API enables anonymous submissions, but it should be embedded within a frontend form or tool—such as a website or internal portal—that whistleblowers or other users can interact with directly.
Last updated