readme
This commit is contained in:
parent
98c386137b
commit
7dd02229db
|
@ -1,6 +1,11 @@
|
|||
A better version of the classic contact form extension.
|
||||
|
||||
**New features:**
|
||||
|
||||
- reCAPTCHA protection
|
||||
- Better email layout
|
||||
- Always track a user's IP
|
||||
- Handle reverse proxy and Cloudflare IPs
|
||||
|
||||
# Install
|
||||
|
||||
|
@ -34,8 +39,6 @@ $wgContactConfig['default'] = array(
|
|||
);
|
||||
```
|
||||
|
||||
|
||||
|
||||
# Usage
|
||||
|
||||
Go to `Special:Contact` to access the contact form.
|
Loading…
Reference in New Issue