Simple Joomla! 3 contact form module.
-
Manage form fields:
- Text
- Phone
- Calendar
- Textarea
- Checkbox
- Checkboxes
- Radio
- Select
- File
- Recipient (select recipient from a predefined list)
- HTML
- Heading
-
Send e-mail to selected list of e-mail addresses, contact or select the recipient from a predefined list.
-
Available translations:
- English
- Polish
- PHP 7.2+
- Joomla 3.9.x
- PHP 7.2
- Composer
- Node/Npm
If you are a developer, and you are willing to build extension from this repo you will need Composer installed globally. Here are instructions how to build installation package from scratch.
- Prepare a clean Joomla! installation
- Clone this repo on your installation or cope its contents straight to your Joomla! root directory
- Run
composer install
- Run
composer build
- Your installation zip files should now be read in
/.build
directory.
- Fix files uploads.
- Fix translation of upload error messages.
- Update PHP Requirements.
- Added files upload
- Added updates server
- Added file upload support.
- Adding Calendar type field.
- Initial release.