This Joomla plugin lets you create new fields of type 'privacycheckbox' in any extensions where custom fields are supported.
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 <a>
tag inside of the message to be shown to the user. Any other html tag is going to be removed.
- 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<a>
tag) - Add your desired text to the
Email Text
field - Go to the permission tab and allow
Public
toEdit Custom Field Value
Save & Close
- See the Joomla Core Contact Form extended with our consent field
This is the message showed next to the checkbox containing your message about privacy.
This is the message included in the email send to the user next to the custom field. Per default it is just checked
.
This field support two different ways to be translated into different languages.
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.
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.
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.
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.
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.
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.
This plugin can also been found in the Joomla! Extensions Directory: PrivacyCheckbox by zero24
build/build.sh
git commit -am 'prepare release PrivacyCheckbox 1.0.x'
git tag -s '1.0.x' -m 'PrivacyCheckbox 1.0.x'
git push origin --tags
- create the release on GitHub
git push origin master
crowdin upload sources
crowdin download --skip-untranslated-files --ignore-match