Introduction
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
toEdit 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.
PrivacyCheckbox
- Version:
- 1.0.6
- Developer:
- Tobias Zulauf
- Last updated:
-
Mar 17 2024
7 months ago - Date added:
- Mar 24 2020
- License:
- GPLv2 or later
- Type:
- Free download
- Includes:
- p
- Compatibility:
- J3 J4
Share