[site/home][s]: require email address field (you could submit blank).
This commit is contained in:
parent
7b97c0c64c
commit
e0a643beaa
|
|
@ -24,8 +24,9 @@ export function Hero() {
|
|||
<input
|
||||
name="email"
|
||||
type="email"
|
||||
required="required"
|
||||
placeholder="Enter your email"
|
||||
className="block w-full px-4 py-3 rounded-md border-0 text-base text-gray-900 placeholder-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-300 focus:ring-offset-gray-900"
|
||||
className="block w-full px-4 py-3 rounded-md border-0 text-base dark:text-white dark:placeholder-gray-200 text-gray-900 placeholder-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-300 focus:ring-offset-gray-900"
|
||||
/>
|
||||
<input type="hidden" name="form-name" value="get-updates" />
|
||||
</div>
|
||||
|
|
@ -69,4 +70,4 @@ export function Hero() {
|
|||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue