|
|
|
@@ -44,7 +44,7 @@ matrix_bot_buscarron_password: PASSWORD_FOR_THE_BOT |
|
|
|
# Adjust accepted forms |
|
|
|
matrix_bot_buscarron_forms: |
|
|
|
- name: contact # (mandatory) Your form name, will be used as endpoint, eg: buscarron.DOMAIN/contact |
|
|
|
room: "!yourRoomID:DOMAIN" # (mandatory) Room ID where form submission will be posted |
|
|
|
room: "!yourRoomID:{{ matrix_domain }}" # (mandatory) Room ID where form submission will be posted |
|
|
|
redirect: https://DOMAIN # (mandatory) To what page user will be redirected after the form submission |
|
|
|
ratelimit: 1r/m # (optional) rate limit of the form, format: <max requests>r/<interval:s,m>, eg: 1r/s or 54r/m |
|
|
|
hasemail: 1 # (optional) form has "email" field that should be validated |
|
|
|
|