A simple form having Name, E-Mail and Message input. Sends the message to the given destination E-Mail address. It is secured by a Captcha field as well as a CSRF check.
Find a file
2020-02-04 17:33:35 +01:00
css Added basic styling. 2020-02-03 16:09:41 +01:00
resources/text Added wrapper for label and input, Added options for redirecting and email customization, Added basic resources. 2020-02-03 16:08:45 +01:00
vendor First version, support for sending mail not yet implemented. 2020-01-29 15:52:56 +01:00
composer.json First version, support for sending mail not yet implemented. 2020-01-29 15:52:56 +01:00
composer.lock First version, support for sending mail not yet implemented. 2020-01-29 15:52:56 +01:00
module.php Bugfix, the captcha input id now equals self::KEY_CAPTCHA_PHRASE. 2020-02-04 17:33:35 +01:00