Update email field name
All checks were successful
Deploy / deploy (push) Successful in 22s

This commit is contained in:
Leonardo Murça 2025-07-13 16:58:20 -03:00
parent efe4ba9e98
commit e58f8147e1

View file

@ -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}