Added email field to contact form
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"vkmute_desc": "Расширение, позволяющее скрывать сообщения от указанных пользователей в беседах.",
|
"vkmute_desc": "Расширение, позволяющее скрывать сообщения от указанных пользователей в беседах.",
|
||||||
"name": "Ваше имя",
|
"name": "Ваше имя",
|
||||||
"message": "Напишите о чем угодно",
|
"message": "Напишите о чем угодно",
|
||||||
|
"email": "Ваш email",
|
||||||
"submit": "Отправить"
|
"submit": "Отправить"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user