mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
fix mail signup form (wip; 1/2)
This commit is contained in:
parent
49941b625d
commit
f530eb9b1e
1 changed files with 2 additions and 3 deletions
|
|
@ -493,11 +493,10 @@ fill="none" viewBox="0 0 404 784">
|
|||
<span class="text-indigo-600">Sign up for our newsletter.</span>
|
||||
</p>
|
||||
</h2>
|
||||
<form action="https://github.us3.list-manage.com/subscribe/post?u=6a33c422777aedd88e9a9488e&id=9b99f013b8" method="post" target="_blank" class="justify-center mt-8 sm:flex">
|
||||
<input aria-label="Email address" name="EMAIL" type="email" required
|
||||
<form action="https://archtech.activehosted.com/f/7" method="get" target="_blank" class="justify-center mt-8 sm:flex">
|
||||
<input aria-label="Email address" name="email" type="email" required
|
||||
class="w-full px-5 py-3 text-base leading-6 text-gray-900 placeholder-gray-500 transition duration-150 ease-in-out bg-white border border-gray-300 rounded-md appearance-none focus:outline-none focus:shadow-outline focus:border-blue-300 sm:max-w-xs"
|
||||
placeholder="Enter your email" />
|
||||
<input type="hidden" value="8" name="group[27425][8]" id="mce-group[27425]-27425-3">
|
||||
<div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3 sm:flex-shrink-0">
|
||||
<button
|
||||
class="flex items-center justify-center w-full px-5 py-3 text-base font-medium leading-6 text-white transition duration-150 ease-in-out bg-indigo-600 border border-transparent rounded-md hover:bg-indigo-500 focus:outline-none focus:shadow-outline">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue