Added email field to contact form
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-06 18:58:48 +03:00
parent 23532160a4
commit 35b6170959
3 changed files with 8 additions and 0 deletions

View File

@@ -47,6 +47,12 @@ export default () => {
rows='4' rows='4'
></textarea> ></textarea>
<input
type="email"
placeholder={t('email')}
name="email"
></input>
<input <input
class={styles.submit} class={styles.submit}
type="submit" type="submit"

View File

@@ -10,5 +10,6 @@
"vkmute_desc": "A Browser extension that allows you to mute people in group chats on VK.com.", "vkmute_desc": "A Browser extension that allows you to mute people in group chats on VK.com.",
"name": "Your name", "name": "Your name",
"message": "Write about anything", "message": "Write about anything",
"email": "Your email",
"submit": "Submit" "submit": "Submit"
} }

View File

@@ -10,5 +10,6 @@
"vkmute_desc": "Расширение, позволяющее скрывать сообщения от указанных пользователей в беседах.", "vkmute_desc": "Расширение, позволяющее скрывать сообщения от указанных пользователей в беседах.",
"name": "Ваше имя", "name": "Ваше имя",
"message": "Напишите о чем угодно", "message": "Напишите о чем угодно",
"email": "Ваш email",
"submit": "Отправить" "submit": "Отправить"
} }