Creating the Optin custom field in Mautic¶
This process guides you through setting up a custom field for tracking consent in Mautic. The Optin field is essential for GDPR compliance as it stores explicit user consent for data processing and marketing communications.
Requirements¶
- Admin access to Mautic
- Permission to create custom fields
Step-by-step guide¶
- Navigate to
Administration panel>Custom Fields - Click New in the top-right corner
- Configure its basic settings
- Set Label to
Optin - Select Contact as Object
- Choose
coreas Group - Select Boolean as Data Type
- Set Label to
- Configure the boolean labels
- Enter
Nofor the negative option - Enter
Yesfor the positive option
- Enter
- Set these other field properties
- Enable "Available for use"
- Disable "Required"
- Enable "Visible on forms"
- Enable "Indexable"
- Disable "Is Unique Identifier"
- Save the custom field
How do I know if I executed this process correctly?¶
- The Optin field appears in your custom fields list
- The field is available when creating forms
- Submitting a form correctly sets Yes/No options
- The field appears in contact records
Note
Try using a form to set one of the options, then check the contact’s profile to verify.
Now you can create a campaign to handle data processing.