Introduction

Custom fields, GDPR

This Joomla plugin lets you create new fields of type 'privacycheckbox' in any extensions where custom fields are supported.


PrivacyCheckbox Plugin

Feature

This plugin allows you to creates a single checkbox field in any form that supports custom fields e.g. in the contact form where you can make sure the privacy message is checked. But this also allow any other single checkbox usecase. Over the core plugin this allows to use a `` tag inside of the message to be shown to the user. Any other html tag is going to be removed.

Configuration

Initial setup the plugin with the example for the contact form

  • Download the latest version of the plugin
  • Install & Enable the plugin Fields - PrivacyCheckbox
  • Create a new custom field for the email form of the contact component
    • Components -> Contacts -> Fields
    • Select the contect Mail from the dropdown
    • Create the custom field using New
    • Set the desired title for the field
    • Set the type to privacycheckbox
    • Add your desired text to the Checkbox Note field (You can include links using the `` tag)
    • Add your desired text to the Email Text field
    • Go to the permission tab and allow Public to Edit Custom Field Value
    • Save & Close
    • See the Joomla Core Contact Form extended with our consent field

Option descriptions

Checkbox Note

This is the message showed next to the checkbox containing your message about privacy.

Email Text

This is the message included in the email send to the user next to the custom field. Per default it is just checked.

Implement multilanguage

This field support two different ways to be translated into different languages.

Using a language string

For the checkbox note you can add any string you want and override them with the desired text foreach language.

For example for the Checkbox Note text:
- Enter the self defined Language Constant PLG_FIELDS_PRIVACYCHECKBOX_CUSTOM_CONTENT (it works with any string)
- Go to the Language Overrider: Extensions -> Language(s) -> Overrides.
- Select your desired target language
- Create the Language Constant by using New
- The field Language Constant contain the constant we set in the plugin settings
- The field Text contain the override per language.
- Save & Close
- Select the next language and so on.

The plugin read the translation from the overrides and fallback to the en-GB value.

Using the language assignment field

As this plugin is a fields plugin you can assign a language to the field. So in case of multilanguage you can create a field that is assigned to de-DE and another one that is assigned to en-GB with the desired texts configured in the plugin.

Global Plugin Options

All field plugins have the possibility to be configured with global default options.

To configure this please go to the Plugin Configuration:
- Extensions -> Plugins
- Use the search tools to filter for Type == fields
- You will find the Fields - Privacy Checkbox plugin
- Edit the plugin

There you find both the Checkbox Note and the Email Text field to be configured globally.

Update Server

Please note that my update server only supports the latest version running the latest version of Joomla and atleast PHP 7.0.
Any other plugin version I may have added to the download section don't get updates using the update server.

Issues / Pull Requests

You have found an Issue, have a question or you would like to suggest changes regarding this extension?
Open an issue in this repo or submit a pull request with the proposed changes.

Translations

You want to translate this extension to your own language? Check out my Crowdin Page for my Extensions for more details. Feel free to open an issue here on any question that comes up.

Functionality
This plugin adds a new Custom Field to add an "agree with Privacy Policy" checkbox to your forms (e.g.Joomla's default contact form).
Ease of use
It's not a "just install" plugin. You will need to create a Custom Field yourself. Which is easy if you follow the documentation.
Support
I have not needed any support. The plugin has its own public github repository where you can create an issue in case you find any.
Documentation
Excellent documentation with step-by-step tutorial to implement the Custom Field in your Joomla site.
I used this to: A default Joomla contact form (com_contact) to ask if the submitter complies with the privacy policy of the website.
Owner's reply: Thanks :)
TaskCheckin
Free

TaskCheckin

By Tobias Zulauf
Site management tools
TaskCheckin Plugin This Joomla task plugin allows to globally checkin all items. Update Server Please note that my update server only supports the latest version running the latest version of Joomla and atleast PHP 7.2.5. Any other plugin version I may have added to the download section don't get updates using the update server. Issues / Pull Requests You have found an Issue, have a question...
GitDeploy
Free

GitDeploy

By Tobias Zulauf
Site Management
GitDeploy Plugin This plugin allows to automaticly deploy changes from a git repo and is based on KickDeploy Features This plugin allows to listen on github hooks and than deploy changes from a git repo. Configuration Initial setup the plugin Download the latest version of the plugin Install the plugin using Upload & Install Enable the plugin System - GitDeploy from the plugin manager R...
MyDocsLanguage
Free

MyDocsLanguage

By Tobias Zulauf
Content Links
MyDocsLanguage Plugin This Joomla plugin automatically adds the Special:MyLanguage tag for docs.joomla.org links if needed Feature This plugin runs onContentBeforeSave and makes sure that all links to docs.joomla.org contain the Special:MyLanguage tag for translation. Configuration Initial setup the plugin Download the latest version of the plugin Install the plugin using Upload & Insta...
Force2faUsergroup
Free

Force2faUsergroup

By Tobias Zulauf
Security Tools
Force2faUsergroup Plugin This plugin allows to force users to set up 2FA in a specific user group. Features This plugin allows to force users to set up 2FA in a specific user group. Setup the groups to force a 2FA setup on the next login. Configuration Initial setup the plugin Download the latest version of the plugin Install the plugin using Upload & Install Enable the plugin System...
FetchMetadata
Free

FetchMetadata

By Tobias Zulauf
Security Tools
FetchMetadata Plugin This Joomla Plugin helps to protect your sites by using Fetch Metadata Request Headers (w3c-spec) Features This Joomla Plugin helps to protect your sites by using Fetch Metadata Request Headers The implemened rules are: - Step 1: Allow requests from browsers which don't send Fetch Metadata - Step 2: Allow same-site and browser-initiated requests - Step 3: Allow simple top-...
AntiSpamExtended
Free

AntiSpamExtended

By Tobias Zulauf
Access & Security
AntiSpamExtended Plugin This Joomla Plugin implements an additional Anti-spam Protection Layer to your Joomla Contact Forms by allowing you to block any non ascii chars or banned words / chars Features This Joomla Plugin allows you to protect you joomla contact form by allowing you to: - block any non ascii chars - whitelist allowed non-ascii chars - maintain a blacklist of not allowed words /...
ImageLazyloading
Free

ImageLazyloading

By Tobias Zulauf
Images
ImageLazyloading Plugin This Joomla Plugin sets the lazyloading attribute to images. Features This Joomla Plugin sets the lazyloading attribute to all images that passes the onContentPrepare Event to allow modern browsers to lazyload the images. More information about the loading attribute: - Description: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-loading. - HTML Specif...
AdvancedRedirect
Free

AdvancedRedirect

By Tobias Zulauf
URL Redirection
AdvancedRedirect Plugin This plugin is based on the Joomla Core Redirect Plugin and acts as a so-called drop in replacement for the Core Plugin. In addition to the Joomla Core Plugin, it allows you to define your own derivation rules. Configuration Initial setup the plugin Download the latest version of the plugin Install the plugin using Upload & Install Disable the core System - Redirec...
CustomCSS
Free

CustomCSS

By Tobias Zulauf
Templating
CustomCSS Plugin This Joomla plugin lets you load a custom.css / custom.min.css when the template does not support that out of the box. Thanks for your support! Feature This plugin checks whether a custom.css (or custom.min.css) file exists at /templates/"templatename"/css or /administrator/templates/"templatename"/css. If present, it will be loaded to the site. - With a custom.css you can ove...
HttpHeader
Free

HttpHeader

By Tobias Zulauf
Security Tools
HttpHeader Plugin This Joomla Plugin implements an UI Layer for the HTTP Security headers so everyone can set and configure them from the backend. Features This Joomla Plugin helps you to set the following HTTP Security Headers. - Strict-Transport-Security - Content-Security-Policy - Content-Security-Policy-Report-Only - X-Frame-Options - X-XSS-Protection - X-Content-Type-Options - Referrer-Pol...

PrivacyCheckbox

Version:
1.0.6
Developer:
Tobias Zulauf
Last updated:
Mar 17 2024
1 week ago
Date added:
Mar 24 2020
License:
GPLv2 or later
Type:
Free download
Includes:
p
Compatibility:
J3 J4
Download

Uses Joomla! Update System

Score:


Write a review