This commit is contained in:
parent
efe4ba9e98
commit
e58f8147e1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
<input type="text" name="name" id="name" oninput={resetFeedback} required />
|
<input type="text" name="name" id="name" oninput={resetFeedback} required />
|
||||||
|
|
||||||
<label for="email">{$t("home.banner.email")}</label>
|
<label for="email">{$t("home.banner.email")}</label>
|
||||||
<input type="email" name="_replyto" id="email" oninput={resetFeedback} required />
|
<input type="email" name="email" id="email" oninput={resetFeedback} required />
|
||||||
|
|
||||||
<button type="submit">{$t(loading ? 'home.banner.cta.loading' : 'home.banner.cta') }</button>
|
<button type="submit">{$t(loading ? 'home.banner.cta.loading' : 'home.banner.cta') }</button>
|
||||||
{#if feedbackMessage !== null}
|
{#if feedbackMessage !== null}
|
||||||
|
|
Loading…
Add table
Reference in a new issue